Home
last modified time | relevance | path

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

/aoo42x/main/basic/source/inc/
H A Dsbunoobj.hxx244 …r::uno::Reference< ::com::sun::star::reflection::XSingletonTypeDescription >& xSingletonTypeDesc );
/aoo42x/main/basic/source/classes/
H A Dsbunoobj.cxx3859 Reference< XSingletonTypeDescription > xSingletonTypeDesc( xTypeDesc, UNO_QUERY ); in findUnoSingleton() local
3860 if( xSingletonTypeDesc.is() ) in findUnoSingleton()
3861 pSbUnoSingleton = new SbUnoSingleton( rName, xSingletonTypeDesc ); in findUnoSingleton()
3869 const Reference< XSingletonTypeDescription >& xSingletonTypeDesc ) in SbUnoSingleton()
3871 , m_xSingletonTypeDesc( xSingletonTypeDesc ) in SbUnoSingleton()

Completed in 40 milliseconds