/aoo41x/main/ucb/source/sorter/ |
H A D | sortresult.hxx | 235 virtual REFERENCE< 239 virtual REFERENCE< 296 virtual REFERENCE< 353 virtual REFERENCE< 358 virtual REFERENCE< 365 const REFERENCE< 368 virtual REFERENCE< 372 virtual REFERENCE< 376 virtual REFERENCE< 380 virtual REFERENCE< [all …]
|
H A D | sortdynres.hxx | 50 #define REFERENCE com::sun::star::uno::Reference macro 76 REFERENCE < XDYNAMICRESULTSETLISTENER > mxListener; 79 REFERENCE < XRESULTSET > mxOne; 80 REFERENCE < XRESULTSET > mxTwo; 81 REFERENCE < XDYNAMICRESULTSET > mxOriginal; 83 REFERENCE < XANYCOMPAREFACTORY > mxCompFac; 84 REFERENCE < XMULTISERVICEFACTORY > mxSMgr; 140 virtual REFERENCE< XRESULTSET > SAL_CALL 218 REFERENCE< XMULTISERVICEFACTORY > mxSMgr; 245 virtual REFERENCE< XDYNAMICRESULTSET > SAL_CALL [all …]
|
/aoo41x/main/framework/inc/classes/ |
H A D | servicemanager.hxx | 51 #define REFERENCE ::com::sun::star::uno::Reference macro 133 REFERENCE< XMULTISERVICEFACTORY > getGlobalUNOServiceManager(); 147 REFERENCE< XMULTISERVICEFACTORY > getSimpleGlobalUNOServiceManager(); 167 REFERENCE< XMULTISERVICEFACTORY > getSharedUNOServiceManager( const OUSTRING& sUserRegistryFile ); 188 …REFERENCE< XMULTISERVICEFACTORY > getPrivateUNOServiceManager( const OUSTRING& sUserRegistryFile ); 232 REFERENCE< XMULTISERVICEFACTORY > impl_createManager( const OUSTRING& sRegistryFile ); 266 static REFERENCE< XMULTISERVICEFACTORY >* m_pGlobalServiceManager ; 267 static REFERENCE< XMULTISERVICEFACTORY >* m_pSimpleGlobalServiceManager ; 268 static REFERENCE< XMULTISERVICEFACTORY >* m_pSharedServiceManager ; 269 static REFERENCE< XMULTISERVICEFACTORY >* m_pPrivateServiceManager ;
|
H A D | menumanager.hxx | 54 #define REFERENCE ::com::sun::star::uno::Reference macro 77 REFERENCE< XFRAME >& rFrame, 84 REFERENCE< XFRAME >& rFrame, 126 MenuItemHandler( sal_uInt16 aItemId, MenuManager* pManager, REFERENCE< XDISPATCH >& rDispatch ) : in MenuItemHandler() 136 REFERENCE< XDISPATCH > xMenuItemDispatch; 154 REFERENCE< XFRAME > m_xFrame;
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | sfxbasemodel.hxx | 160 #define REFERENCE ::com::sun::star::uno::Reference macro 452 virtual REFERENCE< XINTERFACE > SAL_CALL getParent() throw( RUNTIMEEXCEPTION ) ; 716 virtual void SAL_CALL setCurrentController( const REFERENCE< XCONTROLLER >& xController ) 1057 virtual void SAL_CALL loadFromStorage( const REFERENCE< XSTORAGE >& xStorage, 1065 virtual void SAL_CALL storeToStorage( const REFERENCE< XSTORAGE >& xStorage, 1072 virtual void SAL_CALL switchToStorage( const REFERENCE< XSTORAGE >& xStorage ) 1078 virtual REFERENCE< XSTORAGE > SAL_CALL getDocumentStorage() 1084 const REFERENCE< ::com::sun::star::document::XStorageChangeListener >& xListener ) 1088 const REFERENCE< ::com::sun::star::document::XStorageChangeListener >& xListener ) 1121 virtual REFERENCE< XSCRIPTPROVIDER > SAL_CALL getScriptProvider() throw ( RUNTIMEEXCEPTION ); [all …]
|
H A D | sfxbasecontroller.hxx | 63 #define REFERENCE ::com::sun::star::uno::Reference macro 176 virtual void SAL_CALL attachFrame( const REFERENCE< XFRAME >& xFrame ) throw( RUNTIMEEXCEPTION ) ; 191 …virtual sal_Bool SAL_CALL attachModel( const REFERENCE< XMODEL >& xModel ) throw( RUNTIMEEXCEPTION… 251 REFERENCE< XFRAME > SAL_CALL getFrame() throw( RUNTIMEEXCEPTION ) ; 266 REFERENCE< XMODEL > SAL_CALL getModel() throw( RUNTIMEEXCEPTION ) ; 285 virtual REFERENCE< XDISPATCH > SAL_CALL queryDispatch( const UNOURL & aURL , 302 …virtual ::com::sun::star::uno::Sequence< REFERENCE< XDISPATCH > > SAL_CALL queryDispatches( const … 345 …virtual void SAL_CALL addEventListener( const REFERENCE< XEVENTLISTENER >& aListener ) throw( RUNT… 360 …virtual void SAL_CALL removeEventListener( const REFERENCE< XEVENTLISTENER >& aListener ) throw( R… 361 …virtual void SAL_CALL registerContextMenuInterceptor( const REFERENCE< XCONTEXTMENUINTERCEPTOR >& … [all …]
|
/aoo41x/main/sfx2/source/view/ |
H A D | sfxbasecontroller.cxx | 613 REFERENCE< XFRAME > xTemp( getFrame() ) ; in attachFrame() 779 REFERENCE< XDISPATCH > SAL_CALL SfxBaseController::queryDispatch( const UNOURL& aURL , in queryDispatch() 784 REFERENCE< XDISPATCH > xDisp; in queryDispatch() 796 REFERENCE < XFRAME > xFrame; in queryDispatch() 918 REFERENCE< XMODEL > xModel = getModel(); in queryDispatch() 942 uno::Sequence< REFERENCE< XDISPATCH > > lDispatcher( nCount ); in queryDispatches() 1072 REFERENCE< XMODEL > xModel = pDoc->GetModel(); in dispose() 1073 …REFERENCE < ::com::sun::star::util::XCloseable > xCloseable( xModel, com::sun::star::uno::UNO_QUER… in dispose() 1081 REFERENCE < XFRAME > aXFrame; in dispose() 1123 REFERENCE< XMODEL > xModel = pDoc->GetModel(); in ReleaseShell_Impl() [all …]
|
/aoo41x/main/sd/source/ui/unoidl/ |
H A D | unomodule.hxx | 55 #define REFERENCE ::com::sun::star::uno::Reference macro 58 #define REFERENCE ::com::sun::star::uno::Reference macro 68 REFERENCE < ::com::sun::star::lang::XMultiServiceFactory > m_xFactory; 71 … SdUnoModule( const REFERENCE < ::com::sun::star::lang::XMultiServiceFactory >& xFactory ) in SdUnoModule() 84 …virtual SEQUENCE< REFERENCE< XDISPATCH > > SAL_CALL queryDispatches( const SEQUENCE< DISPATCHDESCR… 85 virtual REFERENCE< XDISPATCH > SAL_CALL queryDispatch( const UNOURL & aURL ,
|
H A D | sddetect.cxx | 87 SdFilterDetect::SdFilterDetect( const REFERENCE < ::com::sun::star::lang::XMultiServiceFactory >& ) in SdFilterDetect() 97 REFERENCE< XInputStream > xStream; in detect() 98 REFERENCE< XContent > xContent; in detect() 99 REFERENCE< XInteractionHandler > xInteraction; in detect() 247 REFERENCE< XInterface >(), in detect() 251 REFERENCE< XInteractionRequest > xRequest( in detect()
|
H A D | unomodule.cxx | 106 SEQUENCE< REFERENCE< XDISPATCH > > SAL_CALL SdUnoModule::queryDispatches( const SEQUENCE< DISPATCHD… in queryDispatches() 109 SEQUENCE< REFERENCE< XDISPATCH > > lDispatcher( nCount ); in queryDispatches() 122 REFERENCE< XDISPATCH > SAL_CALL SdUnoModule::queryDispatch( const UNOURL& aURL, const OUSTRING&, sa… in queryDispatch() 128 REFERENCE< XDISPATCH > xSlot; in queryDispatch()
|
H A D | sddetect.hxx | 73 #define REFERENCE ::com::sun::star::uno::Reference macro 80 … SdFilterDetect( const REFERENCE < ::com::sun::star::lang::XMultiServiceFactory >& xFactory );
|
/aoo41x/main/sw/source/ui/uno/ |
H A D | unomodule.hxx | 55 #define REFERENCE ::com::sun::star::uno::Reference macro 58 #define REFERENCE ::com::sun::star::uno::Reference macro 68 REFERENCE < ::com::sun::star::lang::XMultiServiceFactory > m_xFactory; 71 … SwUnoModule( const REFERENCE < ::com::sun::star::lang::XMultiServiceFactory >& xFactory ) in SwUnoModule() 84 …virtual SEQUENCE< REFERENCE< XDISPATCH > > SAL_CALL queryDispatches( const SEQUENCE< DISPATCHDESCR… 85 virtual REFERENCE< XDISPATCH > SAL_CALL queryDispatch( const UNOURL & aURL ,
|
H A D | unomodule.cxx | 112 SEQUENCE< REFERENCE< XDISPATCH > > SAL_CALL SwUnoModule::queryDispatches( in queryDispatches() 116 SEQUENCE< REFERENCE< XDISPATCH > > lDispatcher( nCount ); in queryDispatches() 129 REFERENCE< XDISPATCH > SAL_CALL SwUnoModule::queryDispatch( in queryDispatch() 133 REFERENCE< XDISPATCH > xReturn; in queryDispatch() 139 xReturn = REFERENCE< XDISPATCH >(static_cast< XDISPATCH* >(this), uno::UNO_QUERY); in queryDispatch()
|
H A D | swdetect.cxx | 83 SwFilterDetect::SwFilterDetect( const REFERENCE < lang::XMultiServiceFactory >& /*xFactory*/ ) in SwFilterDetect() 93 REFERENCE< XInputStream > xStream; in detect() 94 REFERENCE< XContent > xContent; in detect() 95 REFERENCE< XInteractionHandler > xInteraction; in detect() 225 REFERENCE< XInterface >(), in detect() 229 REFERENCE< XInteractionRequest > xRequest( in detect()
|
/aoo41x/main/framework/source/classes/ |
H A D | menumanager.cxx | 321 REFERENCE< XDISPATCH > aXDispatchRef; in MenuManager() 398 REFERENCE< XDISPATCH > aXDispatchRef; 509 REFERENCE< XDISPATCHPROVIDER > xDispatchProvider( m_xFrame, UNO_QUERY ); in statusChanged() 510 REFERENCE< XDISPATCH > xMenuItemDispatch = xDispatchProvider->queryDispatch( in statusChanged() 619 REFERENCE< XDISPATCH > aXDispatchRef; in UpdateSpecialFileMenu() 645 REFERENCE< XDISPATCHPROVIDER > xDispatchProvider( m_xFrame, UNO_QUERY ); in UpdateSpecialFileMenu() 648 REFERENCE< XDISPATCH > xMenuItemDispatch; in UpdateSpecialFileMenu() 943 REFERENCE< XDISPATCHPROVIDER > xDispatchProvider( m_xFrame, UNO_QUERY ); in IMPL_LINK() 972 REFERENCE< XDISPATCH > xMenuItemDispatch; in IMPL_LINK() 1010 REFERENCE< XDISPATCH > xDispatch; in IMPL_LINK() [all …]
|
/aoo41x/main/framework/inc/services/ |
H A D | logindialog.hxx | 88 #define REFERENCE ::com::sun::star::uno::Reference macro 475 LoginDialog( const REFERENCE< XMULTISERVICEFACTORY >& sFactory ); 518 …virtual void SAL_CALL addFlushListener( const REFERENCE< XFLUSHLISTENER >& xListener ) throw( RUNT… 519 …virtual void SAL_CALL removeFlushListener( const REFERENCE< XFLUSHLISTENER >& xListener ) throw( R… 687 …virtual REFERENCE< XPROPERTYSETINFO > SAL_CALL getPropertySetInfo() throw (::com::sun::star::uno::… 863 sal_Bool impldbg_checkParameter_LoginDialog ( const REFERENCE< XMULTISERVICEFACTORY >& xFactory ); 875 …REFERENCE< XMULTISERVICEFACTORY > m_xFactory ; /// reference to factory, which has created this…
|
/aoo41x/main/sfx2/source/inc/ |
H A D | doctemplates.hxx | 47 #define REFERENCE ::com::sun::star::uno::Reference macro 71 … SfxDocTplService( const REFERENCE < ::com::sun::star::lang::XMultiServiceFactory >& xFactory ); 79 REFERENCE< XCONTENT > SAL_CALL getContent() throw( RUNTIMEEXCEPTION ); 82 const REFERENCE< XSTORABLE >& Storable ) throw( RUNTIMEEXCEPTION );
|
/aoo41x/main/starmath/source/ |
H A D | smdetect.cxx | 87 SmFilterDetect::SmFilterDetect( const REFERENCE < ::com::sun::star::lang::XMultiServiceFactory >& /… in SmFilterDetect() 97 REFERENCE< XInputStream > xStream; in detect() 98 REFERENCE< XContent > xContent; in detect() 99 REFERENCE< XInteractionHandler > xInteraction; in detect() 228 REFERENCE< XInterface >(), in detect() 232 REFERENCE< XInteractionRequest > xRequest( in detect()
|
H A D | smdetect.hxx | 73 #define REFERENCE ::com::sun::star::uno::Reference macro 80 … SmFilterDetect( const REFERENCE < ::com::sun::star::lang::XMultiServiceFactory >& xFactory );
|
/aoo41x/main/offapi/util/ |
H A D | checknewapi.pl | 101 …open( REFERENCE, ">reference_types.txt" ) || die "\nERROR: could not open reference_types.txt for … 135 print REFERENCE "$1\n"; 161 close( REFERENCE );
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | scdetect.cxx | 89 ScFilterDetect::ScFilterDetect( const REFERENCE < ::com::sun::star::lang::XMultiServiceFactory >& /… in ScFilterDetect() 257 REFERENCE< XInputStream > xStream; in detect() 258 REFERENCE< XContent > xContent; in detect() 259 REFERENCE< XInteractionHandler > xInteraction; in detect() 390 REFERENCE< XInterface >(), in detect() 394 REFERENCE< XInteractionRequest > xRequest( in detect()
|
H A D | scdetect.hxx | 73 #define REFERENCE ::com::sun::star::uno::Reference macro 80 … ScFilterDetect( const REFERENCE < ::com::sun::star::lang::XMultiServiceFactory >& xFactory );
|
/aoo41x/main/connectivity/source/drivers/hsqldb/ |
H A D | HUser.cxx | 196 nRights |= Privilege::REFERENCE; in findPrivilegesAndGrantPrivileges() 198 nRightsWithGrant |= Privilege::REFERENCE; in findPrivilegesAndGrantPrivileges() 337 if((nRights & Privilege::REFERENCE) == Privilege::REFERENCE) in getPrivilegeString()
|
/aoo41x/main/connectivity/source/drivers/mysql/ |
H A D | YUser.cxx | 196 nRights |= Privilege::REFERENCE; in findPrivilegesAndGrantPrivileges() 198 nRightsWithGrant |= Privilege::REFERENCE; in findPrivilegesAndGrantPrivileges() 336 if((nRights & Privilege::REFERENCE) == Privilege::REFERENCE) in getPrivilegeString()
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | adoimp.cxx | 285 nRights |= Privilege::REFERENCE; in mapAdoRights2Sdbc() 306 if((nRights & Privilege::REFERENCE) == Privilege::REFERENCE) in mapRights2Ado()
|