Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/filter/
H A DImportFilter.cxx192 #define SERVICE_NAME1 "com.sun.star.document.ImportFilter" macro
199 return (ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME1 ) ) || in WriterFilter_supportsService()
200 ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME1 ) )); in WriterFilter_supportsService()
209 pArray[0] = OUString ( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME1 ) ); in WriterFilter_getSupportedServiceNames()
213 #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
/trunk/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
/trunk/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
/trunk/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
/trunk/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 27 milliseconds