Home
last modified time | relevance | path

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

/aoo42x/main/basic/source/inc/
H A Dsbunoobj.hxx214 class SbUnoServiceCtor : public SbxMethod class
221 SbUnoServiceCtor* pPrev;
222 SbUnoServiceCtor* pNext;
227SbUnoServiceCtor( const String& aName_, ::com::sun::star::uno::Reference< ::com::sun::star::reflec…
228 virtual ~SbUnoServiceCtor();
/aoo42x/main/basic/source/classes/
H A Dsbunoobj.cxx107 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 SbUnoServiceCtor
3831 SbUnoServiceCtor::~SbUnoServiceCtor() in ~SbUnoServiceCtor()
3835 SbxInfo* SbUnoServiceCtor::GetInfo() in GetInfo()

Completed in 176 milliseconds