Lines Matching refs:pNames
632 static Sequence< ::rtl::OUString >* pNames = 0; in getSupportedServiceNames_XMLBasicImporter() local
633 if ( !pNames ) in getSupportedServiceNames_XMLBasicImporter()
636 if ( !pNames ) in getSupportedServiceNames_XMLBasicImporter()
640 pNames = &aNames; in getSupportedServiceNames_XMLBasicImporter()
643 return *pNames; in getSupportedServiceNames_XMLBasicImporter()
667 static Sequence< ::rtl::OUString >* pNames = 0; in getSupportedServiceNames_XMLOasisBasicImporter() local
668 if ( !pNames ) in getSupportedServiceNames_XMLOasisBasicImporter()
671 if ( !pNames ) in getSupportedServiceNames_XMLOasisBasicImporter()
675 pNames = &aNames; in getSupportedServiceNames_XMLOasisBasicImporter()
678 return *pNames; in getSupportedServiceNames_XMLOasisBasicImporter()
705 const ::rtl::OUString* pNames = aNames.getConstArray(); in supportsService() local
706 const ::rtl::OUString* pEnd = pNames + aNames.getLength(); in supportsService()
707 for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames ) in supportsService()
710 return pNames != pEnd; in supportsService()