Home
last modified time | relevance | path

Searched refs:IMPLEMENTATION_NAME (Results 1 – 25 of 90) sorted by last modified time

1234

/trunk/main/sc/source/ui/sidebar/
H A DScPanelFactory.cxx53 #define IMPLEMENTATION_NAME "org.apache.openoffice.comp.sc.sidebar.ScPanelFactory" macro
59 return A2S(IMPLEMENTATION_NAME); in getImplementationName()
/trunk/main/sw/source/ui/sidebar/
H A DSwPanelFactory.cxx50 #define IMPLEMENTATION_NAME "org.apache.openoffice.comp.sw.sidebar.SwPanelFactory" macro
56 return A2S(IMPLEMENTATION_NAME); in getImplementationName()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/
H A DFlatXml.cxx305 #define IMPLEMENTATION_NAME "devguide.officedev.samples.filter.FlatXmlCpp" macro
350 if (pServiceManager && rtl_str_compare( pImplName, IMPLEMENTATION_NAME ) == 0) in component_getFactory()
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/
H A Dcomponent.cxx108 if (rtl_str_compare( pImplName, IMPLEMENTATION_NAME ) == 0) in component_getFactory()
112 OUString( RTL_CONSTASCII_USTRINGPARAM( IMPLEMENTATION_NAME ) ), in component_getFactory()
/trunk/main/xmlsecurity/source/xmlsec/
H A Dxmldocumentwrapper_xmlsecimpl.cxx63 #define IMPLEMENTATION_NAME "com.sun.star.xml.security.bridge.xmlsec.XMLDocumentWrapper_XmlSecImpl" macro
1107 return rtl::OUString ( RTL_ASCII_USTRINGPARAM ( IMPLEMENTATION_NAME ) ); in XMLDocumentWrapper_XmlSecImpl_getImplementationName()
H A Dxmlelementwrapper_xmlsecimpl.cxx34 #define IMPLEMENTATION_NAME "com.sun.star.xml.security.bridge.xmlsec.XMLElementWrapper_XmlSecImpl" macro
82 return rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM ( IMPLEMENTATION_NAME ) ); in XMLElementWrapper_XmlSecImpl_getImplementationName()
/trunk/main/filter/source/xsltfilter/
H A DXSLTFilter.cxx604 #define IMPLEMENTATION_NAME "com.sun.star.comp.documentconversion.XSLTFilter" macro
647 OUString::createFromAscii( "/" IMPLEMENTATION_NAME "/UNO/SERVICES" ) ) ); in component_writeInfo()
669 if (pServiceManager && rtl_str_compare( pImplName, IMPLEMENTATION_NAME ) == 0) in component_getFactory()
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dseinitializer_mscryptimpl.cxx39 #define IMPLEMENTATION_NAME "com.sun.star.xml.security.bridge.xmlsec.SEInitializer_MSCryptImpl" macro
193 return rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM ( IMPLEMENTATION_NAME ) ); in SEInitializer_MSCryptImpl_getImplementationName()
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dnssinitializer.cxx88 #define IMPLEMENTATION_NAME "com.sun.star.xml.security.bridge.xmlsec.NSSInitializer_NssImpl" macro
485 return rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM ( IMPLEMENTATION_NAME ) ); in ONSSInitializer_getImplementationName()
H A Dseinitializer_nssimpl.cxx78 #define IMPLEMENTATION_NAME "com.sun.star.xml.security.bridge.xmlsec.SEInitializer_NssImpl" macro
151 return rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM ( IMPLEMENTATION_NAME ) ); in SEInitializer_NssImpl_getImplementationName()
/trunk/main/xmlsecurity/source/framework/
H A Dsaxeventkeeperimpl.cxx40 #define IMPLEMENTATION_NAME "com.sun.star.xml.security.framework.SAXEventKeeperImpl" macro
1417 return rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM ( IMPLEMENTATION_NAME ) ); in SAXEventKeeperImpl_getImplementationName()
H A Dsignaturecreatorimpl.cxx38 #define IMPLEMENTATION_NAME "com.sun.star.xml.security.framework.SignatureCreatorImpl" macro
251 return rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM ( IMPLEMENTATION_NAME ) ); in SignatureCreatorImpl_getImplementationName()
H A Dsignatureverifierimpl.cxx38 #define IMPLEMENTATION_NAME "com.sun.star.xml.security.framework.SignatureVerifierImpl" macro
196 RTL_CONSTASCII_USTRINGPARAM ( IMPLEMENTATION_NAME ) ); in SignatureVerifierImpl_getImplementationName()
H A Ddecryptorimpl.cxx38 #define IMPLEMENTATION_NAME "com.sun.star.xml.security.framework.DecryptorImpl" macro
200 return rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM ( IMPLEMENTATION_NAME ) ); in DecryptorImpl_getImplementationName()
H A Dencryptorimpl.cxx38 #define IMPLEMENTATION_NAME "com.sun.star.xml.security.framework.EncryptorImpl" macro
235 return rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM ( IMPLEMENTATION_NAME ) ); in EncryptorImpl_getImplementationName()
/trunk/main/writerfilter/unocomponent/debugservices/doctok/
H A DDocTokAnalyzeService.cxx65 const sal_Char AnalyzeService::IMPLEMENTATION_NAME[40] = "debugservices.doctok.AnalyzeService"; member in writerfilter::doctoktest::AnalyzeService
269 return rtl::OUString::createFromAscii ( AnalyzeService::IMPLEMENTATION_NAME ); in AnalyzeService_getImplementationName()
H A DDocTokAnalyzeService.hxx45 const static sal_Char IMPLEMENTATION_NAME[40]; member in writerfilter::doctoktest::AnalyzeService
H A DDocTokTestService.cxx65 const sal_Char ScannerTestService::IMPLEMENTATION_NAME[40] = "debugservices.doctok.ScannerTestServi… member in writerfilter::doctoktest::ScannerTestService
125 return rtl::OUString::createFromAscii ( ScannerTestService::IMPLEMENTATION_NAME ); in ScannerTestService_getImplementationName()
H A DDocTokTestService.hxx45 const static sal_Char IMPLEMENTATION_NAME[40]; member in writerfilter::doctoktest::ScannerTestService
/trunk/main/writerfilter/unocomponent/debugservices/ooxml/
H A DOOXMLAnalyzeService.cxx66 const sal_Char AnalyzeService::IMPLEMENTATION_NAME[40] = "debugservices.ooxml.AnalyzeService"; member in writerfilter::ooxmltest::AnalyzeService
267 return rtl::OUString::createFromAscii ( AnalyzeService::IMPLEMENTATION_NAME ); in AnalyzeService_getImplementationName()
H A DOOXMLAnalyzeService.hxx45 const static sal_Char IMPLEMENTATION_NAME[40]; member in writerfilter::ooxmltest::AnalyzeService
H A DOOXMLTestService.cxx72 const sal_Char ScannerTestService::IMPLEMENTATION_NAME[40] = "debugservices.ooxml.ScannerTestServic… member in writerfilter::ooxmltest::ScannerTestService
158 return rtl::OUString::createFromAscii ( ScannerTestService::IMPLEMENTATION_NAME ); in ScannerTestService_getImplementationName()
H A DOOXMLTestService.hxx45 const static sal_Char IMPLEMENTATION_NAME[40]; member in writerfilter::ooxmltest::ScannerTestService
/trunk/main/writerfilter/unocomponent/debugservices/rtftok/
H A DScannerTestService.cxx59 const sal_Char ScannerTestService::IMPLEMENTATION_NAME[40] = "debugservices.rtftok.ScannerTestServi… member in writerfilter::rtftok::ScannerTestService
431 return rtl::OUString::createFromAscii ( ScannerTestService::IMPLEMENTATION_NAME ); in ScannerTestService_getImplementationName()
H A DScannerTestService.hxx45 const static sal_Char IMPLEMENTATION_NAME[40]; member in writerfilter::rtftok::ScannerTestService

Completed in 131 milliseconds

1234