| /aoo41x/main/xml2cmp/source/xcd/ | 
| H A D | cr_index.cxx | 137 	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()
  | 
| /aoo41x/main/odk/examples/DevelopersGuide/Spreadsheet/ | 
| H A D | ExampleAddIn.java | 264             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 D | ExampleDataPilotSource.java | 942             String [] aSupportedServices = new String[ 1 ];  in getSupportedServiceNames()  local 943             aSupportedServices[ 0 ] = aServiceName;  in getSupportedServiceNames() 944             return aSupportedServices;  in getSupportedServiceNames()
  | 
| /aoo41x/main/sc/source/ui/unoobj/ | 
| H A D | celllistsource.cxx | 192         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 D | cellvaluebinding.cxx | 489         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()
  | 
| /aoo41x/main/editeng/source/uno/ | 
| H A D | unopracc.cxx | 147     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()
  | 
| /aoo41x/main/comphelper/inc/comphelper/ | 
| H A D | componentmodule.hxx | 65         ::com::sun::star::uno::Sequence< ::rtl::OUString >  aSupportedServices; 77             ,aSupportedServices()  in ComponentDescription() 92             ,aSupportedServices( _rSupportedServices )  in ComponentDescription()
  | 
| /aoo41x/main/svx/source/accessibility/ | 
| H A D | svxrectctaccessiblecontext.cxx | 562     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 D | GraphCtlAccessibleContext.cxx | 586     Sequence< OUString >	aSupportedServices( getSupportedServiceNames() );  in supportsService()  local 587 	int						nLenght = aSupportedServices.getLength();  in supportsService() 591         if( sServiceName == aSupportedServices[ i ] )  in supportsService()
  | 
| /aoo41x/main/svtools/source/control/ | 
| H A D | accessibleruler.cxx | 423     Sequence< OUString >	aSupportedServices( getSupportedServiceNames() );  in supportsService()  local 424 	int						nLength = aSupportedServices.getLength();  in supportsService() 425 	const OUString*			pStr = aSupportedServices.getConstArray();  in supportsService()
  | 
| /aoo41x/main/sd/source/ui/accessibility/ | 
| H A D | AccessibleSlideSorterObject.cxx | 518     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 D | AccessibleTreeNode.cxx | 592     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 D | AccessibleSlideSorterView.cxx | 733     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()
  | 
| /aoo41x/main/accessibility/source/extended/ | 
| H A D | AccessibleGridControlBase.cxx | 304     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 D | AccessibleBrowseBoxBase.cxx | 359     Sequence< OUString > aSupportedServices( getSupportedServiceNames() );  in supportsService()  local 360     const OUString* pArrBegin = aSupportedServices.getConstArray();  in supportsService() 361     const OUString* pArrEnd = pArrBegin + aSupportedServices.getLength();  in supportsService()
  | 
| /aoo41x/main/sc/source/ui/Accessibility/ | 
| H A D | AccessibleContextBase.cxx | 493     uno::Sequence< ::rtl::OUString> aSupportedServices (  in supportsService()  local 495 	sal_Int32 nLength(aSupportedServices.getLength());  in supportsService() 496 	const OUString* pServiceNames = aSupportedServices.getConstArray();  in supportsService()
  | 
| /aoo41x/main/editeng/source/accessibility/ | 
| H A D | AccessibleContextBase.cxx | 503     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 D | AccessibleImageBullet.cxx | 393         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()
  | 
| /aoo41x/main/sd/source/ui/unoidl/ | 
| H A D | DrawController.cxx | 270 	Sequence<OUString> aSupportedServices (1);  in getSupportedServiceNames()  local 271 	OUString* pServices = aSupportedServices.getArray();  in getSupportedServiceNames() 273 	return aSupportedServices;  in getSupportedServiceNames()
  | 
| /aoo41x/main/extensions/source/resource/ | 
| H A D | res_services.hxx | 42         ::com::sun::star::uno::Sequence< ::rtl::OUString >  aSupportedServices;
  | 
| H A D | res_services.cxx | 72 				    loop->pFactory,  loop->sImplementationName, loop->aSupportedServices ),  in component_getFactory()
  | 
| H A D | oooresourceloader.cxx | 321         aInfo.aSupportedServices = OpenOfficeResourceLoader::getSupportedServiceNames_static();  in getComponentInfo_OpenOfficeResourceLoader()
  | 
| H A D | resource.cxx | 461         aInfo.aSupportedServices = ResourceService::getSupportedServiceNames_Static();  in getComponentInfo_VclStringResourceLoader()
  | 
| /aoo41x/main/comphelper/source/misc/ | 
| H A D | componentmodule.cxx | 159                     component->aSupportedServices,  in getComponentFactory()
  | 
| /aoo41x/main/basic/source/uno/ | 
| H A D | namecont.cxx | 2932     Sequence< OUString > aSupportedServices( getSupportedServiceNames() );  in supportsService()  local 2933     const OUString* pSupportedServices = aSupportedServices.getConstArray();  in supportsService() 2934     for ( sal_Int32 i=0; i<aSupportedServices.getLength(); ++i, ++pSupportedServices )  in supportsService()
  |