Home
last modified time | relevance | path

Searched refs:aSupportedServices (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/xml2cmp/source/xcd/
H A Dcr_index.cxx137 List< const MultipleTextElement* > aSupportedServices; in ReadFile() local
138 aModule.Get_SupportedServices(aSupportedServices); in ReadFile()
140 for ( unsigned s = 0; s < aSupportedServices.size(); ++s ) in ReadFile()
142 aSupportedServices[s]->Insert2Index(*this); in ReadFile()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleAddIn.java264 String [] aSupportedServices = new String[ 2 ]; in getSupportedServiceNames() local
265 aSupportedServices[ 0 ] = aExampleService; in getSupportedServiceNames()
266 aSupportedServices[ 1 ] = aAddInService; in getSupportedServiceNames()
267 return aSupportedServices; in getSupportedServiceNames()
H A DExampleDataPilotSource.java942 String [] aSupportedServices = new String[ 1 ]; in getSupportedServiceNames() local
943 aSupportedServices[ 0 ] = aServiceName; in getSupportedServiceNames()
944 return aSupportedServices; in getSupportedServiceNames()
/trunk/main/sc/source/ui/unoobj/
H A Dcelllistsource.cxx192 Sequence< ::rtl::OUString > aSupportedServices( getSupportedServiceNames() ); in supportsService() local
193 const ::rtl::OUString* pLookup = aSupportedServices.getConstArray(); in supportsService()
194 …const ::rtl::OUString* pLookupEnd = aSupportedServices.getConstArray() + aSupportedServices.getLen… in supportsService()
H A Dcellvaluebinding.cxx489 Sequence< ::rtl::OUString > aSupportedServices( getSupportedServiceNames() ); in supportsService() local
490 const ::rtl::OUString* pLookup = aSupportedServices.getConstArray(); in supportsService()
491 …const ::rtl::OUString* pLookupEnd = aSupportedServices.getConstArray() + aSupportedServices.getLen… in supportsService()
/trunk/main/editeng/source/uno/
H A Dunopracc.cxx147 uno::Sequence< ::rtl::OUString> aSupportedServices ( in supportsService() local
149 for (int i=0; i<aSupportedServices.getLength(); i++) in supportsService()
150 if (sServiceName == aSupportedServices[i]) in supportsService()
/trunk/main/comphelper/inc/comphelper/
H A Dcomponentmodule.hxx65 ::com::sun::star::uno::Sequence< ::rtl::OUString > aSupportedServices;
77 ,aSupportedServices() in ComponentDescription()
92 ,aSupportedServices( _rSupportedServices ) in ComponentDescription()
/trunk/main/svx/source/accessibility/
H A Dsvxrectctaccessiblecontext.cxx562 Sequence< ::rtl::OUString > aSupportedServices( getSupportedServiceNames() ); in supportsService() local
563 int nLength = aSupportedServices.getLength(); in supportsService()
564 const ::rtl::OUString* pStr = aSupportedServices.getConstArray(); in supportsService()
1223 Sequence< ::rtl::OUString > aSupportedServices ( getSupportedServiceNames() ); in supportsService() local
1224 int nLength = aSupportedServices.getLength(); in supportsService()
1227 if( sServiceName == aSupportedServices[ i ] ) in supportsService()
H A DGraphCtlAccessibleContext.cxx586 Sequence< OUString > aSupportedServices( getSupportedServiceNames() ); in supportsService() local
587 int nLenght = aSupportedServices.getLength(); in supportsService()
591 if( sServiceName == aSupportedServices[ i ] ) in supportsService()
/trunk/main/svtools/source/control/
H A Daccessibleruler.cxx423 Sequence< OUString > aSupportedServices( getSupportedServiceNames() ); in supportsService() local
424 int nLength = aSupportedServices.getLength(); in supportsService()
425 const OUString* pStr = aSupportedServices.getConstArray(); in supportsService()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleSlideSorterObject.cxx518 uno::Sequence< ::rtl::OUString> aSupportedServices ( in supportsService() local
520 for (int i=0; i<aSupportedServices.getLength(); i++) in supportsService()
521 if (sServiceName == aSupportedServices[i]) in supportsService()
H A DAccessibleTreeNode.cxx592 uno::Sequence< ::rtl::OUString> aSupportedServices ( in supportsService() local
594 for (int i=0; i<aSupportedServices.getLength(); i++) in supportsService()
595 if (sServiceName == aSupportedServices[i]) in supportsService()
H A DAccessibleSlideSorterView.cxx733 uno::Sequence< ::rtl::OUString> aSupportedServices ( in supportsService() local
735 for (int i=0; i<aSupportedServices.getLength(); i++) in supportsService()
736 if (sServiceName == aSupportedServices[i]) in supportsService()
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlBase.cxx304 Sequence< OUString > aSupportedServices( getSupportedServiceNames() ); in supportsService() local
305 const OUString* pArrBegin = aSupportedServices.getConstArray(); in supportsService()
306 const OUString* pArrEnd = pArrBegin + aSupportedServices.getLength(); in supportsService()
H A DAccessibleBrowseBoxBase.cxx359 Sequence< OUString > aSupportedServices( getSupportedServiceNames() ); in supportsService() local
360 const OUString* pArrBegin = aSupportedServices.getConstArray(); in supportsService()
361 const OUString* pArrEnd = pArrBegin + aSupportedServices.getLength(); in supportsService()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleContextBase.cxx493 uno::Sequence< ::rtl::OUString> aSupportedServices ( in supportsService() local
495 sal_Int32 nLength(aSupportedServices.getLength()); in supportsService()
496 const OUString* pServiceNames = aSupportedServices.getConstArray(); in supportsService()
/trunk/main/editeng/source/accessibility/
H A DAccessibleContextBase.cxx503 uno::Sequence< ::rtl::OUString> aSupportedServices ( in supportsService() local
505 for (int i=0; i<aSupportedServices.getLength(); i++) in supportsService()
506 if (sServiceName == aSupportedServices[i]) in supportsService()
H A DAccessibleImageBullet.cxx393 uno::Sequence< ::rtl::OUString> aSupportedServices ( in supportsService() local
395 for (int i=0; i<aSupportedServices.getLength(); i++) in supportsService()
396 if (sServiceName == aSupportedServices[i]) in supportsService()
H A DAccessibleEditableTextPara.cxx3137 uno::Sequence< ::rtl::OUString> aSupportedServices ( in supportsService() local
3139 for (int i=0; i<aSupportedServices.getLength(); i++) in supportsService()
3140 if (sServiceName == aSupportedServices[i]) in supportsService()
/trunk/main/sd/source/ui/unoidl/
H A DDrawController.cxx270 Sequence<OUString> aSupportedServices (1); in getSupportedServiceNames() local
271 OUString* pServices = aSupportedServices.getArray(); in getSupportedServiceNames()
273 return aSupportedServices; in getSupportedServiceNames()
/trunk/main/extensions/source/resource/
H A Dres_services.hxx42 ::com::sun::star::uno::Sequence< ::rtl::OUString > aSupportedServices;
H A Dres_services.cxx72 loop->pFactory, loop->sImplementationName, loop->aSupportedServices ), in component_getFactory()
H A Dresource.cxx461 aInfo.aSupportedServices = ResourceService::getSupportedServiceNames_Static(); in getComponentInfo_VclStringResourceLoader()
H A Doooresourceloader.cxx321 aInfo.aSupportedServices = OpenOfficeResourceLoader::getSupportedServiceNames_static(); in getComponentInfo_OpenOfficeResourceLoader()
/trunk/main/comphelper/source/misc/
H A Dcomponentmodule.cxx159 component->aSupportedServices, in getComponentFactory()

Completed in 137 milliseconds

12