| /trunk/main/sax/source/expatwrap/ |
| H A D | sax_expat.cxx | 275 const XML_Char *publicId, 282 const XML_Char *publicId); 288 const XML_Char *publicId); 327 const XML_Char *publicId, in call_callbackUnparsedEntityDecl() argument 330 …SaxExpatParser_Impl::callbackUnparsedEntityDecl(userData,entityName,base,systemId,publicId,notatio… in call_callbackUnparsedEntityDecl() 336 const XML_Char *publicId) in call_callbackNotationDecl() argument 338 SaxExpatParser_Impl::callbackNotationDecl(userData,notationName,base,systemId,publicId); in call_callbackNotationDecl() 344 const XML_Char *publicId) in call_callbackExternalEntityRef() argument 346 …turn SaxExpatParser_Impl::callbackExternalEntityRef(parser,openEntityNames,base,systemId,publicId); in call_callbackExternalEntityRef() 845 const XML_Char *publicId, in callbackUnparsedEntityDecl() argument [all …]
|
| /trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ |
| H A D | Resolver.java | 63 public InputSource resolveEntity(String publicId, String systemId) in resolveEntity() argument 66 if ((publicId != null) && (publicId.equals("-//XLIFF//DTD XLIFF//EN"))) { in resolveEntity()
|
| /trunk/main/unoxml/source/dom/ |
| H A D | documentbuilder.cxx | 246 const xmlChar *publicId, in resolve_func() argument 257 if (publicId != 0) in resolve_func() 258 pubid = OUString((sal_Char*)publicId, strlen((char*)publicId), RTL_TEXTENCODING_UTF8); in resolve_func()
|
| H A D | domimplementation.hxx | 63 …_CALL createDocumentType(const OUString& qualifiedName, const OUString& publicId, const OUString& …
|
| /trunk/main/sax/source/fastparser/ |
| H A D | fastparser.cxx | 133 …L_Char *openEntityNames, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId ) in call_callbackExternalEntityRef() argument 136 …return pFastParser->callbackExternalEntityRef( parser, openEntityNames, base, systemId, publicId ); in call_callbackExternalEntityRef() 883 … XML_Char *context, const XML_Char * /*base*/, const XML_Char *systemId, const XML_Char *publicId ) in callbackExternalEntityRef() argument 894 OUString( publicId, strlen( publicId ), RTL_TEXTENCODING_UTF8 ) , in callbackExternalEntityRef()
|
| H A D | fastparser.hxx | 124 …L_Char *openEntityNames, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId);
|
| /trunk/main/expat/ |
| H A D | expat-2.5.0.patch | 726 const XML_Char *publicId) { 731 UNUSED_P(publicId); 745 const XML_Char *publicId) { 748 - UNUSED_P(publicId); 759 + UNUSED_P(publicId);
|
| /trunk/main/offapi/com/sun/star/xml/csax/ |
| H A D | XCompressedDocumentHandler.idl | 70 …void _setDocumentLocator( [in] long columnNumber, [in] long lineNumber, [in] string publicId, [in]…
|
| /trunk/main/offapi/com/sun/star/xml/dom/ |
| H A D | XDOMImplementation.idl | 73 …XDocumentType createDocumentType([in] string qualifiedName, [in] string publicId, [in] string syst…
|
| /trunk/main/xmlsecurity/source/xmlsec/ |
| H A D | xmldocumentwrapper_xmlsecimpl.hxx | 249 const rtl::OUString& publicId,
|
| /trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/ |
| H A D | XSLTransformer.java | 121 …public InputSource resolveEntity(String publicId, String systemId) throws SAXException, java.io.IO… in resolveEntity() argument
|