Home
last modified time | relevance | path

Searched refs:SERVICE_NAME1 (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/writerfilter/source/filter/
H A DImportFilter.cxx191 #define SERVICE_NAME1 "com.sun.star.document.ImportFilter" macro
198 return (ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME1 ) ) || in WriterFilter_supportsService()
199 ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME1 ) )); in WriterFilter_supportsService()
208 pArray[0] = OUString ( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME1 ) ); in WriterFilter_getSupportedServiceNames()
212 #undef SERVICE_NAME1
H A DRtfFilter.cxx104 #define SERVICE_NAME1 "com.sun.star.document.ImportFilter" macro
108 return (rServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME1 ) ) || in supportsService()
128 pArray[0] = OUString ( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME1 ) ); in RtfFilter_getSupportedServiceNames()
132 #undef SERVICE_NAME1
H A DWriterFilterDetection.cxx60 #define SERVICE_NAME1 "com.sun.star.document.ExtendedTypeDetection" macro
154 return (ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME1 ) ) ); in WriterFilterDetection_supportsService()
163 pArray[0] = OUString ( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME1 ) ); in WriterFilterDetection_getSupportedServiceNames()
166 #undef SERVICE_NAME1
/aoo4110/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/
H A Dfilterdetect.cxx201 #define SERVICE_NAME1 "com.sun.star.document.ExtendedTypeDetection" macro
206 return ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME1 ) ); in FilterDetect_supportsService()
214 pArray[0] = OUString ( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME1 ) ); in FilterDetect_getSupportedServiceNames()
217 #undef SERVICE_NAME1
/aoo4110/main/writerperfect/source/wpdimp/
H A DWordPerfectImportFilter.cxx251 #define SERVICE_NAME1 "com.sun.star.document.ImportFilter" macro
256 return (ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME1 ) ) || in WordPerfectImportFilter_supportsService()
265 pArray[0] = OUString ( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME1 ) ); in WordPerfectImportFilter_getSupportedServiceNames()
270 #undef SERVICE_NAME1
/aoo4110/main/filter/source/xmlfilterdetect/
H A Dfilterdetect.cxx305 #define SERVICE_NAME1 "com.sun.star.document.ExtendedTypeDetection" macro
310 return ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME1 ) ); in FilterDetect_supportsService()
317 pArray[0] = OUString ( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME1 ) ); in FilterDetect_getSupportedServiceNames()
320 #undef SERVICE_NAME1
/aoo4110/main/filter/source/xmlfilteradaptor/
H A DXmlFilterAdaptor.cxx392 #define SERVICE_NAME1 "com.sun.star.document.ExportFilter" macro
397 return ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME1 ) ) || in XmlFilterAdaptor_supportsService()
405 pArray[0] = OUString ( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME1 ) ); in XmlFilterAdaptor_getSupportedServiceNames()
409 #undef SERVICE_NAME1
/aoo4110/main/filter/source/t602/
H A Dt602filter.cxx888 #define SERVICE_NAME1 "com.sun.star.document.ImportFilter" macro
893 return (ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME1 ) ) || in T602ImportFilter_supportsService()
902 pArray[0] = OUString ( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME1 ) ); in T602ImportFilter_getSupportedServiceNames()
907 #undef SERVICE_NAME1

Completed in 43 milliseconds