/aoo4110/main/vcl/source/fontsubset/ |
H A D | list.cxx | 129 pThis->head = pThis->tail = pThis->cptr = 0; in listNewEmpty() 148 pThis->head = pThis->tail = pThis->cptr = 0; in listNewCopy() 198 return pThis->cptr == pThis->head; in listAtFirst() 204 return pThis->cptr == pThis->tail; in listAtLast() 266 if (pThis->cptr != pThis->head) { in listToFirst() 267 pThis->cptr = pThis->head; in listToFirst() 277 if (pThis->cptr != pThis->tail) { in listToLast() 278 pThis->cptr = pThis->tail; in listToLast() 289 pThis->cptr = pThis->head; in listPositionAt() 362 if (pThis->cptr == 0) return pThis; in listRemove() [all …]
|
/aoo4110/main/vcl/source/window/ |
H A D | toolbox.cxx | 265 if( pThis->ImplIsFloatingMode() || !(pThis->mnWinStyle & WB_BORDER) ) in ImplCalcBorder() 320 if( !pThis->IsBackground() && pThis->HasPaintEvent() && !pThis->IsInPaint() ) in ImplCheckUpdate() 433 if ( pThis->mnWinHeight > pThis->mnMaxItemHeight ) in ImplDrawGradientBackground() 446 ImplCalcBorder( pThis->meAlign, nLeft, nTop, nRight, nBottom, pThis ); in ImplDrawGradientBackground() 610 if( !pThis->IsBackground() && !pThis->IsInPaint() ) in ImplDrawBackground() 637 pThis->Pop(); in ImplDrawBackground() 821 if ( pThis->mnWinHeight > pThis->mnMaxItemHeight ) in ImplCalcSize() 973 if ( pThis->maNextToolBoxStr.Len() && pThis->mbScroll ) in ImplCalcFloatSize() 1029 if ( pThis->mnWinHeight > pThis->mnMaxItemHeight ) in ImplCalcLines() 1059 (!pThis->mbScroll || (pThis->mnLines > 1) || (pThis->mnCurLines > pThis->mnVisLines)) ) in ImplTestLineSize() [all …]
|
/aoo4110/main/vcl/unx/gtk/window/ |
H A D | gtkframe.cxx | 2697 if( frame_x != pThis->maGeometry.nX || frame_y != pThis->maGeometry.nY ) in signalButton() 2771 if( frame_x != pThis->maGeometry.nX || frame_y != pThis->maGeometry.nY ) in signalMotion() 2911 if( ! pThis->m_pParent && (pThis->m_nStyle & SAL_FRAME_STYLE_MOVEABLE) != 0 ) in signalMap() 2953 pThis->getDisplay()->GetCaptureFrame() == pThis ) in signalConfigure() 2972 if( x != pThis->maGeometry.nX || y != pThis->maGeometry.nY ) in signalConfigure() 3203 pThis->getDisplay()->SendInternalEvent( pThis, NULL, SALEVENT_FONTCHANGED ); in signalStyleSet() 3233 pThis->getDisplay()->SendInternalEvent( pThis, NULL, SALEVENT_RESIZE ); in signalState() 3239 Rectangle( Point( pThis->maGeometry.nX, pThis->maGeometry.nY ), in signalState() 3248 pThis, in signalState() 3564 pThis->m_aInputEvent.mnCursorPos = pThis->m_aInputEvent.maText.Len(); in signalIMCommit() [all …]
|
/aoo4110/main/sfx2/source/appl/ |
H A D | fileobj.cxx | 530 if( !pThis->bInNewData && !pThis->bDataReady ) in IMPL_STATIC_LINK() 541 if( pThis->bDataReady ) in IMPL_STATIC_LINK() 544 if( pThis->xMed.Is() ) in IMPL_STATIC_LINK() 552 pThis->xMed.Clear(); in IMPL_STATIC_LINK() 554 if( pThis->pDownLoadData ) in IMPL_STATIC_LINK() 555 delete pThis->pDownLoadData, pThis->pDownLoadData = 0; in IMPL_STATIC_LINK() 563 (void)pThis; in IMPL_STATIC_LINK() 571 if( pThis->bInNewData ) in IMPL_STATIC_LINK() 597 SvStream* pStrm = pThis->xMed.Is() ? pThis->xMed->GetInStream() : 0; in IMPL_STATIC_LINK() 604 else if( pThis->bWaitForData && pThis->pDownLoadData ) in IMPL_STATIC_LINK() [all …]
|
/aoo4110/main/fpicker/source/office/ |
H A D | iodlg.cxx | 1013 if ( pThis->_pImp->_bMultiSelection && pThis->_pFileView->GetSelectionCount() > 1 ) in IMPL_STATIC_LINK() 1022 if ( pThis->_pImp->_bDoubleClick || pThis->_pFileView->HasChildPathFocus() ) in IMPL_STATIC_LINK() 1194 !pThis->_pImp->_bDoubleClick && pVoid != pThis->_pImp->_pEdFileName; in IMPL_STATIC_LINK() 1199 pThis->_aPath = aFileName; in IMPL_STATIC_LINK() 1231 pThis->ExecuteFilter(); in IMPL_STATIC_LINK() 1321 nRet = pThis->_aOKHdl.Call( pThis ); in IMPL_STATIC_LINK() 1323 nRet = pThis->OK(); in IMPL_STATIC_LINK() 1350 pThis->ExecuteFilter(); in IMPL_STATIC_LINK() 1361 pThis->ExecuteFilter(); in IMPL_STATIC_LINK() 1380 pThis->ExecuteFilter(); in IMPL_STATIC_LINK() [all …]
|
/aoo4110/main/sw/source/core/layout/ |
H A D | findfrm.cxx | 718 SwFrm *pThis = this; in _FindNext() local 729 if ( !pThis ) in _FindNext() 730 pThis = this; in _FindNext() 741 if ( !pThis ) in _FindNext() 742 pThis = this; in _FindNext() 849 SwFrm *pThis = this; in _FindNextCnt() local 856 if( pThis ) in _FindNextCnt() 860 if ( !pThis ) in _FindNextCnt() 868 if( pThis ) in _FindNextCnt() 872 if ( !pThis ) in _FindNextCnt() [all …]
|
/aoo4110/main/bridges/source/cpp_uno/gcc3_netbsd_intel/ |
H A D | uno2cpp.cxx | 53 void * pThis, 61 void * pThis, in callVirtualMethod() argument 140 cppu_unoInterfaceProxy * pThis, in cpp_call() argument 174 *(void**)pCppStack = pThis->pCppI; in cpp_call() 197 &pThis->pBridge->aUno2Cpp ); in cpp_call() 246 pThis->pCppI, nVtableCall, in cpp_call() 264 &pThis->pBridge->aCpp2Uno ); in cpp_call() 270 &pThis->pBridge->aCpp2Uno ); in cpp_call() 281 &pThis->pBridge->aCpp2Uno ); in cpp_call() 329 pThis, nVtableCall, in cppu_unoInterfaceProxy_dispatch() [all …]
|
/aoo4110/main/cui/source/dialogs/ |
H A D | SpellDialog.cxx | 441 pThis->aAutoCorrPB.Show(pThis->rParent.HasAutoCorrection()); in IMPL_STATIC_LINK() 442 pThis->SpellContinue_Impl(); in IMPL_STATIC_LINK() 446 pThis->LockFocusChanges(true); in IMPL_STATIC_LINK() 465 …Button* aButtons[] = { &pThis->aHelpPB, &pThis->aOptionsPB, &pThis->aUndoPB, &pThis->aClosePB, 0 }; in IMPL_STATIC_LINK() 502 &pThis->aIgnorePB, in IMPL_STATIC_LINK() 511 &pThis->aHelpPB, in IMPL_STATIC_LINK() 513 &pThis->aUndoPB, in IMPL_STATIC_LINK() 514 &pThis->aClosePB, in IMPL_STATIC_LINK() 529 pThis->Invalidate(); in IMPL_STATIC_LINK() 532 pThis->aCheckGrammarCB.Check( pThis->rParent.IsGrammarChecking() ); in IMPL_STATIC_LINK() [all …]
|
H A D | thesdlg.cxx | 512 (void) pThis; in IMPL_STATIC_LINK() 601 Image aImage( bHC ? pThis->aVendorDefaultImageHC : pThis->aVendorDefaultImage ); in IMPL_STATIC_LINK() 618 &pThis->aLeftBtn, in IMPL_STATIC_LINK() 619 &pThis->aWordText, in IMPL_STATIC_LINK() 620 &pThis->aWordCB, in IMPL_STATIC_LINK() 625 &pThis->aFL, in IMPL_STATIC_LINK() 626 &pThis->aHelpBtn, in IMPL_STATIC_LINK() 627 &pThis->aLangMBtn, in IMPL_STATIC_LINK() 628 &pThis->aReplaceBtn, in IMPL_STATIC_LINK() 629 &pThis->aCancelBtn, in IMPL_STATIC_LINK() [all …]
|
/aoo4110/main/bridges/inc/bridges/cpp_uno/ |
H A D | bridge.hxx | 42 cppu_cppInterfaceProxy * pThis = in cppu_cppInterfaceProxy_free() local 47 (*pThis->pBridge->pUnoEnv->revokeInterface)( pThis->pBridge->pUnoEnv, pThis->pUnoI ); in cppu_cppInterfaceProxy_free() 48 (*pThis->pUnoI->release)( pThis->pUnoI ); in cppu_cppInterfaceProxy_free() 50 pThis->pBridge->release(); in cppu_cppInterfaceProxy_free() 55 delete pThis; in cppu_cppInterfaceProxy_free() 157 (*pThis->pBridge->pCppEnv->revokeInterface)( pThis->pBridge->pCppEnv, pThis->pCppI ); in cppu_unoInterfaceProxy_free() 158 pThis->pCppI->release(); in cppu_unoInterfaceProxy_free() 160 pThis->pBridge->release(); in cppu_unoInterfaceProxy_free() 165 delete pThis; in cppu_unoInterfaceProxy_free() 175 void * pThis = pUnoI; in cppu_unoInterfaceProxy_acquire() local [all …]
|
/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_m68k/ |
H A D | uno2cpp.cxx | 80 void * pThis, 88 void * pThis, in callVirtualMethod() argument 96 if (! pThis) in callVirtualMethod() 119 sal_uInt32 pMethod = *((sal_uInt32*)pThis); in callVirtualMethod() 159 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call() argument 221 pParamTypeDescr, pThis->getBridge()->getUno2Cpp() ); in cpp_call() 364 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch() local 385 pThis, aVtableSlot, in unoInterfaceProxyDispatch() 407 pThis, aVtableSlot, // get, then set method in unoInterfaceProxyDispatch() 447 pThis->getBridge()->getUnoEnv(), in unoInterfaceProxyDispatch() [all …]
|
/aoo4110/main/testtools/source/performance/ |
H A D | pseudo.cxx | 79 (*pThis->pUnoI->pDispatcher)( pThis->pUnoI, pMemberType, pReturn, pArgs, ppException ); in pseudo_unoInterfaceProxy_dispatch() 85 pseudo_unoInterfaceProxy * pThis = in pseudo_unoInterfaceProxy_free() local 88 OSL_ASSERT( pEnv == pThis->pPseudoMapping->pTo ); in pseudo_unoInterfaceProxy_free() 90 (*pThis->pPseudoMapping->pFrom->revokeInterface)( pThis->pPseudoMapping->pFrom, pThis->pUnoI ); in pseudo_unoInterfaceProxy_free() 91 (*pThis->pUnoI->release)( pThis->pUnoI ); in pseudo_unoInterfaceProxy_free() 92 typelib_typedescription_release( (typelib_TypeDescription *)pThis->pTypeDescr ); in pseudo_unoInterfaceProxy_free() 93 (*pThis->pPseudoMapping->release)( pThis->pPseudoMapping ); in pseudo_unoInterfaceProxy_free() 98 delete pThis; in pseudo_unoInterfaceProxy_free() 107 void * pThis = static_cast< uno_Interface * >( pUnoI ); in pseudo_unoInterfaceProxy_acquire() local 110 &pThis, pseudo_unoInterfaceProxy_free, in pseudo_unoInterfaceProxy_acquire() [all …]
|
/aoo4110/main/basic/source/runtime/ |
H A D | basrdll.cxx | 65 BasicDLL* pThis = *(BasicDLL**)GetAppData(SHL_BASIC); in EnableBreak() local 66 DBG_ASSERT( pThis, "BasicDLL::EnableBreak: Noch keine Instanz!" ); in EnableBreak() 67 if ( pThis ) in EnableBreak() 68 pThis->bBreakEnabled = bEnable; in EnableBreak() 73 BasicDLL* pThis = *(BasicDLL**)GetAppData(SHL_BASIC); in SetDebugMode() local 74 DBG_ASSERT( pThis, "BasicDLL::EnableBreak: Noch keine Instanz!" ); in SetDebugMode() 75 if ( pThis ) in SetDebugMode() 76 pThis->bDebugMode = bDebugMode; in SetDebugMode() 86 BasicDLL* pThis = *(BasicDLL**)GetAppData(SHL_BASIC); in BasicBreak() local 88 if ( pThis ) in BasicBreak() [all …]
|
/aoo4110/main/bridges/source/cpp_uno/cc50_solaris_sparc/ |
H A D | uno2cpp.cxx | 57 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call() argument 64 OSL_ENSURE( pThis, "### no interface given!" ); in cpp_call() 121 pThis->getBridge()->getUno2Cpp() ); in cpp_call() 217 pThis->getBridge()->getCpp2Uno() ); in cpp_call() 223 pThis->getBridge()->getCpp2Uno() ); in cpp_call() 236 pThis->getBridge()->getCpp2Uno() ); in cpp_call() 277 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch() local 294 pThis, aVtableSlot, in unoInterfaceProxyDispatch() 316 pThis, aVtableSlot, in unoInterfaceProxyDispatch() 352 pThis->pBridge->getUnoEnv(), in unoInterfaceProxyDispatch() [all …]
|
/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_x86-64/ |
H A D | uno2cpp.cxx | 86 if ( !pThis ) in callVirtualMethod() 96 sal_uInt64 pMethod = *((sal_uInt64 *)pThis); in callVirtualMethod() 255 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call() argument 318 pThis->getBridge()->getUno2Cpp() ); in cpp_call() 426 pThis->getBridge()->getCpp2Uno() ); in cpp_call() 432 pThis->getBridge()->getCpp2Uno() ); in cpp_call() 443 pThis->getBridge()->getCpp2Uno() ); in cpp_call() 475 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch() local 500 pThis, aVtableSlot, in unoInterfaceProxyDispatch() 522 pThis, aVtableSlot, // get, then set method in unoInterfaceProxyDispatch() [all …]
|
/aoo4110/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/ |
H A D | uno2cpp.cxx | 86 if ( !pThis ) in callVirtualMethod() 96 sal_uInt64 pMethod = *((sal_uInt64 *)pThis); in callVirtualMethod() 256 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call() argument 319 pThis->getBridge()->getUno2Cpp() ); in cpp_call() 427 pThis->getBridge()->getCpp2Uno() ); in cpp_call() 433 pThis->getBridge()->getCpp2Uno() ); in cpp_call() 444 pThis->getBridge()->getCpp2Uno() ); in cpp_call() 476 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch() local 501 pThis, aVtableSlot, in unoInterfaceProxyDispatch() 523 pThis, aVtableSlot, // get, then set method in unoInterfaceProxyDispatch() [all …]
|
/aoo4110/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/ |
H A D | uno2cpp.cxx | 93 if ( !pThis ) in callVirtualMethod() 103 sal_uInt64 pMethod = *((sal_uInt64 *)pThis); in callVirtualMethod() 261 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call() argument 324 pThis->getBridge()->getUno2Cpp() ); in cpp_call() 432 pThis->getBridge()->getCpp2Uno() ); in cpp_call() 438 pThis->getBridge()->getCpp2Uno() ); in cpp_call() 449 pThis->getBridge()->getCpp2Uno() ); in cpp_call() 481 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch() local 506 pThis, aVtableSlot, in unoInterfaceProxyDispatch() 528 pThis, aVtableSlot, // get, then set method in unoInterfaceProxyDispatch() [all …]
|
/aoo4110/main/bridges/source/cpp_uno/shared/ |
H A D | cppinterfaceproxy.cxx | 95 CppInterfaceProxy * pThis = CppInterfaceProxy::castInterfaceToProxy( in freeCppInterfaceProxy() local 97 if (pEnv != pThis->pBridge->getCppEnv()) { in freeCppInterfaceProxy() 101 (*pThis->pBridge->getUnoEnv()->revokeInterface)( in freeCppInterfaceProxy() 102 pThis->pBridge->getUnoEnv(), pThis->pUnoI ); in freeCppInterfaceProxy() 103 (*pThis->pUnoI->release)( pThis->pUnoI ); in freeCppInterfaceProxy() 105 (typelib_TypeDescription *)pThis->pTypeDescr ); in freeCppInterfaceProxy() 106 pThis->pBridge->release(); in freeCppInterfaceProxy() 111 pThis->~CppInterfaceProxy(); in freeCppInterfaceProxy() 112 delete[] reinterpret_cast< char * >(pThis); in freeCppInterfaceProxy() 144 void * pThis = castProxyToInterface( this ); in acquireProxy() local [all …]
|
/aoo4110/main/bridges/source/cpp_uno/cc50_solaris_intel/ |
H A D | uno2cpp.cxx | 59 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call() argument 127 pThis->getBridge()->getUno2Cpp() ); in cpp_call() 228 pThis->getBridge()->getCpp2Uno() ); in cpp_call() 234 pThis->getBridge()->getCpp2Uno() ); in cpp_call() 249 pThis->getBridge()->getCpp2Uno() ); in cpp_call() 263 pThis->getBridge()->getCpp2Uno()); in cpp_call() 299 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch() local 316 pThis, aVtableSlot, in unoInterfaceProxyDispatch() 338 pThis, aVtableSlot, in unoInterfaceProxyDispatch() 374 pThis->pBridge->getUnoEnv(), in unoInterfaceProxyDispatch() [all …]
|
/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_s390/ |
H A D | uno2cpp.cxx | 177 void * pThis, in callVirtualMethod() argument 194 sal_Int32 *vtable = *(sal_Int32 **)pThis; in callVirtualMethod() 347 pThis->getBridge()->getUno2Cpp() ); in cpp_call() 457 pThis->getBridge()->getCpp2Uno() ); in cpp_call() 463 pThis->getBridge()->getCpp2Uno() ); in cpp_call() 474 pThis->getBridge()->getCpp2Uno() ); in cpp_call() 482 *ppUnoExc, pThis->getBridge()->getCpp2Uno() ); in cpp_call() 531 pThis, aVtableSlot, in unoInterfaceProxyDispatch() 553 pThis, aVtableSlot, in unoInterfaceProxyDispatch() 590 pThis->pBridge->getUnoEnv(), in unoInterfaceProxyDispatch() [all …]
|
/aoo4110/main/bridges/source/cpp_uno/gcc3_solaris_intel/ |
H A D | uno2cpp.cxx | 143 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call() argument 205 pThis->getBridge()->getUno2Cpp() ); in cpp_call() 236 pThis->getBridge()->getUno2Cpp() ); in cpp_call() 274 pThis->getBridge()->getCpp2Uno() ); in cpp_call() 280 pThis->getBridge()->getCpp2Uno() ); in cpp_call() 291 pThis->getBridge()->getCpp2Uno() ); in cpp_call() 323 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch() local 340 pThis, aVtableSlot, in unoInterfaceProxyDispatch() 362 pThis, aVtableSlot, in unoInterfaceProxyDispatch() 398 pThis->pBridge->getUnoEnv(), in unoInterfaceProxyDispatch() [all …]
|
/aoo4110/main/comphelper/source/misc/ |
H A D | sequenceashashmap.cxx | 199 for (const_iterator pThis = begin(); in operator >>() local 200 pThis != end() ; in operator >>() 201 ++pThis ) in operator >>() 219 for (const_iterator pThis = begin(); in operator >>() local 220 pThis != end() ; in operator >>() 221 ++pThis ) in operator >>() 252 for (const_iterator pThis = begin(); in getAsConstAnyList() local 253 pThis != end() ; in getAsConstAnyList() 254 ++pThis ) in getAsConstAnyList() 259 aProp.Name = pThis->first; in getAsConstAnyList() [all …]
|
/aoo4110/main/ucb/source/ucp/gio/ |
H A D | gio_mount.cxx | 69 OOoMountOperation *pThis = (OOoMountOperation*)op; in ooo_mount_operation_ask_password() local 98 if (pThis->m_pPrevUsername) in ooo_mount_operation_ask_password() 99 …aPrevUsername = rtl::OUString(pThis->m_pPrevUsername, strlen(pThis->m_pPrevUsername), RTL_TEXTENCO… in ooo_mount_operation_ask_password() 100 if (pThis->m_pPrevPassword) in ooo_mount_operation_ask_password() 101 …aPrevPassword = rtl::OUString(pThis->m_pPrevPassword, strlen(pThis->m_pPrevPassword), RTL_TEXTENCO… in ooo_mount_operation_ask_password() 165 if (pThis->m_pPrevPassword) in ooo_mount_operation_ask_password() 166 free(pThis->m_pPrevPassword); in ooo_mount_operation_ask_password() 167 …pThis->m_pPrevPassword = strdup(rtl::OUStringToOString(aPassword, RTL_TEXTENCODING_UTF8).getStr()); in ooo_mount_operation_ask_password() 168 if (pThis->m_pPrevUsername) in ooo_mount_operation_ask_password() 169 free(pThis->m_pPrevUsername); in ooo_mount_operation_ask_password() [all …]
|
/aoo4110/main/bridges/source/cpp_uno/gcc3_os2_intel/ |
H A D | uno2cpp.cxx | 152 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call() argument 214 pThis->getBridge()->getUno2Cpp() ); in cpp_call() 245 pThis->getBridge()->getUno2Cpp() ); in cpp_call() 283 pThis->getBridge()->getCpp2Uno() ); in cpp_call() 289 pThis->getBridge()->getCpp2Uno() ); in cpp_call() 300 pThis->getBridge()->getCpp2Uno() ); in cpp_call() 332 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch() local 349 pThis, aVtableSlot, in unoInterfaceProxyDispatch() 371 pThis, aVtableSlot, in unoInterfaceProxyDispatch() 407 pThis->pBridge->getUnoEnv(), in unoInterfaceProxyDispatch() [all …]
|
/aoo4110/main/bridges/source/cpp_uno/gcc3_solaris_sparc/ |
H A D | uno2cpp.cxx | 275 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call() argument 375 pThis->getBridge()->getUno2Cpp() ); in cpp_call() 421 pThis->getBridge()->getCpp2Uno() ); in cpp_call() 427 pThis->getBridge()->getCpp2Uno() ); in cpp_call() 438 pThis->getBridge()->getCpp2Uno() ); in cpp_call() 446 *ppUnoExc, pThis->getBridge()->getCpp2Uno() ); in cpp_call() 476 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch() local 493 pThis, aVtableSlot, in unoInterfaceProxyDispatch() 515 pThis, aVtableSlot, in unoInterfaceProxyDispatch() 551 pThis->pBridge->getUnoEnv(), in unoInterfaceProxyDispatch() [all …]
|