Searched refs:OleCallback (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_TextComponent.h125 * Inner class OleCallback declaration.
127 class OleCallback : public IRichEditOleCallback { class in class:AwtTextComponent
129 OleCallback();
152 };//OleCallback class
154 INLINE static OleCallback& GetOleCallback() { return sm_oleCallback; }
168 static OleCallback sm_oleCallback;
H A Dawt_TextComponent.cpp866 AwtTextComponent::OleCallback AwtTextComponent::sm_oleCallback;
869 * Inner class OleCallback definition.
872 AwtTextComponent::OleCallback::OleCallback() { function in class:AwtTextComponent::OleCallback
878 AwtTextComponent::OleCallback::QueryInterface(REFIID riid, LPVOID * ppvObj) {
890 AwtTextComponent::OleCallback::AddRef() {
895 AwtTextComponent::OleCallback::Release() {
900 AwtTextComponent::OleCallback::GetNewStorage(LPSTORAGE FAR * ppstg) {
905 AwtTextComponent::OleCallback::GetInPlaceContext(LPOLEINPLACEFRAME FAR * ppipframe,
913 AwtTextComponent::OleCallback
[all...]

Completed in 32 milliseconds