Searched refs:aSupportedServiceNames (Results 1 – 12 of 12) sorted by relevance
1137 Sequence< ::rtl::OUString > aSupportedServiceNames( 2 ); in SvXMLGraphicImportHelper_getSupportedServiceNames() local1138 …aSupportedServiceNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.document.G… in SvXMLGraphicImportHelper_getSupportedServiceNames()1139 …aSupportedServiceNames[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.document.B… in SvXMLGraphicImportHelper_getSupportedServiceNames()1140 return aSupportedServiceNames; in SvXMLGraphicImportHelper_getSupportedServiceNames()1158 Sequence< ::rtl::OUString > aSupportedServiceNames( 2 ); in SvXMLGraphicExportHelper_getSupportedServiceNames() local1159 …aSupportedServiceNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.document.G… in SvXMLGraphicExportHelper_getSupportedServiceNames()1160 …aSupportedServiceNames[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.document.B… in SvXMLGraphicExportHelper_getSupportedServiceNames()1161 return aSupportedServiceNames; in SvXMLGraphicExportHelper_getSupportedServiceNames()
47 const char* CTestListener::aSupportedServiceNames[] = { member in DOM::events::CTestListener59 for (int i=0; aSupportedServiceNames[i]!=NULL; i++) { in _getSupportedServiceNames()61 aSequence[i]=(OUString::createFromAscii(aSupportedServiceNames[i])); in _getSupportedServiceNames()
73 static const char* aSupportedServiceNames[]; member in DOM::events::CTestListener
97 Sequence< ::rtl::OUString > aSupportedServiceNames( 1 ); in NamespaceMap_getSupportedServiceNames() local98 …aSupportedServiceNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.xml.Namesp… in NamespaceMap_getSupportedServiceNames()99 return aSupportedServiceNames; in NamespaceMap_getSupportedServiceNames()
207 Sequence< OUString > aSupportedServiceNames( 1 ); in GraphicExporter_getSupportedServiceNames() local208 …aSupportedServiceNames[0] = OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.drawing.GraphicEx… in GraphicExporter_getSupportedServiceNames()209 return aSupportedServiceNames; in GraphicExporter_getSupportedServiceNames()
107 const char* CDocumentBuilder::aSupportedServiceNames[] = { member in DOM::CDocumentBuilder119 for (int i=0; aSupportedServiceNames[i]!=NULL; i++) { in _getSupportedServiceNames()121 aSequence[i]=(OUString::createFromAscii(aSupportedServiceNames[i])); in _getSupportedServiceNames()
40 const char* CSAXDocumentBuilder::aSupportedServiceNames[] = { member in DOM::CSAXDocumentBuilder57 for (int i=0; aSupportedServiceNames[i]!=NULL; i++) { in _getSupportedServiceNames()59 aSequence[i]=(OUString::createFromAscii(aSupportedServiceNames[i])); in _getSupportedServiceNames()
85 static const char* aSupportedServiceNames[]; member in DOM::CDocumentBuilder
92 static const char* aSupportedServiceNames[]; member in DOM::CSAXDocumentBuilder
61 const char* CXPathAPI::aSupportedServiceNames[] = { member in XPath::CXPathAPI74 for (int i=0; aSupportedServiceNames[i]!=NULL; i++) { in _getSupportedServiceNames()76 aSequence[i]=(OUString::createFromAscii(aSupportedServiceNames[i])); in _getSupportedServiceNames()
90 static const char* aSupportedServiceNames[]; member in XPath::CXPathAPI
201 Sequence< ::rtl::OUString > aSupportedServiceNames( getSupportedServiceNames() ); in supportsService() local202 const ::rtl::OUString* pBegin = aSupportedServiceNames.getConstArray(); in supportsService()203 …const ::rtl::OUString* pEnd = aSupportedServiceNames.getConstArray() + aSupportedServiceNames.getL… in supportsService()
Completed in 57 milliseconds