Home
last modified time | relevance | path

Searched refs:aSupportedServiceNames (Results 1 – 12 of 12) sorted by relevance

/trunk/main/svx/source/xml/
H A Dxmlgrhlp.cxx1137 Sequence< ::rtl::OUString > aSupportedServiceNames( 2 ); in SvXMLGraphicImportHelper_getSupportedServiceNames() local
1138aSupportedServiceNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.document.G… in SvXMLGraphicImportHelper_getSupportedServiceNames()
1139aSupportedServiceNames[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() local
1159aSupportedServiceNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.document.G… in SvXMLGraphicExportHelper_getSupportedServiceNames()
1160aSupportedServiceNames[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.document.B… in SvXMLGraphicExportHelper_getSupportedServiceNames()
1161 return aSupportedServiceNames; in SvXMLGraphicExportHelper_getSupportedServiceNames()
/trunk/main/unoxml/source/events/
H A Dtestlistener.cxx47 const char* CTestListener::aSupportedServiceNames[] = { member in DOM::events::CTestListener
59 for (int i=0; aSupportedServiceNames[i]!=NULL; i++) { in _getSupportedServiceNames()
61 aSequence[i]=(OUString::createFromAscii(aSupportedServiceNames[i])); in _getSupportedServiceNames()
H A Dtestlistener.hxx73 static const char* aSupportedServiceNames[]; member in DOM::events::CTestListener
/trunk/main/svx/source/unodraw/
H A DUnoNamespaceMap.cxx97 Sequence< ::rtl::OUString > aSupportedServiceNames( 1 ); in NamespaceMap_getSupportedServiceNames() local
98aSupportedServiceNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.xml.Namesp… in NamespaceMap_getSupportedServiceNames()
99 return aSupportedServiceNames; in NamespaceMap_getSupportedServiceNames()
H A DUnoGraphicExporter.cxx207 Sequence< OUString > aSupportedServiceNames( 1 ); in GraphicExporter_getSupportedServiceNames() local
208aSupportedServiceNames[0] = OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.drawing.GraphicEx… in GraphicExporter_getSupportedServiceNames()
209 return aSupportedServiceNames; in GraphicExporter_getSupportedServiceNames()
/trunk/main/unoxml/source/dom/
H A Ddocumentbuilder.cxx107 const char* CDocumentBuilder::aSupportedServiceNames[] = { member in DOM::CDocumentBuilder
119 for (int i=0; aSupportedServiceNames[i]!=NULL; i++) { in _getSupportedServiceNames()
121 aSequence[i]=(OUString::createFromAscii(aSupportedServiceNames[i])); in _getSupportedServiceNames()
H A Dsaxbuilder.cxx40 const char* CSAXDocumentBuilder::aSupportedServiceNames[] = { member in DOM::CSAXDocumentBuilder
57 for (int i=0; aSupportedServiceNames[i]!=NULL; i++) { in _getSupportedServiceNames()
59 aSequence[i]=(OUString::createFromAscii(aSupportedServiceNames[i])); in _getSupportedServiceNames()
H A Ddocumentbuilder.hxx85 static const char* aSupportedServiceNames[]; member in DOM::CDocumentBuilder
H A Dsaxbuilder.hxx92 static const char* aSupportedServiceNames[]; member in DOM::CSAXDocumentBuilder
/trunk/main/unoxml/source/xpath/
H A Dxpathapi.cxx61 const char* CXPathAPI::aSupportedServiceNames[] = { member in XPath::CXPathAPI
74 for (int i=0; aSupportedServiceNames[i]!=NULL; i++) { in _getSupportedServiceNames()
76 aSequence[i]=(OUString::createFromAscii(aSupportedServiceNames[i])); in _getSupportedServiceNames()
H A Dxpathapi.hxx90 static const char* aSupportedServiceNames[]; member in XPath::CXPathAPI
/trunk/main/forms/source/runtime/
H A Dformoperations.cxx201 Sequence< ::rtl::OUString > aSupportedServiceNames( getSupportedServiceNames() ); in supportsService() local
202 const ::rtl::OUString* pBegin = aSupportedServiceNames.getConstArray(); in supportsService()
203 …const ::rtl::OUString* pEnd = aSupportedServiceNames.getConstArray() + aSupportedServiceNames.getL… in supportsService()

Completed in 74 milliseconds