Searched refs:xSingletonTypeDesc (Results 1 – 2 of 2) sorted by relevance
244 …r::uno::Reference< ::com::sun::star::reflection::XSingletonTypeDescription >& xSingletonTypeDesc );
3859 Reference< XSingletonTypeDescription > xSingletonTypeDesc( xTypeDesc, UNO_QUERY ); in findUnoSingleton() local3860 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