Lines Matching refs:pNames
69 static Sequence< ::rtl::OUString >* pNames = 0; in getSupportedServiceNames_XMLBasicExporter() local
70 if ( !pNames ) in getSupportedServiceNames_XMLBasicExporter()
73 if ( !pNames ) in getSupportedServiceNames_XMLBasicExporter()
77 pNames = &aNames; in getSupportedServiceNames_XMLBasicExporter()
80 return *pNames; in getSupportedServiceNames_XMLBasicExporter()
104 static Sequence< ::rtl::OUString >* pNames = 0; in getSupportedServiceNames_XMLOasisBasicExporter() local
105 if ( !pNames ) in getSupportedServiceNames_XMLOasisBasicExporter()
108 if ( !pNames ) in getSupportedServiceNames_XMLOasisBasicExporter()
112 pNames = &aNames; in getSupportedServiceNames_XMLOasisBasicExporter()
115 return *pNames; in getSupportedServiceNames_XMLOasisBasicExporter()
142 const ::rtl::OUString* pNames = aNames.getConstArray(); in supportsService() local
143 const ::rtl::OUString* pEnd = pNames + aNames.getLength(); in supportsService()
144 for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames ) in supportsService()
147 return pNames != pEnd; in supportsService()