Home
last modified time | relevance | path

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

/trunk/main/autodoc/source/udm/unittest/
H A Dtest.cxx66 aMethods; member in PrObj
/trunk/main/basic/source/inc/
H A Dobject.hxx70 static Methods aMethods[]; // Methodentabelle member in SampleObject
/trunk/main/basic/source/runtime/
H A Dstdobj.cxx68 static Methods aMethods[] = { variable
633 Methods* p = aMethods; in SbiStdObject()
676 Methods* p = aMethods; in Find()
703 p = aMethods + nIndex; in Find()
756 RtlCall p = (RtlCall) aMethods[ nCallId-1 ].pFunc; in SFX_NOTIFY()
779 Methods* p = &aMethods[ --nIdx ]; in GetInfo()
/trunk/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()
/trunk/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()
/trunk/main/sc/source/core/tool/
H A Daddincol.cxx834 uno::Sequence< uno::Reference<reflection::XIdlMethod> > aMethods = in ReadFromAddIn() local
836 long nNewCount = aMethods.getLength(); in ReadFromAddIn()
860 … const uno::Reference<reflection::XIdlMethod>* pArray = aMethods.getConstArray(); in ReadFromAddIn()
1105 uno::Sequence< uno::Reference<reflection::XIdlMethod> > aMethods = in UpdateFromAddIn() local
1107 long nMethodCount = aMethods.getLength(); in UpdateFromAddIn()
1108 const uno::Reference<reflection::XIdlMethod>* pArray = aMethods.getConstArray(); in UpdateFromAddIn()
/trunk/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()
/trunk/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()

Completed in 68 milliseconds