Searched refs:SbUnoSingleton (Results 1 – 2 of 2) sorted by relevance
237 class SbUnoSingleton : public SbxObject class243 SbUnoSingleton( const String& aName_,248 SV_DECL_IMPL_REF(SbUnoSingleton);250 SbUnoSingleton* findUnoSingleton( const String& rName );
108 TYPEINIT1(SbUnoSingleton,SbxObject)3555 SbUnoSingleton* pUnoSingleton = findUnoSingleton( aNewName ); in Find()3843 SbUnoSingleton* findUnoSingleton( const String& rName ) in findUnoSingleton()3845 SbUnoSingleton* pSbUnoSingleton = NULL; in findUnoSingleton()3861 pSbUnoSingleton = new SbUnoSingleton( rName, xSingletonTypeDesc ); in findUnoSingleton()3868 SbUnoSingleton::SbUnoSingleton( const String& aName_, in SbUnoSingleton() function in SbUnoSingleton3878 void SbUnoSingleton::SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType, in SFX_NOTIFY()
Completed in 41 milliseconds