Home
last modified time | relevance | path

Searched refs:XElement (Results 1 – 25 of 46) sorted by relevance

12

/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dimp_share.hxx123 ::std::vector< css::uno::Reference< css::xml::input::XElement > > _styles;
146 css::uno::Reference< css::xml::input::XElement > const & xStyle )
148 css::uno::Reference< css::xml::input::XElement > getStyle(
179 virtual css::uno::Reference< css::xml::input::XElement >
187 : public ::cppu::WeakImplHelper1< css::xml::input::XElement >
207 virtual css::uno::Reference<css::xml::input::XElement> SAL_CALL getParent();
218 virtual css::uno::Reference< css::xml::input::XElement >
229 virtual css::uno::Reference< css::xml::input::XElement >
266 virtual css::uno::Reference< css::xml::input::XElement >
311 virtual css::uno::Reference< css::xml::input::XElement >
[all …]
H A Dxmldlg_impmodels.cxx41 Reference< xml::input::XElement > ProgressBarElement::startChildElement( in startChildElement()
65 Reference< xml::input::XElement > xStyle( getStyle( _xAttributes ) ); in endElement()
95 Reference< xml::input::XElement > ScrollBarElement::startChildElement( in startChildElement()
118 Reference< xml::input::XElement > xStyle( getStyle( _xAttributes ) ); in endElement()
170 Reference< xml::input::XElement > FixedLineElement::startChildElement( in startChildElement()
193 Reference< xml::input::XElement > xStyle( getStyle( _xAttributes ) ); in endElement()
220 Reference< xml::input::XElement > PatternFieldElement::startChildElement( in startChildElement()
243 Reference< xml::input::XElement > xStyle( getStyle( _xAttributes ) ); in endElement()
290 Reference< xml::input::XElement > FormattedFieldElement::startChildElement( in startChildElement()
313 Reference< xml::input::XElement > xStyle( getStyle( _xAttributes ) ); in endElement()
[all …]
H A Dxmldlg_import.cxx93 Reference< xml::input::XElement > ControlElement::getStyle( in getStyle()
104 return Reference< xml::input::XElement >(); in getStyle()
1430 ::std::vector< Reference< xml::input::XElement > > const & rEvents ) in importEvents()
1717 Reference< xml::input::XElement > ElementBase::getParent() in getParent()
1719 return static_cast< xml::input::XElement * >( _pParent ); in getParent()
1757 Reference< xml::input::XElement > ElementBase::startChildElement( in startChildElement()
1835 Reference< xml::input::XElement > DialogImport::startRootElement( in startRootElement()
1890 Reference< xml::input::XElement > const & xStyle ) in addStyle()
1897 Reference< xml::input::XElement > DialogImport::getStyle( in getStyle()
/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java204 XElement xElemFoo = xDoc.createElement("foo"); in testXDocument()
218 XElement xElemFooNs = xDoc.createElementNS(ns, "foo"); in testXDocument()
237 XElement xDE = xDoc.getDocumentElement(); in testXDocument()
241 XElement xById = xDoc.getElementById("foo"); in testXDocument()
272 XElement xDE = xDoc.getDocumentElement(); in testXDocument()
299 XElement xById = xDoc.getElementById("bar"); in testXDocument()
333 XElement xE = in testXDocument()
334 UnoRuntime.queryInterface(XElement.class, xImported); in testXDocument()
345 XElement xImpRoot = in testXDocument()
346 UnoRuntime.queryInterface(XElement.class, xImported); in testXDocument()
[all …]
/trunk/main/xmloff/source/core/
H A DDomExport.cxx73 virtual void element( const Reference<XElement>& ) {} in element() argument
85 virtual void endElement( const Reference<XElement>& ) {} in endElement() argument
116 rVisitor.element( Reference<XElement>( xNode, UNO_QUERY_THROW ) ); in visitNode()
154 rVisitor.endElement( Reference<XElement>( xNode, UNO_QUERY_THROW ) ); in visit()
170 OUString qualifiedName( const Reference<XElement>& );
179 virtual void element( const Reference<XElement>& );
180 virtual void endElement( const Reference<XElement>& );
245 OUString DomExport::qualifiedName( const Reference<XElement>& xElement ) in qualifiedName()
263 void DomExport::element( const Reference<XElement>& xElement ) in element()
279 void DomExport::endElement( const Reference<XElement>& xElement ) in endElement()
H A DDomBuilderContext.cxx58 using com::sun::star::xml::dom::XElement;
80 DBG_ASSERT( Reference<XElement>( mxNode, UNO_QUERY ).is(), "need element" ); in DomBuilderContext()
92 DBG_ASSERT( Reference<XElement>( mxNode, UNO_QUERY ).is(), "need element" ); in DomBuilderContext()
143 Reference<XElement> xElement( mxNode, UNO_QUERY_THROW ); in StartElement()
226 Reference<XElement> xElement; in lcl_createElement()
/trunk/main/desktop/source/deployment/registry/
H A Ddp_backenddb.cxx99 const Reference<css::xml::dom::XElement> rootNode = in getDocument()
193 …Reference<css::xml::dom::XElement> entry = Reference<css::xml::dom::XElement>(getKeyElement(url), … in revokeEntry()
214 …Reference<css::xml::dom::XElement> entry = Reference<css::xml::dom::XElement>(getKeyElement(url), … in activateEntry()
238 …Reference<css::xml::dom::XElement> entry = Reference<css::xml::dom::XElement>(getKeyElement(url), … in hasActiveEntry()
304 const Reference<css::xml::dom::XElement> vectorNode( in writeVectorOfPair()
313 const Reference<css::xml::dom::XElement> pairNode( in writeVectorOfPair()
320 const Reference<css::xml::dom::XElement> firstNode( in writeVectorOfPair()
334 const Reference<css::xml::dom::XElement> secondNode( in writeVectorOfPair()
419 const Reference<css::xml::dom::XElement> listNode( in writeSimpleList()
513 const Reference<css::xml::dom::XElement> keyElement( in writeKeyElement()
[all …]
/trunk/main/xmlscript/source/xmlflat_imexp/
H A Dxmlbas_import.cxx109 Reference< xml::input::XElement > BasicElementBase::getParent() in getParent()
111 return static_cast< xml::input::XElement* >( m_pParent ); in getParent()
140 Reference< xml::input::XElement > BasicElementBase::startChildElement( in startChildElement()
192 Reference< xml::input::XElement > BasicLibrariesElement::startChildElement( in startChildElement()
196 Reference< xml::input::XElement > xElement; in startChildElement()
331 Reference< xml::input::XElement > BasicEmbeddedLibraryElement::startChildElement( in startChildElement()
335 Reference< xml::input::XElement > xElement; in startChildElement()
392 Reference< xml::input::XElement > BasicModuleElement::startChildElement( in startChildElement()
398 Reference< xml::input::XElement > xElement; in startChildElement()
541 …Reference< xml::input::XElement > BasicImport::startRootElement( sal_Int32 nUid, const ::rtl::OUSt… in startRootElement()
[all …]
H A Dxmlbas_import.hxx54 ::com::sun::star::xml::input::XElement > BasicElementBase_BASE;
75 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XElement > SAL_CALL getPar…
79 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XElement > SAL_CALL startC…
107 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XElement > SAL_CALL startC…
134 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XElement > SAL_CALL startC…
159 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XElement > SAL_CALL startC…
222 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XElement > SAL_CALL startR…
/trunk/main/xmlscript/source/xmllib_imexp/
H A Dimp_share.hxx153 virtual Reference< xml::input::XElement > SAL_CALL startRootElement(
160 : public ::cppu::WeakImplHelper1< xml::input::XElement >
179 virtual Reference< xml::input::XElement > SAL_CALL getParent();
189 virtual Reference< xml::input::XElement > SAL_CALL startChildElement(
204 virtual Reference< xml::input::XElement > SAL_CALL startChildElement(
227 virtual Reference< xml::input::XElement > SAL_CALL startChildElement(
H A Dxmllib_import.cxx42 Reference< xml::input::XElement > LibElementBase::getParent() in getParent()
44 return static_cast< xml::input::XElement * >( _pParent ); in getParent()
83 Reference< xml::input::XElement > LibElementBase::startChildElement( in startChildElement()
155 Reference< xml::input::XElement > LibraryImport::startRootElement( in startRootElement()
212 Reference< xml::input::XElement > LibrariesElement::startChildElement( in startChildElement()
272 Reference< xml::input::XElement > LibraryElement::startChildElement( in startChildElement()
/trunk/main/xmlscript/source/xml_helper/
H A Dxml_impctx.cxx85 Reference< xml::input::XElement > m_xElement;
135 inline Reference< xml::input::XElement > getCurrentElement() const;
221 inline Reference< xml::input::XElement >
226 return Reference< xml::input::XElement >(); in getCurrentElement()
515 Reference< xml::input::XElement > xCurrentElement; in startElement()
656 Reference< xml::input::XElement > xCurrentElement; in endElement()
698 Reference< xml::input::XElement > xCurrentElement( getCurrentElement() ); in characters()
707 Reference< xml::input::XElement > xCurrentElement( getCurrentElement() ); in ignorableWhitespace()
716 Reference< xml::input::XElement > xCurrentElement( getCurrentElement() ); in processingInstruction()
/trunk/main/extensions/source/update/feed/
H A Dupdatefeed.cxx142 …uno::Reference< xml::dom::XElement > getDocumentRoot(const uno::Reference< xml::dom::XNode >& rxNo…
147 virtual uno::Sequence< uno::Reference< xml::dom::XElement > > SAL_CALL
286 SingleUpdateInformationEnumeration(const uno::Reference< xml::dom::XElement >& xElement) in SingleUpdateInformationEnumeration()
526 uno::Reference< xml::dom::XElement >
531 uno::Reference< xml::dom::XElement > xElement(rxNode, uno::UNO_QUERY_THROW); in getDocumentRoot()
553 … uno::Reference< xml::dom::XElement > xChildElement(xChildNodes->item(n), uno::UNO_QUERY); in getDocumentRoot()
566 return uno::Reference< xml::dom::XElement > (); in getDocumentRoot()
602 uno::Reference< xml::dom::XElement > xElement; in getUpdateInformationEnumeration()
656 uno::Sequence< uno::Reference< xml::dom::XElement > > SAL_CALL
666 uno::Sequence< uno::Reference< xml::dom::XElement > > aRet; in getUpdateInformation()
/trunk/main/toolkit/source/layout/core/
H A Dimport.hxx154 virtual css::uno::Reference< css::xml::input::XElement >
160 class ElementBase : public ::cppu::WeakImplHelper1< css::xml::input::XElement >
179 virtual css::uno::Reference<css::xml::input::XElement> SAL_CALL getParent() in getParent()
180 { return static_cast< css::xml::input::XElement * >( mpParent ); } in getParent()
198 virtual css::uno::Reference< css::xml::input::XElement >
219 virtual css::uno::Reference< css::xml::input::XElement> SAL_CALL
/trunk/main/unoxml/source/dom/
H A Ddocument.cxx519 Reference< XElement > SAL_CALL CDocument::createElement(const OUString& tagName) in createElement()
526 Reference< XElement > const xRet( in createElement()
533 Reference< XElement > SAL_CALL CDocument::createElementNS( in createElementNS()
562 Reference< XElement > const xRet( in createElementNS()
630 Reference< XElement > SAL_CALL CDocument::getDocumentElement() in getDocumentElement()
636 Reference< XElement > const xRet( in getDocumentElement()
669 Reference< XElement > SAL_CALL
680 Reference< XElement > const xRet( in getElementById()
776 Reference< XElement > const xElement(xImportedNode, in lcl_ImportNode()
781 Reference< XElement > xNewElement; in lcl_ImportNode()
H A Ddocument.hxx160 virtual Reference< XElement > SAL_CALL createElement(const OUString& tagName);
165 …virtual Reference< XElement > SAL_CALL createElementNS(const OUString& namespaceURI, const OUStrin…
194 virtual Reference< XElement > SAL_CALL getDocumentElement();
199 virtual Reference< XElement > SAL_CALL getElementById(const OUString& elementId);
H A Dsaxbuilder.cxx233 Reference< XElement > aElement; in startElement()
254 aElement = Reference< XElement > ( in startElement()
302 Reference< XElement > aElement(aNode, UNO_QUERY); in endElement()
/trunk/main/xmlscript/source/xmlmod_imexp/
H A Dimp_share.hxx81 virtual Reference< xml::input::XElement > SAL_CALL startRootElement(
88 : public ::cppu::WeakImplHelper1< xml::input::XElement >
108 virtual Reference< xml::input::XElement > SAL_CALL getParent();
118 virtual Reference< xml::input::XElement > SAL_CALL startChildElement(
H A Dxmlmod_import.cxx42 Reference< xml::input::XElement > ModuleElement::getParent() in getParent()
44 return static_cast< xml::input::XElement * >( _pParent ); in getParent()
83 Reference< xml::input::XElement > ModuleElement::startChildElement( in startChildElement()
159 Reference< xml::input::XElement > ModuleImport::startRootElement( in startRootElement()
/trunk/main/desktop/source/deployment/misc/
H A Ddp_dependencies.cxx70 css::uno::Sequence< css::uno::Reference< css::xml::dom::XElement > >
75 css::uno::Sequence< css::uno::Reference< css::xml::dom::XElement > > in check()
80 css::uno::Reference< css::xml::dom::XElement > e( in check()
128 ::rtl::OUString getErrorText( css::uno::Reference< css::xml::dom::XElement > const & dependency ) in getErrorText()
H A Ddp_update.cxx69 Sequence< Reference< xml::dom::XElement > >
86 Sequence<Reference< xml::dom::XElement > >(); in getUpdateInformation()
106 Sequence<Reference< xml::dom::XElement > > in getOwnUpdateInfos()
149 Sequence< Reference< xml::dom::XElement > > in getDefaultUpdateInfos()
/trunk/main/desktop/source/deployment/inc/
H A Ddp_dependencies.hxx35 class XElement;
58 ::com::sun::star::xml::dom::XElement > >
73 ::com::sun::star::xml::dom::XElement > const & dependency);
/trunk/main/offapi/com/sun/star/xml/input/
H A DXElement.idl36 interface XElement : com::sun::star::uno::XInterface
43 XElement getParent();
77 XElement startChildElement(
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXDocument.idl104 XElement createElement([in] string tagName) raises (DOMException);
119XElement createElementNS([in] string namespaceURI, [in] string qualifiedName) raises (DOMException…
156 XElement getDocumentElement();
161 XElement getElementById([in] string elementId);
/trunk/main/offapi/com/sun/star/deployment/
H A DUpdateInformationEntry.idl25 interface XElement;
39 com::sun::star::xml::dom::XElement UpdateDocument;

12