Home
last modified time | relevance | path

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

12

/trunk/main/ucb/source/sorter/
H A Dsortresult.hxx122 #define REFERENCE com::sun::star::uno::Reference macro
151 REFERENCE < XRESULTSET > mxOriginal;
152 REFERENCE < XRESULTSET > mxOther;
173 void BuildSortInfo( REFERENCE< XRESULTSET > aResult,
175 const REFERENCE< XANYCOMPAREFACTORY > &xCompFac );
176 long CompareImpl( REFERENCE < XRESULTSET > xResultOne,
177 REFERENCE < XRESULTSET > xResultTwo,
181 long CompareImpl( REFERENCE < XRESULTSET > xResultOne,
182 REFERENCE < XRESULTSET > xResultTwo,
188 SortedResultSet( REFERENCE< XRESULTSET > aResult );
[all …]
H A Dsortdynres.hxx50 #define REFERENCE com::sun::star::uno::Reference macro
76 REFERENCE < XDYNAMICRESULTSETLISTENER > mxListener;
77 REFERENCE < XDYNAMICRESULTSETLISTENER > mxOwnListener;
79 REFERENCE < XRESULTSET > mxOne;
80 REFERENCE < XRESULTSET > mxTwo;
81 REFERENCE < XDYNAMICRESULTSET > mxOriginal;
83 REFERENCE < XANYCOMPAREFACTORY > mxCompFac;
84 REFERENCE < XMULTISERVICEFACTORY > mxSMgr;
101 SortedDynamicResultSet( const REFERENCE < XDYNAMICRESULTSET > &xOriginal,
103 const REFERENCE < XANYCOMPAREFACTORY > &xCompFac,
[all …]
/trunk/main/framework/inc/classes/
H A Dservicemanager.hxx51 #define REFERENCE ::com::sun::star::uno::Reference macro
133 REFERENCE< XMULTISERVICEFACTORY > getGlobalUNOServiceManager();
147 REFERENCE< XMULTISERVICEFACTORY > getSimpleGlobalUNOServiceManager();
167REFERENCE< 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;
/trunk/main/sfx2/inc/sfx2/
H A Dsfxbasemodel.hxx160 #define REFERENCE ::com::sun::star::uno::Reference macro
411 virtual REFERENCE< XNAMECONTAINER > SAL_CALL getLibraryContainer() throw( RUNTIMEEXCEPTION );
452 virtual REFERENCE< XINTERFACE > SAL_CALL getParent() throw( RUNTIMEEXCEPTION ) ;
467 …virtual void SAL_CALL setParent( const REFERENCE< XINTERFACE >& xParent ) throw( NOSUPPORTEXCEP…
502 …virtual void SAL_CALL addEventListener(const REFERENCE< XEVENTLISTENER >& aListener) throw (::com:…
517 …virtual void SAL_CALL removeEventListener(const REFERENCE< XEVENTLISTENER >& aListener ) throw (::…
536 …virtual REFERENCE< XDOCUMENTINFO > SAL_CALL getDocumentInfo() throw (::com::sun::star::uno::Runtim…
626 …virtual void SAL_CALL connectController( const REFERENCE< XCONTROLLER >& xController ) throw (::co…
641 …virtual void SAL_CALL disconnectController( const REFERENCE< XCONTROLLER >& xController ) throw (:…
701 …virtual REFERENCE< XCONTROLLER > SAL_CALL getCurrentController() throw (::com::sun::star::uno::Run…
[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 …]
/trunk/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx611 void SAL_CALL SfxBaseController::attachFrame( const REFERENCE< XFRAME >& xFrame ) throw( ::com::sun… in attachFrame()
613 REFERENCE< XFRAME > xTemp( getFrame() ) ; in attachFrame()
619REFERENCE < ::com::sun::star::util::XCloseBroadcaster > xCloseable( xTemp, com::sun::star::uno::UN… in attachFrame()
629REFERENCE < ::com::sun::star::util::XCloseBroadcaster > xCloseable( xFrame, com::sun::star::uno::U… in attachFrame()
648 sal_Bool SAL_CALL SfxBaseController::attachModel( const REFERENCE< XMODEL >& xModel ) throw( ::com:… in attachModel()
657REFERENCE < ::com::sun::star::util::XCloseBroadcaster > xCloseable( xModel, com::sun::star::uno::U… in attachModel()
759 REFERENCE< XFRAME > SAL_CALL SfxBaseController::getFrame() throw( ::com::sun::star::uno::RuntimeExc… in getFrame()
769 REFERENCE< XMODEL > SAL_CALL SfxBaseController::getModel() throw( ::com::sun::star::uno::RuntimeExc… in getModel()
772 …return m_pData->m_pViewShell ? m_pData->m_pViewShell->GetObjectShell()->GetModel() : REFERENCE < X… in getModel()
779 REFERENCE< XDISPATCH > SAL_CALL SfxBaseController::queryDispatch( const UNOURL& aUR… in queryDispatch()
[all …]
/trunk/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()
/trunk/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()
/trunk/main/framework/source/classes/
H A Dmenumanager.cxx138 REFERENCE< XFRAME >& rFrame, Menu* pMenu, sal_Bool bDelete, sal_Bool bDeleteChildren ) in MenuManager()
321 REFERENCE< XDISPATCH > aXDispatchRef; in MenuManager()
361 REFERENCE< XFRAME >& rFrame, AddonMenu* pAddonMenu, sal_Bool bDelete, sal_Bool bDeleteChildren )
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()
[all …]
/trunk/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 >& xFacto…
875REFERENCE< XMULTISERVICEFACTORY > m_xFactory ; /// reference to factory, which ha…
/trunk/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 );
/trunk/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 );
/trunk/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 );
/trunk/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 );
/trunk/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()
/trunk/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()
/trunk/main/connectivity/source/drivers/ado/
H A Dadoimp.cxx285 nRights |= Privilege::REFERENCE; in mapAdoRights2Sdbc()
306 if((nRights & Privilege::REFERENCE) == Privilege::REFERENCE) in mapRights2Ado()
/trunk/main/connectivity/source/drivers/adabas/
H A DBUser.cxx159 { "REF", Privilege::REFERENCE } in getAnyTablePrivileges()
318 if((nRights & Privilege::REFERENCE) == Privilege::REFERENCE) in getPrivilegeString()

12