Home
last modified time | relevance | path

Searched refs:xml (Results 151 – 175 of 2435) sorted by relevance

12345678910>>...98

/trunk/main/reportdesign/source/filter/xml/
H A DxmlExportDocumentHandler.hxx39 typedef ::cppu::WeakAggImplHelper3< ::com::sun::star::xml::sax::XDocumentHandler
64 …cument() throw (::com::sun::star::uno::RuntimeException, ::com::sun::star::xml::sax::SAXException);
65 …cument() throw (::com::sun::star::uno::RuntimeException, ::com::sun::star::xml::sax::SAXException);
66 …ce< ::com::sun::star::xml::sax::XAttributeList > & xAttribs) throw (::com::sun::star::uno::Runtime…
67 …& aName) throw (::com::sun::star::uno::RuntimeException, ::com::sun::star::xml::sax::SAXException);
68 … aChars) throw (::com::sun::star::uno::RuntimeException, ::com::sun::star::xml::sax::SAXException);
69 …espaces) throw (::com::sun::star::uno::RuntimeException, ::com::sun::star::xml::sax::SAXException);
70 …& aData) throw (::com::sun::star::uno::RuntimeException, ::com::sun::star::xml::sax::SAXException);
71 …rence< ::com::sun::star::xml::sax::XLocator > & xLocator) throw (::com::sun::star::uno::RuntimeExc…
84 … ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XDocumentHandler > m_xDelegatee;
H A DxmlImportDocumentHandler.hxx41 typedef ::cppu::WeakAggImplHelper3< ::com::sun::star::xml::sax::XDocumentHandler
66 …cument() throw (::com::sun::star::uno::RuntimeException, ::com::sun::star::xml::sax::SAXException);
67 …cument() throw (::com::sun::star::uno::RuntimeException, ::com::sun::star::xml::sax::SAXException);
68 …ce< ::com::sun::star::xml::sax::XAttributeList > & xAttribs) throw (::com::sun::star::uno::Runtime…
69 …& aName) throw (::com::sun::star::uno::RuntimeException, ::com::sun::star::xml::sax::SAXException);
70 … aChars) throw (::com::sun::star::uno::RuntimeException, ::com::sun::star::xml::sax::SAXException);
71 …espaces) throw (::com::sun::star::uno::RuntimeException, ::com::sun::star::xml::sax::SAXException);
72 …& aData) throw (::com::sun::star::uno::RuntimeException, ::com::sun::star::xml::sax::SAXException);
73 …rence< ::com::sun::star::xml::sax::XLocator > & xLocator) throw (::com::sun::star::uno::RuntimeExc…
89 … ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XDocumentHandler > m_xDelegatee;
H A DxmlExportDocumentHandler.cxx48 void lcl_exportPrettyPrinting(const uno::Reference< xml::sax::XDocumentHandler >& _xDelegatee) in lcl_exportPrettyPrinting()
68 void lcl_correctCellAddress(const ::rtl::OUString & _sName, const uno::Reference< xml::sax::XAttrib… in lcl_correctCellAddress()
144 void SAL_CALL ExportDocumentHandler::startDocument() throw (uno::RuntimeException, xml::sax::SAXExc… in startDocument()
149 void SAL_CALL ExportDocumentHandler::endDocument() throw (uno::RuntimeException, xml::sax::SAXExcep… in endDocument()
154 …UString & _sName, const uno::Reference< xml::sax::XAttributeList > & xAttribs) throw (uno::Runtime… in startElement()
160 uno::Reference< xml::sax::XAttributeList > xNewAttribs = pList; in startElement()
192 uno::Reference< xml::sax::XAttributeList > xNullAttr = pList; in startElement()
253 …r::endElement(const ::rtl::OUString & _sName) throw (uno::RuntimeException, xml::sax::SAXException) in endElement()
309 …::setDocumentLocator(const uno::Reference< xml::sax::XLocator > & xLocator) throw (uno::RuntimeExc… in setDocumentLocator()
396 uno::Reference< xml::sax::XAttributeList > xCellAtt = pCellAtt; in exportTableRows()
[all …]
/trunk/main/extensions/source/update/check/
H A Dupdateprotocol.cxx52 namespace xml = css::xml ;
118 uno::Reference< xml::xpath::XXPathAPI > xXPath( in checkForUpdates()
152 uno::Reference< xml::dom::XNode > xNode( aEntry.UpdateDocument.get() ); in checkForUpdates()
153 uno::Reference< xml::dom::XNodeList > xNodeList; in checkForUpdates()
157 } catch (css::xml::xpath::XPathException &) { in checkForUpdates()
169 uno::Reference< xml::dom::XNode > xNode2( xNodeList->item(i) ); in checkForUpdates()
181 uno::Reference< xml::dom::XNode > xNode2; in checkForUpdates()
185 } catch (css::xml::xpath::XPathException &) { in checkForUpdates()
195 } catch (css::xml::xpath::XPathException &) { in checkForUpdates()
208 } catch (css::xml::xpath::XPathException &) { in checkForUpdates()
[all …]
/trunk/main/xmloff/qa/unoapi/
H A Dknownissues.xcl22 xmloff.Chart.XMLContentImporter::com::sun::star::xml::sax::XDocumentHandler
23 xmloff.Chart.XMLImporter::com::sun::star::xml::sax::XDocumentHandler
24 xmloff.Draw.XMLContentImporter::com::sun::star::xml::sax::XDocumentHandler
25 xmloff.Draw.XMLImporter::com::sun::star::xml::sax::XDocumentHandler
26 xmloff.Draw.XMLMetaImporter::com::sun::star::xml::sax::XDocumentHandler
27 xmloff.Draw.XMLStylesImporter::com::sun::star::xml::sax::XDocumentHandler
28 xmloff.Impress.XMLContentImporter::com::sun::star::xml::sax::XDocumentHandler
29 xmloff.Impress.XMLImporter::com::sun::star::xml::sax::XDocumentHandler
30 xmloff.Impress.XMLMetaImporter::com::sun::star::xml::sax::XDocumentHandler
31 xmloff.Impress.XMLStylesImporter::com::sun::star::xml::sax::XDocumentHandler
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXFastDocumentHandler.idl31 #include <com/sun/star/xml/sax/SAXException.idl>
35 #include <com/sun/star/xml/sax/XFastAttributeList.idl>
39 #include <com/sun/star/xml/sax/XFastContextHandler.idl>
43 #include <com/sun/star/xml/sax/XLocator.idl>
49 module com { module sun { module star { module xml { module sax {
60 /** called by the parser when parsing of an xml stream is started.
63 raises( com::sun::star::xml::sax::SAXException );
67 /** called by the parser after the last xml element of a stream is processed.
70 raises( com::sun::star::xml::sax::SAXException );
76 void setDocumentLocator( [in] com::sun::star::xml::sax::XLocator xLocator )
[all …]
/trunk/main/xmlsecurity/source/xmlsec/
H A Dsaxhelper.hxx53 throw( ::com::sun::star::xml::sax::SAXException , ::com::sun::star::uno::RuntimeException ) ;
56 throw( ::com::sun::star::xml::sax::SAXException , ::com::sun::star::uno::RuntimeException ) ;
61 com::sun::star::xml::csax::XMLAttribute >& aAttributes )
62 throw( ::com::sun::star::xml::sax::SAXException , ::com::sun::star::uno::RuntimeException ) ;
65 throw( ::com::sun::star::xml::sax::SAXException , ::com::sun::star::uno::RuntimeException ) ;
68 throw( ::com::sun::star::xml::sax::SAXException , ::com::sun::star::uno::RuntimeException ) ;
71 throw( ::com::sun::star::xml::sax::SAXException , ::com::sun::star::uno::RuntimeException ) ;
76 throw( ::com::sun::star::xml::sax::SAXException , ::com::sun::star::uno::RuntimeException ) ;
79 ::com::sun::star::xml::sax::XLocator > & xLocator )
80 throw( ::com::sun::star::xml::sax::SAXException , ::com::sun::star::uno::RuntimeException ) ;
/trunk/main/sysui/desktop/mimetypes/
H A Dopenoffice.applications8xml.calc,application/vnd.sun.xml.calc.template,application/vnd.sun.xml.draw,application/vnd.sun.xm…
/trunk/main/io/
H A DPackage_xml.mk26 $(eval $(call gb_Package_add_file,io_xml,xml/acceptor.xml,acceptor/acceptor.xml))
27 $(eval $(call gb_Package_add_file,io_xml,xml/connectr.xml,connector/connectr.xml))
28 $(eval $(call gb_Package_add_file,io_xml,xml/stm.xml,stm/stm.xml))
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dxmlencryption_mscryptimpl.cxx59 using ::com::sun::star::xml::wrapper::XXMLElementWrapper ;
60 using ::com::sun::star::xml::wrapper::XXMLDocumentWrapper ;
61 using ::com::sun::star::xml::crypto::XSecurityEnvironment ;
62 using ::com::sun::star::xml::crypto::XXMLEncryption ;
63 using ::com::sun::star::xml::crypto::XXMLEncryptionTemplate ;
64 using ::com::sun::star::xml::crypto::XXMLSecurityContext ;
65 using ::com::sun::star::xml::crypto::XMLEncryptionException ;
78 ) throw( com::sun::star::xml::crypto::XMLEncryptionException, in encrypt()
185 aTemplate->setStatus(::com::sun::star::xml::crypto::SecurityOperationStatus_UNKNOWN); in encrypt()
214 ) throw( com::sun::star::xml::crypto::XMLEncryptionException , in decrypt()
[all …]
/trunk/main/framework/
H A DLibrary_fwe.mk83 framework/source/fwe/xml/eventsconfiguration \
84 framework/source/fwe/xml/eventsdocumenthandler \
85 framework/source/fwe/xml/menuconfiguration \
86 framework/source/fwe/xml/menudocumenthandler \
87 framework/source/fwe/xml/saxnamespacefilter \
88 framework/source/fwe/xml/statusbarconfiguration \
89 framework/source/fwe/xml/statusbardocumenthandler \
90 framework/source/fwe/xml/toolboxconfiguration \
91 framework/source/fwe/xml/toolboxdocumenthandler \
92 framework/source/fwe/xml/xmlnamespaces \
H A DPackage_uiconfig.mk25 …ckage_add_file,framework_uiconfig,xml/uiconfig/modules/StartModule/menubar/menubar.xml,startmodule…
26 …e_add_file,framework_uiconfig,xml/uiconfig/modules/StartModule/statusbar/statusbar.xml,startmodule…
27 …e_add_file,framework_uiconfig,xml/uiconfig/modules/StartModule/toolbar/standardbar.xml,startmodule…
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_export.cxx67 Reference< xml::sax::XAttributeList > Style::createElement() in createElement()
1142 Reference< xml::sax::XAttributeList > xElem; in readEvents()
1354 Reference< xml::sax::XExtendedDocumentHandler > const & xOut, in exportDialogModel()
1359 ::std::vector< Reference< xml::sax::XAttributeList > > all_elements; in exportDialogModel()
1386 Reference< xml::sax::XAttributeList > xElem; in exportDialogModel()
1402 xElem = static_cast< xml::sax::XAttributeList * >( pElem ); in exportDialogModel()
1415 xElem = static_cast< xml::sax::XAttributeList * >( pElem ); in exportDialogModel()
1423 xElem = static_cast< xml::sax::XAttributeList * >( pElem ); in exportDialogModel()
1431 xElem = static_cast< xml::sax::XAttributeList * >( pElem ); in exportDialogModel()
1439 xElem = static_cast< xml::sax::XAttributeList * >( pElem ); in exportDialogModel()
[all …]
/trunk/main/autodoc/source/display/toolkit/
H A Dhtmlfile.cxx36 using csi::xml::AnAttribute;
86 << new xml::XmlCode("<div id=\"") in EmptyBody()
87 << new xml::XmlCode(C_sOOoFrameDiv_IdlId) in EmptyBody()
88 << new xml::XmlCode("\">\n\n"); in EmptyBody()
178 << new xml::XmlCode("<hr size=\"3\">"); in WriteBody()
183 << new xml::AnAttribute( "align", "center" ) in WriteBody()
184 << new xml::XmlCode(sCopyright); in WriteBody()
191 << new xml::XmlCode("\n</div> <!-- id=\"") in WriteBody()
192 << new xml::XmlCode(C_sOOoFrameDiv_IdlId) in WriteBody()
193 << new xml::XmlCode("\" -->\n"); in WriteBody()
/trunk/main/sfx2/source/doc/
H A Ddoctemplateslocal.hxx36 class DocTemplLocaleHelper : public cppu::WeakImplHelper1 < com::sun::star::xml::sax::XDocumentHand…
73 …virtual void SAL_CALL startDocument() throw (::com::sun::star::xml::sax::SAXException, ::com::sun:…
74 …virtual void SAL_CALL endDocument() throw (::com::sun::star::xml::sax::SAXException, ::com::sun::s…
75 …n::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttribs ) throw (::com::su…
76 …virtual void SAL_CALL endElement( const ::rtl::OUString& aName ) throw (::com::sun::star::xml::sax…
77 …virtual void SAL_CALL characters( const ::rtl::OUString& aChars ) throw (::com::sun::star::xml::sa…
78 …Whitespace( const ::rtl::OUString& aWhitespaces ) throw (::com::sun::star::xml::sax::SAXException,…
79 …OUString& aTarget, const ::rtl::OUString& aData ) throw (::com::sun::star::xml::sax::SAXException,…
80 …:sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator >& xLocator ) throw (::com::sun::…
/trunk/main/offapi/com/sun/star/xml/csax/
H A DXCompressedDocumentHandler.idl30 #include <com/sun/star/xml/sax/SAXException.idl>
31 #include <com/sun/star/xml/csax/XMLAttribute.idl>
34 module com { module sun { module star { module xml { module csax {
50 raises( com::sun::star::xml::sax::SAXException );
53 raises( com::sun::star::xml::sax::SAXException );
56 raises( com::sun::star::xml::sax::SAXException );
59 raises( com::sun::star::xml::sax::SAXException );
62 raises( com::sun::star::xml::sax::SAXException );
65 raises( com::sun::star::xml::sax::SAXException );
68 raises( com::sun::star::xml::sax::SAXException );
[all …]
/trunk/main/offapi/com/sun/star/text/
H A DTextSortDescriptor.idl37 // DocMerge from xml: service com::sun::star::text::TextSortDescriptor
49 // DocMerge from xml: property com::sun::star::text::TextSortDescriptor::Delimiter
56 // DocMerge from xml: property com::sun::star::text::TextSortDescriptor::IsSortInTable
63 // DocMerge from xml: property com::sun::star::text::TextSortDescriptor::SortRowOrColumnNo0
70 // DocMerge from xml: property com::sun::star::text::TextSortDescriptor::IsSortNumeric0
78 // DocMerge from xml: property com::sun::star::text::TextSortDescriptor::IsSortAscending0
86 // DocMerge from xml: property com::sun::star::text::TextSortDescriptor::SortRowOrColumnNo1
93 // DocMerge from xml: property com::sun::star::text::TextSortDescriptor::IsSortNumeric1
101 // DocMerge from xml: property com::sun::star::text::TextSortDescriptor::IsSortAscending1
116 // DocMerge from xml: property com::sun::star::text::TextSortDescriptor::IsSortNumeric2
[all …]
/trunk/main/filter/source/xsltfilter/
H A Duof2splithandler.cxx41 using namespace ::com::sun::star::xml::sax;
84 void UOF2SplitHandler::startDocument() throw( ::com::sun::star::xml::sax::SAXException, ::com::sun:… in startDocument()
89 void UOF2SplitHandler::endDocument() throw( ::com::sun::star::xml::sax::SAXException, ::com::sun::s… in endDocument()
95 throw( ::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException ) in startElement()
132 throw( ::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException ) in endElement()
149 throw( ::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException ) in characters()
155 throw( ::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException ) in ignorableWhitespace()
161 throw( ::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException ) in processingInstruction()
165 …tDocumentLocator(const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator >&/*… in setDocumentLocator()
166 throw( ::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException ) in setDocumentLocator()
[all …]
/trunk/main/unoxml/source/dom/
H A Dsaxbuilder.hxx51 using namespace com::sun::star::xml::dom;
52 using namespace com::sun::star::xml::sax;
109 throw( RuntimeException, com::sun::star::xml::sax::SAXException );
111 throw( RuntimeException, com::sun::star::xml::sax::SAXException );
114 throw( RuntimeException, com::sun::star::xml::sax::SAXException );
116 throw( RuntimeException, com::sun::star::xml::sax::SAXException );
118 throw( RuntimeException, com::sun::star::xml::sax::SAXException );
120 throw( RuntimeException, com::sun::star::xml::sax::SAXException );
123 throw( RuntimeException, com::sun::star::xml::sax::SAXException );
125 throw( RuntimeException, com::sun::star::xml::sax::SAXException );
/trunk/main/sw/source/core/inc/
H A DSwXMLBlockListContext.hxx40 ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
45 ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
57 ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
70 ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
74 ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
86 ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
90 ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
102 ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
106 ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
118 ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
/trunk/main/xmloff/inc/xmloff/
H A Dxmlimp.hxx95 ::com::sun::star::xml::sax::XExtendedDocumentHandler,
104 ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator > mxLocator;
217 throw( ::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException );
219 throw( ::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException );
222 throw( ::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException );
224 throw( ::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException );
226 throw( ::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException );
228 throw( ::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException );
231 throw( ::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException );
233 throw( ::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException );
[all …]
/trunk/main/sc/source/filter/xml/
H A Dxmlcvali.cxx80 ::com::sun::star::xml::sax::XAttributeList>& xAttrList);
87 ::com::sun::star::xml::sax::XAttributeList>& xAttrList );
113 ::com::sun::star::xml::sax::XAttributeList>& xAttrList,
121 ::com::sun::star::xml::sax::XAttributeList>& xAttrList );
144 ::com::sun::star::xml::sax::XAttributeList>& xAttrList,
172 ::com::sun::star::xml::sax::XAttributeList>& xAttrList,
203 ::com::sun::star::xml::sax::XAttributeList>& xAttrList ) in CreateChildContext()
229 ::com::sun::star::xml::sax::XAttributeList>& xAttrList) : in ScXMLContentValidationContext()
495 ::com::sun::star::xml::sax::XAttributeList>& xAttrList, in ScXMLHelpMessageContext()
565 ::com::sun::star::xml::sax::XAttributeList>& xAttrList, in ScXMLErrorMessageContext()
[all …]
/trunk/main/python/prj/
H A Dd.lst12 mkdir: %_DEST%\lib%_EXT%\python\xml
13 mkdir: %_DEST%\lib%_EXT%\python\xml\dom
14 mkdir: %_DEST%\lib%_EXT%\python\xml\parsers
15 mkdir: %_DEST%\lib%_EXT%\python\xml\sax
16 mkdir: %_DEST%\lib%_EXT%\python\xml\etree
50 ..\%__SRC%\misc\build\Python-2.7.18\Lib\xml\* %_DEST%\lib%_EXT%\python\xml\*
51 ..\%__SRC%\misc\build\Python-2.7.18\Lib\xml\dom\* %_DEST%\lib%_EXT%\python\xml\dom\*
52 ..\%__SRC%\misc\build\Python-2.7.18\Lib\xml\parsers\* %_DEST%\lib%_EXT%\python\xml\parsers\*
53 ..\%__SRC%\misc\build\Python-2.7.18\Lib\xml\sax\* %_DEST%\lib%_EXT%\python\xml\sax\*
69 ..\%__SRC%\misc\build\Python-2.7.18\Lib\xml\etree\* %_DEST%\lib%_EXT%\python\xml\etree
[all …]
/trunk/main/autodoc/source/display/html/
H A Dpm_class.cxx295 csi::xml::Element & o_rPublic, in Write_ChildList()
502 csi::xml::Element & o_rOut,
534 csi::xml::Element & o_rOut,
571 WriteNodeHierarchy( csi::xml::Element & o_rOut, in WriteNodeHierarchy()
583 xml::Element & in WriteNodeHierarchy()
585 >> *new xml::AnElement("pre") in WriteNodeHierarchy()
734 Node::Write2( csi::xml::Element & o_rOut, in Write2()
740 >> *new xml::AnElement("span") in Write2()
746 csi::xml::Element * in Write2()
747 pOut = & ( o_rOut >> *new xml::AnElement("span") ); in Write2()
[all …]
/trunk/main/oox/source/drawingml/
H A Dcustomshapegeometry.cxx38 using namespace ::com::sun::star::xml::sax;
446xml::sax::XFastContextHandler > SAL_CALL createFastChildContext( sal_Int32 aElementToken, const ::…
665xml::sax::XFastContextHandler > SAL_CALL createFastChildContext( sal_Int32 aElementToken, const ::…
719xml::sax::XFastContextHandler > SAL_CALL createFastChildContext( sal_Int32 aElementToken, const ::…
773xml::sax::XFastContextHandler > SAL_CALL createFastChildContext( sal_Int32 aElementToken, const ::…
811xml::sax::XFastContextHandler > SAL_CALL createFastChildContext( sal_Int32 aElementToken, const ::…
840xml::sax::XFastContextHandler > SAL_CALL createFastChildContext( sal_Int32 aElementToken, const ::…
868xml::sax::XFastContextHandler > SAL_CALL createFastChildContext( sal_Int32 aElementToken, const ::…
896xml::sax::XFastContextHandler > SAL_CALL createFastChildContext( sal_Int32 aElementToken, const ::…
932xml::sax::XFastContextHandler > SAL_CALL createFastChildContext( sal_Int32 aElementToken, const ::…
[all …]

Completed in 99 milliseconds

12345678910>>...98