Searched refs:aMethods (Results 1 – 8 of 8) sorted by relevance
90 SampleObject::Methods SampleObject::aMethods[] = { member in SampleObject130 Methods* p = aMethods; in Find()140 p = aMethods + nIndex; in Find()189 sal_uInt16 nPar = aMethods[ --nIndex ].nArgs & 0x00FF; in SFX_NOTIFY()197 (this->*(aMethods[ nIndex ].pFunc))( pVar, pPar_, bWrite ); in SFX_NOTIFY()210 Methods* p = &aMethods[ nIdx ]; in GetInfo()
68 static Methods aMethods[] = { variable632 Methods* p = aMethods; in SbiStdObject()675 Methods* p = aMethods; in Find()702 p = aMethods + nIndex; in Find()755 RtlCall p = (RtlCall) aMethods[ nCallId-1 ].pFunc; in SFX_NOTIFY()778 Methods* p = &aMethods[ --nIdx ]; in GetInfo()
839 functor_vector_type aMethods; in outDevGrind() local840 setupMethodStubs( aMethods ); in outDevGrind()849 functor_vector_type::const_iterator iter = aMethods.begin(); in outDevGrind()850 const functor_vector_type::const_iterator end = aMethods.end(); in outDevGrind()
835 uno::Sequence< uno::Reference<reflection::XIdlMethod> > aMethods = in ReadFromAddIn() local837 long nNewCount = aMethods.getLength(); in ReadFromAddIn()861 … const uno::Reference<reflection::XIdlMethod>* pArray = aMethods.getConstArray(); in ReadFromAddIn()1106 uno::Sequence< uno::Reference<reflection::XIdlMethod> > aMethods = in UpdateFromAddIn() local1108 long nMethodCount = aMethods.getLength(); in UpdateFromAddIn()1109 const uno::Reference<reflection::XIdlMethod>* pArray = aMethods.getConstArray(); in UpdateFromAddIn()
173 uno::Sequence< ::rtl::OUString > aMethods(1); in getSupportedMethodNames() local174 aMethods[0] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "SelectionChanged" )); in getSupportedMethodNames()175 return aMethods; in getSupportedMethodNames()
803 … Sequence< ::rtl::OUString > aMethods( comphelper::getEventMethodsForType( *pListeners ) ); in getSupportedProperties() local805 const ::rtl::OUString* pMethods = aMethods.getConstArray(); in getSupportedProperties()806 sal_uInt32 methodCount = aMethods.getLength(); in getSupportedProperties()
70 static Methods aMethods[]; // Methodentabelle member in SampleObject
66 aMethods; member in PrObj
Completed in 106 milliseconds