Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleContextBase.cxx496 const OUString* pServiceNames = aSupportedServices.getConstArray(); in supportsService() local
497 for (int i=0; i<nLength; ++i, ++pServiceNames) in supportsService()
498 if (sServiceName == *pServiceNames) in supportsService()
508 OUString* pServiceNames = aServiceNames.getArray(); in getSupportedServiceNames() local
509 if (pServiceNames) in getSupportedServiceNames()
511pServiceNames[0] = OUString(RTL_CONSTASCII_USTRINGPARAM ("com.sun.star.accessibility.Accessible")); in getSupportedServiceNames()
512pServiceNames[1] = OUString(RTL_CONSTASCII_USTRINGPARAM ("com.sun.star.accessibility.AccessibleCon… in getSupportedServiceNames()
/trunk/main/extensions/source/logging/
H A Dplaintextformatter.cxx173 for ( const ::rtl::OUString* pServiceNames = aServiceNames.getConstArray(); in supportsService() local
174 pServiceNames != aServiceNames.getConstArray() + aServiceNames.getLength(); in supportsService()
175 ++pServiceNames in supportsService()
177 if ( _rServiceName == *pServiceNames ) in supportsService()
H A Dconsolehandler.cxx295 for ( const ::rtl::OUString* pServiceNames = aServiceNames.getConstArray(); in supportsService() local
296 pServiceNames != aServiceNames.getConstArray() + aServiceNames.getLength(); in supportsService()
297 ++pServiceNames in supportsService()
299 if ( _rServiceName == *pServiceNames ) in supportsService()
H A Dcsvformatter.cxx339 for ( const ::rtl::OUString* pServiceNames = aServiceNames.getConstArray(); in supportsService() local
340 pServiceNames != aServiceNames.getConstArray() + aServiceNames.getLength(); in supportsService()
341 ++pServiceNames in supportsService()
343 if ( service_name == *pServiceNames ) in supportsService()
H A Dlogger.cxx83 for ( const ::rtl::OUString* pServiceNames = aServiceNames.getConstArray(); in lcl_supportsService_nothrow() local
84 pServiceNames != aServiceNames.getConstArray() + aServiceNames.getLength(); in lcl_supportsService_nothrow()
85 ++pServiceNames in lcl_supportsService_nothrow()
87 if ( _rServiceName == *pServiceNames ) in lcl_supportsService_nothrow()
H A Dfilehandler.cxx394 for ( const ::rtl::OUString* pServiceNames = aServiceNames.getConstArray(); in supportsService() local
395 pServiceNames != aServiceNames.getConstArray() + aServiceNames.getLength(); in supportsService()
396 ++pServiceNames in supportsService()
398 if ( _rServiceName == *pServiceNames ) in supportsService()
H A Dsysloghandler.cxx355 for ( const ::rtl::OUString* pServiceNames = aServiceNames.getConstArray(); in supportsService() local
356 pServiceNames != aServiceNames.getConstArray() + aServiceNames.getLength(); in supportsService()
357 ++pServiceNames in supportsService()
359 if ( _rServiceName == *pServiceNames ) in supportsService()
/trunk/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx1003 XML_SERVICES* pServiceNames = getServices( false, IsDraw(), mnStoreVer ); in Export() local
1006 aServices[i ].mpService = pServiceNames->mpStyles; in Export()
1010 aServices[i ].mpService = pServiceNames->mpContent; in Export()
1014 aServices[i ].mpService = pServiceNames->mpSettings; in Export()
1020 aServices[i ].mpService = pServiceNames->mpMeta; in Export()

Completed in 50 milliseconds