Searched refs:SbUnoServiceCtor (Results 1 – 2 of 2) sorted by relevance
214 class SbUnoServiceCtor : public SbxMethod class221 SbUnoServiceCtor* pPrev;222 SbUnoServiceCtor* pNext;227 …SbUnoServiceCtor( const String& aName_, ::com::sun::star::uno::Reference< ::com::sun::star::reflec…228 virtual ~SbUnoServiceCtor();
107 TYPEINIT1(SbUnoServiceCtor,SbxMethod)3636 SbxVariableRef xSbCtorRef = new SbUnoServiceCtor( aName, xCtor ); in Find()3656 SbUnoServiceCtor* pUnoCtor = PTR_CAST(SbUnoServiceCtor,pVar); in SFX_NOTIFY()3813 static SbUnoServiceCtor* pFirstCtor = NULL;3817 SbUnoServiceCtor* pCtor = pFirstCtor; in clearUnoServiceCtors()3825 SbUnoServiceCtor::SbUnoServiceCtor( const String& aName_, Reference< XServiceConstructorDescription… in SbUnoServiceCtor() function in SbUnoServiceCtor3831 SbUnoServiceCtor::~SbUnoServiceCtor() in ~SbUnoServiceCtor()3835 SbxInfo* SbUnoServiceCtor::GetInfo() in GetInfo()
Completed in 32 milliseconds