Searched refs:SbUnoService (Results 1 – 2 of 2) sorted by relevance
189 class SbUnoService : public SbxObject class196 SbUnoService( const String& aName_, in SbUnoService() function in SbUnoService207 SV_DECL_IMPL_REF(SbUnoService);209 SbUnoService* findUnoService( const String& rName );216 friend class SbUnoService;
106 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 24 milliseconds