Searched refs:pServiceNames (Results 1 – 7 of 7) sorted by relevance
496 const OUString* pServiceNames = aSupportedServices.getConstArray(); in supportsService() local497 for (int i=0; i<nLength; ++i, ++pServiceNames) in supportsService()498 if (sServiceName == *pServiceNames) in supportsService()508 OUString* pServiceNames = aServiceNames.getArray(); in getSupportedServiceNames() local509 if (pServiceNames) in getSupportedServiceNames()511 …pServiceNames[0] = OUString(RTL_CONSTASCII_USTRINGPARAM ("com.sun.star.accessibility.Accessible")); in getSupportedServiceNames()512 …pServiceNames[1] = OUString(RTL_CONSTASCII_USTRINGPARAM ("com.sun.star.accessibility.AccessibleCon… in getSupportedServiceNames()
173 for ( const ::rtl::OUString* pServiceNames = aServiceNames.getConstArray(); in supportsService() local174 pServiceNames != aServiceNames.getConstArray() + aServiceNames.getLength(); in supportsService()175 ++pServiceNames in supportsService()177 if ( _rServiceName == *pServiceNames ) in supportsService()
295 for ( const ::rtl::OUString* pServiceNames = aServiceNames.getConstArray(); in supportsService() local296 pServiceNames != aServiceNames.getConstArray() + aServiceNames.getLength(); in supportsService()297 ++pServiceNames in supportsService()299 if ( _rServiceName == *pServiceNames ) in supportsService()
339 for ( const ::rtl::OUString* pServiceNames = aServiceNames.getConstArray(); in supportsService() local340 pServiceNames != aServiceNames.getConstArray() + aServiceNames.getLength(); in supportsService()341 ++pServiceNames in supportsService()343 if ( service_name == *pServiceNames ) in supportsService()
394 for ( const ::rtl::OUString* pServiceNames = aServiceNames.getConstArray(); in supportsService() local395 pServiceNames != aServiceNames.getConstArray() + aServiceNames.getLength(); in supportsService()396 ++pServiceNames in supportsService()398 if ( _rServiceName == *pServiceNames ) in supportsService()
83 for ( const ::rtl::OUString* pServiceNames = aServiceNames.getConstArray(); in lcl_supportsService_nothrow() local84 pServiceNames != aServiceNames.getConstArray() + aServiceNames.getLength(); in lcl_supportsService_nothrow()85 ++pServiceNames in lcl_supportsService_nothrow()87 if ( _rServiceName == *pServiceNames ) in lcl_supportsService_nothrow()
1003 XML_SERVICES* pServiceNames = getServices( false, IsDraw(), mnStoreVer ); in Export() local1006 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 48 milliseconds