| /trunk/main/xmlsecurity/source/xmlsec/ |
| H A D | xmldocumentwrapper_xmlsecimpl.cxx | 400 xHandler->processingInstruction( in sendNode() 405 xHandler2->processingInstruction( in sendNode() 1023 void SAL_CALL XMLDocumentWrapper_XmlSecImpl::processingInstruction( const rtl::OUString& aTarget, c… in processingInstruction() function in XMLDocumentWrapper_XmlSecImpl 1025 saxHelper.processingInstruction(aTarget, aData); in processingInstruction() 1067 processingInstruction( aTarget, aData ); in _processingInstruction()
|
| H A D | saxhelper.cxx | 390 void SAXHelper::processingInstruction( in processingInstruction() function in SAXHelper 400 m_pSaxHandler->processingInstruction( m_pParserCtxt , target , data ) ; in processingInstruction()
|
| /trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/ |
| H A D | FlatXml.cxx | 102 virtual void SAL_CALL processingInstruction(const OUString& str, const OUString& str2); 247 void XFlatXml::processingInstruction(const OUString& str, const OUString& str2) in processingInstruction() function in XFlatXml::XFlatXml 250 m_rDocumentHandler->processingInstruction(str, str2); in processingInstruction()
|
| /trunk/main/sax/source/expatwrap/ |
| H A D | saxwriter.cxx | 196 inline sal_Bool processingInstruction(const rtl::OUString& rTarget, const rtl::OUString& rData); 704 inline sal_Bool SaxWriterHelper::processingInstruction(const rtl::OUString& rTarget, const rtl::OUS… in processingInstruction() function in sax_expatwrap::SaxWriterHelper 968 virtual void SAL_CALL processingInstruction(const OUString& aTarget, 1287 void SAXWriter::processingInstruction(const OUString& aTarget, const OUString& aData) in processingInstruction() function in sax_expatwrap::SAXWriter 1312 if (!mp_SaxWriterHelper->processingInstruction(aTarget, aData)) in processingInstruction()
|
| /trunk/main/xmlscript/source/xmlflat_imexp/ |
| H A D | xmlbas_import.cxx | 164 void BasicElementBase::processingInstruction( const ::rtl::OUString& /*rTarget*/, const ::rtl::OUSt… in processingInstruction() function in xmlscript::BasicElementBase 529 void BasicImport::processingInstruction( const ::rtl::OUString& /*rTarget*/, const ::rtl::OUString&… in processingInstruction() function in xmlscript::BasicImport 788 void XMLBasicImporterBase::processingInstruction( const ::rtl::OUString& aTarget, in processingInstruction() function in xmlscript::XMLBasicImporterBase 794 m_xHandler->processingInstruction( aTarget, aData ); in processingInstruction()
|
| H A D | xmlbas_import.hxx | 85 virtual void SAL_CALL processingInstruction( 218 virtual void SAL_CALL processingInstruction( 265 …virtual void SAL_CALL processingInstruction( const ::rtl::OUString& aTarget, const ::rtl::OUString…
|
| /trunk/main/xmlscript/source/xml_helper/ |
| H A D | xml_impctx.cxx | 175 virtual void SAL_CALL processingInstruction( 713 void DocumentHandlerImpl::processingInstruction( in processingInstruction() function in xmlscript::DocumentHandlerImpl 718 xCurrentElement->processingInstruction( rTarget, rData ); in processingInstruction() 720 m_xRoot->processingInstruction( rTarget, rData ); in processingInstruction()
|
| /trunk/main/xmloff/source/core/ |
| H A D | XMLBasicExportFilter.cxx | 98 void XMLBasicExportFilter::processingInstruction( const ::rtl::OUString& aTarget, in processingInstruction() function in XMLBasicExportFilter 102 m_xHandler->processingInstruction( aTarget, aData ); in processingInstruction()
|
| H A D | XMLEmbeddedObjectExportFilter.cxx | 83 void SAL_CALL XMLEmbeddedObjectExportFilter::processingInstruction( in processingInstruction() function in XMLEmbeddedObjectExportFilter 87 xHandler->processingInstruction( rTarget, rData ); in processingInstruction()
|
| H A D | DomExport.cxx | 84 virtual void processingInstruction( const Reference<XProcessingInstruction>& ) {} in processingInstruction() function in DomVisitor 128 … rVisitor.processingInstruction( Reference<XProcessingInstruction>( xNode, UNO_QUERY_THROW ) ); in visitNode()
|
| /trunk/main/xmlscript/source/xmlmod_imexp/ |
| H A D | imp_share.hxx | 77 virtual void SAL_CALL processingInstruction( 115 virtual void SAL_CALL processingInstruction(
|
| H A D | xmlmod_import.cxx | 73 void ModuleElement::processingInstruction( in processingInstruction() function in xmlscript::ModuleElement 149 void ModuleImport::processingInstruction( in processingInstruction() function in xmlscript::ModuleImport
|
| /trunk/main/framework/source/fwe/xml/ |
| H A D | saxnamespacefilter.cxx | 159 void SAL_CALL SaxNamespaceFilter::processingInstruction( in processingInstruction() function in framework::SaxNamespaceFilter 162 xDocumentHandler->processingInstruction( aTarget, aData ); in processingInstruction()
|
| /trunk/main/filter/source/xsltfilter/ |
| H A D | XSLTFilter.cxx | 122 virtual void SAL_CALL processingInstruction(const OUString& str, const OUString& str2); 570 void XSLTFilter::processingInstruction(const OUString& str, const OUString& str2) in processingInstruction() function in XSLT::XSLTFilter 573 m_rDocumentHandler->processingInstruction(str, str2); in processingInstruction()
|
| /trunk/main/xmlsecurity/tools/demo/ |
| H A D | JavaFlatFilter.java | 90 public void processingInstruction ( String aTarget, String aData ) in processingInstruction() method in JavaFlatFilter 93 m_xDocumentHandler.processingInstruction(aTarget, aData); in processingInstruction()
|
| /trunk/main/xmlsecurity/source/helper/ |
| H A D | xmlsignaturehelper2.cxx | 126 void SAL_CALL ImplXMLSignatureListener::processingInstruction( const rtl::OUString& aTarget, const … in processingInstruction() function in ImplXMLSignatureListener 130 m_xNextHandler->processingInstruction( aTarget, aData ); in processingInstruction()
|
| H A D | xsecparser.cxx | 341 void SAL_CALL XSecParser::processingInstruction( const rtl::OUString& aTarget, const rtl::OUString&… in processingInstruction() function in XSecParser 345 m_xNextHandler->processingInstruction(aTarget, aData); in processingInstruction()
|
| /trunk/main/xmlscript/source/xmllib_imexp/ |
| H A D | imp_share.hxx | 149 virtual void SAL_CALL processingInstruction( 186 virtual void SAL_CALL processingInstruction(
|
| H A D | xmllib_import.cxx | 73 void LibElementBase::processingInstruction( in processingInstruction() function in xmlscript::LibElementBase 145 void LibraryImport::processingInstruction( in processingInstruction() function in xmlscript::LibraryImport
|
| /trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_java/ |
| H A D | FlatXml.java | 226 public void processingInstruction(String aTarget, String aData) in processingInstruction() method in FlatXml 229 m_xHandler.processingInstruction(aTarget, aData); in processingInstruction()
|
| /trunk/main/toolkit/source/layout/core/ |
| H A D | import.hxx | 148 virtual void SAL_CALL processingInstruction( in processingInstruction() function in layoutimpl::ImportContext 194 virtual void SAL_CALL processingInstruction( in processingInstruction() function in layoutimpl::ElementBase
|
| /trunk/main/xmlsecurity/source/framework/ |
| H A D | saxeventkeeperimpl.cxx | 1347 void SAL_CALL SAXEventKeeperImpl::processingInstruction( in processingInstruction() function in SAXEventKeeperImpl 1354 m_xNextHandler->processingInstruction(aTarget, aData); in processingInstruction() 1361 m_xDocumentHandler->processingInstruction(aTarget, aData); in processingInstruction()
|
| /trunk/main/reportdesign/source/filter/xml/ |
| H A D | xmlImportDocumentHandler.cxx | 323 void SAL_CALL ImportDocumentHandler::processingInstruction(const ::rtl::OUString & aTarget, const :… in processingInstruction() function in rptxml::ImportDocumentHandler 325 m_xDelegatee->processingInstruction(aTarget,aData); in processingInstruction()
|
| H A D | xmlExportDocumentHandler.cxx | 304 void SAL_CALL ExportDocumentHandler::processingInstruction(const ::rtl::OUString & aTarget, const :… in processingInstruction() function in rptxml::ExportDocumentHandler 306 m_xDelegatee->processingInstruction(aTarget,aData); in processingInstruction()
|
| /trunk/main/svx/workben/msview/ |
| H A D | xmlconfig.cxx | 72 virtual void SAL_CALL processingInstruction(const OUString& aTarget, const OUString& aData); 302 void SAL_CALL ConfigHandler::processingInstruction(const OUString& aTarget, const OUString& aData) in processingInstruction() function in ConfigHandler
|