Home
last modified time | relevance | path

Searched refs:pDispatcher (Results 76 – 100 of 100) sorted by relevance

1234

/trunk/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Dcpp2uno.cxx160 (*pThis->pUnoI->pDispatcher)( pThis->pUnoI, pMemberTypeDescr, pUnoReturn, pUnoArgs, &pUnoExc ); in cpp2uno_call()
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Dcpp2uno.cxx159 …(*pThis->getUnoI()->pDispatcher)(pThis->getUnoI(), pMemberTypeDescr, pUnoReturn, pUnoArgs, &pUnoEx… in cpp2uno_call()
/trunk/main/bridges/source/cpp_uno/mingw_intel/
H A Dcpp2uno.cxx166 (*pThis->getUnoI()->pDispatcher)( in cpp2uno_call()
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Dcpp2uno.cxx192 …(*pThis->getUnoI()->pDispatcher)( pThis->getUnoI(), pMemberTypeDescr, pUnoReturn, pUnoArgs, &pUnoE… in cpp2uno_call()
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dcpp2uno.cxx153 …(*pThis->getUnoI()->pDispatcher)( pThis->getUnoI(), pMemberTypeDescr, pUnoReturn, pUnoArgs, &pUnoE… in cpp2uno_call()
/trunk/main/sfx2/source/dialog/
H A Ddockwin.cxx160 SfxDispatcher* pDispatcher = pBindings->GetDispatcher(); in SfxDockingWrapper() local
161 …uno::Reference< frame::XFrame > xFrame( pDispatcher->GetFrame()->GetFrame().GetFrameInterface(), u… in SfxDockingWrapper()
/trunk/main/cppu/source/uno/
H A Ddata.cxx80 (*((uno_Interface *) pUnoI)->pDispatcher)( in binuno_queryInterface()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx2831 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : 0; in activate() local
2835 if( pDispatcher ) in activate()
2838 pDispatcher->SetSlotFilter( sal_True, sizeof(pAllowed) / sizeof(sal_uInt16), pAllowed ); in activate()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx657 SfxDispatcher *pDispatcher = pFrame->GetDispatcher(); in ExecuteAtViewShell() local
658 DBG_ASSERT( pDispatcher != NULL, "Dispatcher exptected!" ); in ExecuteAtViewShell()
659 if( !pDispatcher ) in ExecuteAtViewShell()
662 pDispatcher->Execute( nSlot ); in ExecuteAtViewShell()
/trunk/main/bridges/inc/bridges/cpp_uno/
H A Dbridge.hxx262 uno_Interface::pDispatcher = (uno_DispatchMethod)cppu_unoInterfaceProxy_dispatch; in cppu_unoInterfaceProxy()
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dcpp2uno.cxx307 proxy->getUnoI()->pDispatcher( in call()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Dcpp2uno.cxx293 …(*pThis->getUnoI()->pDispatcher)( pThis->getUnoI(), pMemberTypeDescr, pUnoReturn, pUnoArgs, &pUnoE…
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/
H A Dcpp2uno.cxx264 …(*pThis->getUnoI()->pDispatcher)( pThis->getUnoI(), pMemberTypeDescr, pUnoReturn, pUnoArgs, &pUnoE… in cpp2uno_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Dcpp2uno.cxx269 …(*pThis->getUnoI()->pDispatcher)( pThis->getUnoI(), pMemberTypeDescr, pUnoReturn, pUnoArgs, &pUnoE… in cpp2uno_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Dcpp2uno.cxx293 …(*pThis->getUnoI()->pDispatcher)( pThis->getUnoI(), pMemberTypeDescr, pUnoReturn, pUnoArgs, &pUnoE…
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/
H A Dcpp2uno.cxx264 …(*pThis->getUnoI()->pDispatcher)( pThis->getUnoI(), pMemberTypeDescr, pUnoReturn, pUnoArgs, &pUnoE… in cpp2uno_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390/
H A Dcpp2uno.cxx252 …(*pThis->getUnoI()->pDispatcher)( pThis->getUnoI(), pMemberTypeDescr, pUnoReturn, pUnoArgs, &pUnoE… in cpp2uno_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Dcpp2uno.cxx254 …(*pThis->getUnoI()->pDispatcher)( pThis->getUnoI(), pMemberTypeDescr, pUnoReturn, pUnoArgs, &pUnoE… in cpp2uno_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Dcpp2uno.cxx245 …(*pThis->getUnoI()->pDispatcher)( pThis->getUnoI(), pMemberTypeDescr, pUnoReturn, pUnoArgs, &pUnoE… in cpp2uno_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Dcpp2uno.cxx297 (*pThis->getUnoI()->pDispatcher)( in cpp2uno_call()
/trunk/main/bridges/source/jni_uno/
H A Djni_uno2java.cxx471 uno_Interface::pDispatcher = UNO_proxy_dispatch; in UNO_proxy()
/trunk/main/sfx2/source/control/
H A Ddispatch.cxx1893 SfxDispatcher *pDispatcher = this; in _Update_Impl() local
1896 if ( pDispatcher == pActDispatcher ) in _Update_Impl()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx673 uno_Interface::pDispatcher = cli_proxy_dispatch; in CliProxy()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx3559 SfxDispatcher* pDispatcher = pViewFrame->GetDispatcher(); in End() local
3580 if ( pDispatcher ) in End()
3582 pDispatcher->Execute( nSID, (SfxCallMode)SFX_CALLMODE_SYNCHRON, aArgs ); in End()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx5456 SfxDispatcher* pDispatcher = rView.GetViewFrame()->GetDispatcher(); in lcl_GetShellFromDispatcher() local
5459 pShell = pDispatcher->GetShell( i ); in lcl_GetShellFromDispatcher()

Completed in 191 milliseconds

1234