Searched refs:SbUnoMethod (Results 1 – 3 of 3) sorted by relevance
94 class SbUnoMethod : public SbxMethod class104 SbUnoMethod* pPrev;105 SbUnoMethod* pNext;113 …SbUnoMethod( const String& aName_, SbxDataType eSbxType, ::com::sun::star::uno::Reference< ::com::…116 virtual ~SbUnoMethod();
102 TYPEINIT1(SbUnoMethod,SbxMethod)2090 SbUnoMethod* pMeth = PTR_CAST(SbUnoMethod,pVar); in TYPEINIT1()2588 static SbUnoMethod* pFirst = NULL;2592 SbUnoMethod* pMeth = pFirst; in clearUnoMethodsForBasic()2633 SbUnoMethod* pMeth = pFirst; in clearUnoMethods()2642 SbUnoMethod::SbUnoMethod in SbUnoMethod() function in SbUnoMethod2665 SbUnoMethod::~SbUnoMethod() in ~SbUnoMethod()2677 SbxInfo* SbUnoMethod::GetInfo() in GetInfo()2705 const Sequence<ParamInfo>& SbUnoMethod::getParamInfos( void ) in getParamInfos()2786 SbxVariableRef xMethRef = new SbUnoMethod( rxMethod->getName(), in Find()[all …]
380 SbUnoMethod* pUnoMethod = PTR_CAST(SbUnoMethod,p); in SetupArgs()
Completed in 52 milliseconds