Home
last modified time | relevance | path

Searched refs:REFERENCE (Results 1 – 25 of 38) sorted by relevance

12

/aoo42x/main/ucb/source/sorter/
H A Dsortresult.hxx235 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 Dsortdynres.hxx50 #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 …]
/aoo42x/main/framework/inc/classes/
H A Dservicemanager.hxx51 #define REFERENCE ::com::sun::star::uno::Reference macro
133 REFERENCE< XMULTISERVICEFACTORY > getGlobalUNOServiceManager();
147 REFERENCE< XMULTISERVICEFACTORY > getSimpleGlobalUNOServiceManager();
167 REFERENCE< XMULTISERVICEFACTORY > getSharedUNOServiceManager( const OUSTRING& sUserRegistryFile );
188REFERENCE< 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 Dmenumanager.hxx54 #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;
/aoo42x/main/sfx2/inc/sfx2/
H A Dsfxbasemodel.hxx160 #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 Dsfxbasecontroller.hxx63 #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 …]
/aoo42x/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx613 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()
1073REFERENCE < ::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 …]
/aoo42x/main/sw/source/ui/uno/
H A Dunomodule.hxx55 #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 Dunomodule.cxx112 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 Dswdetect.cxx83 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()
/aoo42x/main/sd/source/ui/unoidl/
H A Dunomodule.hxx55 #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 Dunomodule.cxx106 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()
/aoo42x/main/framework/source/classes/
H A Dmenumanager.cxx321 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 …]
/aoo42x/main/framework/inc/services/
H A Dlogindialog.hxx88 #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 );
875REFERENCE< XMULTISERVICEFACTORY > m_xFactory ; /// reference to factory, which has created this…
/aoo42x/main/starmath/source/
H A Dsmdetect.cxx79 SmFilterDetect::SmFilterDetect( const REFERENCE < ::com::sun::star::lang::XMultiServiceFactory >& /… in SmFilterDetect()
89 REFERENCE< XInputStream > xStream; in detect()
90 REFERENCE< XContent > xContent; in detect()
91 REFERENCE< XInteractionHandler > xInteraction; in detect()
220 REFERENCE< XInterface >(), in detect()
224 REFERENCE< XInteractionRequest > xRequest( in detect()
H A Dsmdetect.hxx73 #define REFERENCE ::com::sun::star::uno::Reference macro
80 … SmFilterDetect( const REFERENCE < ::com::sun::star::lang::XMultiServiceFactory >& xFactory );
/aoo42x/main/sfx2/source/inc/
H A Ddoctemplates.hxx47 #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 );
H A Deventsupplier.hxx74 #define REFERENCE ::com::sun::star::uno::Reference macro
94 REFERENCE< XEVENTBROADCASTER > mxBroadcaster;
102 REFERENCE< XEVENTBROADCASTER > xBroadcaster );
/aoo42x/main/sc/source/ui/unoobj/
H A Dscdetect.cxx89 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 Dscdetect.hxx73 #define REFERENCE ::com::sun::star::uno::Reference macro
80 … ScFilterDetect( const REFERENCE < ::com::sun::star::lang::XMultiServiceFactory >& xFactory );
/aoo42x/main/offapi/util/
H A Dchecknewapi.pl101 …open( REFERENCE, ">reference_types.txt" ) || die "\nERROR: could not open reference_types.txt for …
135 print REFERENCE "$1\n";
161 close( REFERENCE );
/aoo42x/main/connectivity/source/drivers/hsqldb/
H A DHUser.cxx196 nRights |= Privilege::REFERENCE; in findPrivilegesAndGrantPrivileges()
198 nRightsWithGrant |= Privilege::REFERENCE; in findPrivilegesAndGrantPrivileges()
337 if((nRights & Privilege::REFERENCE) == Privilege::REFERENCE) in getPrivilegeString()
/aoo42x/main/connectivity/source/drivers/mysql/
H A DYUser.cxx196 nRights |= Privilege::REFERENCE; in findPrivilegesAndGrantPrivileges()
198 nRightsWithGrant |= Privilege::REFERENCE; in findPrivilegesAndGrantPrivileges()
336 if((nRights & Privilege::REFERENCE) == Privilege::REFERENCE) in getPrivilegeString()
/aoo42x/main/connectivity/source/drivers/ado/
H A Dadoimp.cxx285 nRights |= Privilege::REFERENCE; in mapAdoRights2Sdbc()
306 if((nRights & Privilege::REFERENCE) == Privilege::REFERENCE) in mapRights2Ado()
/aoo42x/main/connectivity/source/drivers/adabas/
H A DBUser.cxx159 { "REF", Privilege::REFERENCE } in getAnyTablePrivileges()
318 if((nRights & Privilege::REFERENCE) == Privilege::REFERENCE) in getPrivilegeString()

Completed in 119 milliseconds

12