Home
last modified time | relevance | path

Searched refs:SbUnoService (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/basic/source/inc/
H A Dsbunoobj.hxx189 class SbUnoService : public SbxObject class
196 SbUnoService( const String& aName_, in SbUnoService() function in SbUnoService
207 SV_DECL_IMPL_REF(SbUnoService);
209 SbUnoService* findUnoService( const String& rName );
216 friend class SbUnoService;
/aoo4110/main/basic/source/classes/
H A Dsbunoobj.cxx106 TYPEINIT1(SbUnoService,SbxObject)
3543 SbUnoService* pUnoService = findUnoService( aNewName ); in Find()
3583 SbUnoService* findUnoService( const String& rName ) in findUnoService()
3585 SbUnoService* pSbUnoService = NULL; in findUnoService()
3601 pSbUnoService = new SbUnoService( rName, xServiceTypeDesc ); in findUnoService()
3608 SbxVariable* SbUnoService::Find( const String& rName, SbxClassType ) in Find()
3648 void SbUnoService::SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType, in SFX_NOTIFY()

Completed in 136 milliseconds