Home
last modified time | relevance | path

Searched refs:aMethods (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/basic/source/sample/
H A Dobject.cxx90 SampleObject::Methods SampleObject::aMethods[] = { member in SampleObject
130 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()
/aoo4110/main/basic/source/runtime/
H A Dstdobj.cxx68 static Methods aMethods[] = { variable
632 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()
/aoo4110/main/vcl/workben/
H A Doutdevgrind.cxx839 functor_vector_type aMethods; in outDevGrind() local
840 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()
/aoo4110/main/sc/source/core/tool/
H A Daddincol.cxx835 uno::Sequence< uno::Reference<reflection::XIdlMethod> > aMethods = in ReadFromAddIn() local
837 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() local
1108 long nMethodCount = aMethods.getLength(); in UpdateFromAddIn()
1109 const uno::Reference<reflection::XIdlMethod>* pArray = aMethods.getConstArray(); in UpdateFromAddIn()
/aoo4110/main/sdext/source/pdfimport/
H A Dfilterdet.cxx173 uno::Sequence< ::rtl::OUString > aMethods(1); in getSupportedMethodNames() local
174 aMethods[0] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "SelectionChanged" )); in getSupportedMethodNames()
175 return aMethods; in getSupportedMethodNames()
/aoo4110/main/extensions/source/propctrlr/
H A Deventhandler.cxx803 … Sequence< ::rtl::OUString > aMethods( comphelper::getEventMethodsForType( *pListeners ) ); in getSupportedProperties() local
805 const ::rtl::OUString* pMethods = aMethods.getConstArray(); in getSupportedProperties()
806 sal_uInt32 methodCount = aMethods.getLength(); in getSupportedProperties()
/aoo4110/main/basic/source/inc/
H A Dobject.hxx70 static Methods aMethods[]; // Methodentabelle member in SampleObject
/aoo4110/main/udm/source/unittest/
H A Dtest.cxx66 aMethods; member in PrObj

Completed in 58 milliseconds