Home
last modified time | relevance | path

Searched refs:xAttrList (Results 76 – 100 of 503) sorted by relevance

12345678910>>...21

/aoo42x/main/sc/source/filter/xml/
H A Dxmlstyli.hxx139 const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList,
146 …const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
200 …const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
206 ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
214 const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList,
242 ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
247 ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
257 ::com::sun::star::xml::sax::XAttributeList > & xAttrList);
282 ::com::sun::star::xml::sax::XAttributeList > & xAttrList,
294 const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList,
[all …]
H A DXMLTableHeaderFooterContext.cxx49 xml::sax::XAttributeList > & xAttrList, in XMLTableHeaderFooterContext()
65 sal_Int16 nAttrCount(xAttrList.is() ? xAttrList->getLength() : 0); in XMLTableHeaderFooterContext()
68 const OUString& rAttrName(xAttrList->getNameByIndex( i )); in XMLTableHeaderFooterContext()
71 const OUString& rValue(xAttrList->getValueByIndex( i )); in XMLTableHeaderFooterContext()
117 const uno::Reference< xml::sax::XAttributeList > & xAttrList ) in CreateChildContext()
140 xAttrList); in CreateChildContext()
169 …pContext = new XMLHeaderFooterRegionContext( GetImport(), nPrefix, rLocalName, xAttrList, xTempTex… in CreateChildContext()
229 const uno::Reference< xml::sax::XAttributeList > & xAttrList ) in CreateChildContext()
240 xAttrList); in CreateChildContext()
/aoo42x/main/xmloff/source/text/
H A DXMLIndexTOCStylesContext.cxx75 const Reference<XAttributeList> & xAttrList ) in StartElement() argument
78 sal_Int16 nCount = xAttrList->getLength(); in StartElement()
83 GetKeyByAttrName( xAttrList->getNameByIndex(nAttr), in StartElement()
90 nTmp, xAttrList->getValueByIndex(nAttr), 1, in StartElement()
130 const Reference<XAttributeList> & xAttrList ) in CreateChildContext() argument
137 sal_Int16 nCount = xAttrList->getLength(); in CreateChildContext()
142 GetKeyByAttrName( xAttrList->getNameByIndex(nAttr), in CreateChildContext()
147 aStyleNames.push_back(xAttrList->getValueByIndex(nAttr)); in CreateChildContext()
154 xAttrList); in CreateChildContext()
H A DXMLFootnoteConfigurationImportContext.cxx133 const Reference<XAttributeList> & xAttrList) in XMLFootnoteConfigurationImportContext() argument
134 : SvXMLStyleContext(rImport, nPrfx, rLocalName, xAttrList, XML_STYLE_FAMILY_TEXT_FOOTNOTECONFIG) in XMLFootnoteConfigurationImportContext()
155 sal_Int16 nLength = xAttrList->getLength(); in XMLFootnoteConfigurationImportContext()
160 GetKeyByAttrName( xAttrList->getNameByIndex(nAttr), in XMLFootnoteConfigurationImportContext()
165 const OUString& rValue = xAttrList->getValueByIndex( nAttr ); in XMLFootnoteConfigurationImportContext()
237 const Reference<XAttributeList> & xAttrList ) in StartElement() argument
239 sal_Int16 nLength = xAttrList->getLength(); in StartElement()
244 GetKeyByAttrName( xAttrList->getNameByIndex(nAttr), in StartElement()
246 OUString sValue = xAttrList->getValueByIndex(nAttr); in StartElement()
304 const Reference<XAttributeList> & xAttrList ) in CreateChildContext() argument
[all …]
H A DXMLTextListItemContext.cxx58 const Reference< xml::sax::XAttributeList > & xAttrList, in XMLTextListItemContext()
70 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in XMLTextListItemContext()
73 const OUString& rAttrName = xAttrList->getNameByIndex( i ); in XMLTextListItemContext()
74 const OUString& rValue = xAttrList->getValueByIndex( i ); in XMLTextListItemContext()
155 const Reference< xml::sax::XAttributeList > & xAttrList ) in CreateChildContext()
168 xAttrList, bHeading ); in CreateChildContext()
181 xAttrList, in CreateChildContext()
/aoo42x/main/editeng/source/xml/
H A Dxmltxtimp.cxx66 … nPrfx, const OUString& rLName, const uno::Reference< XAttributeList >& xAttrList, const uno::Refe…
69 …al_uInt16 nPrefix, const OUString& rLocalName, const uno::Reference< XAttributeList >& xAttrList );
88 …sal_uInt16 nPrefix, const OUString& rLocalName, const uno::Reference< XAttributeList >& xAttrList ) in CreateChildContext() argument
93 pContext = new SvxXMLTextImportContext( GetImport(), nPrefix, rLocalName, xAttrList, mxText ); in CreateChildContext()
97 pContext = new SvXMLStylesContext( GetImport(), nPrefix, rLocalName, xAttrList ); in CreateChildContext()
103 …GetImport().GetTextImport()->CreateTextChildContext( GetImport(), nPrefix, rLocalName, xAttrList ); in CreateChildContext()
126 …al_uInt16 nPrefix, const OUString& rLocalName, const uno::Reference< XAttributeList >& xAttrList );
243 …sal_uInt16 nPrefix, const OUString& rLocalName, const uno::Reference< XAttributeList >& xAttrList ) in CreateChildContext() argument
248 pContext = new SvxXMLTextImportContext(*this, nPrefix, rLocalName, xAttrList, mxText ); in CreateChildContext()
252 pContext = SvXMLImport::CreateContext(nPrefix, rLocalName, xAttrList); in CreateChildContext()
/aoo42x/main/xmloff/source/style/
H A DVisAreaContext.cxx47 const uno::Reference<xml::sax::XAttributeList>& xAttrList, in XMLVisAreaContext() argument
52 process( xAttrList, rAwtRect, (sal_Int16)aMapUnit ); in XMLVisAreaContext()
63 const uno::Reference<xml::sax::XAttributeList>& xAttrList, in XMLVisAreaContext() argument
67 process( xAttrList, rRect, nMeasureUnit ); in XMLVisAreaContext()
74 void XMLVisAreaContext::process( const uno::Reference< xml::sax::XAttributeList>& xAttrList, awt::R… in process() argument
82 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in process()
85 rtl::OUString sAttrName = xAttrList->getNameByIndex( i ); in process()
89 rtl::OUString sValue = xAttrList->getValueByIndex( i ); in process()
H A Dxmltabi.cxx82 const uno::Reference< xml::sax::XAttributeList > & xAttrList );
88 const uno::Reference< xml::sax::XAttributeList > & xAttrList );
98 const uno::Reference< xml::sax::XAttributeList > & xAttrList ) in SvxXMLTabStopContext_Impl()
109 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in SvxXMLTabStopContext_Impl()
112 const OUString& rAttrName = xAttrList->getNameByIndex( i ); in SvxXMLTabStopContext_Impl()
117 const OUString& rValue = xAttrList->getValueByIndex( i ); in SvxXMLTabStopContext_Impl()
225 const uno::Reference< xml::sax::XAttributeList > & xAttrList ) in CreateChildContext()
234 xAttrList ); in CreateChildContext()
/aoo42x/main/reportdesign/source/filter/xml/
H A DxmlReport.cxx142 const Reference< XAttributeList > & xAttrList ) in CreateChildContext()
144 SvXMLImportContext *pContext = _CreateChildContext(nPrefix,rLocalName,xAttrList); in CreateChildContext()
154 pContext = new OXMLFunction( m_rImport, nPrefix, rLocalName,xAttrList,m_xComponent.get(),true); in CreateChildContext()
159 pContext = new OXMLMasterFields(m_rImport, nPrefix, rLocalName,xAttrList ,this); in CreateChildContext()
165 …pContext = new OXMLSection( m_rImport, nPrefix, rLocalName,xAttrList ,m_xComponent->getReportHeade… in CreateChildContext()
172 …pContext = new OXMLSection( m_rImport, nPrefix, rLocalName,xAttrList ,m_xComponent->getPageHeader(… in CreateChildContext()
177 pContext = new OXMLGroup( m_rImport, nPrefix, rLocalName,xAttrList); in CreateChildContext()
182 … pContext = new OXMLSection( m_rImport, nPrefix, rLocalName,xAttrList ,m_xComponent->getDetail()); in CreateChildContext()
189 …pContext = new OXMLSection( m_rImport, nPrefix, rLocalName,xAttrList ,m_xComponent->getPageFooter(… in CreateChildContext()
196 …pContext = new OXMLSection( m_rImport, nPrefix, rLocalName,xAttrList ,m_xComponent->getReportFoote… in CreateChildContext()
/aoo42x/main/sax/inc/sax/
H A Dfshelper.hxx73 void singleElement(const char* elementName, XFastAttributeListRef xAttrList);
74 inline void singleElement(sal_Int32 elementTokenId, XFastAttributeListRef xAttrList) in singleElement() argument
75 { singleElementV(elementTokenId, xAttrList); } in singleElement()
76 void singleElementV(sal_Int32 elementTokenId, XFastAttributeListRef xAttrList);
77 …gleElementNS(sal_Int32 namespaceTokenId, sal_Int32 elementTokenId, XFastAttributeListRef xAttrList) in singleElementNS() argument
78 { singleElementV(FSNS( namespaceTokenId, elementTokenId), xAttrList); } in singleElementNS()
80 void startElementV(sal_Int32 elementTokenId, XFastAttributeListRef xAttrList);
81 …rtElementNS(sal_Int32 namespaceTokenId, sal_Int32 elementTokenId, XFastAttributeListRef xAttrList) in startElementNS() argument
82 { startElementV( FSNS( namespaceTokenId, elementTokenId ), xAttrList ); } in startElementNS()
/aoo42x/main/xmloff/source/transform/
H A DNotesTContext.cxx77 Reference< XAttributeList > xAttrList( rAttrList ); in StartElement() local
79 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in StartElement()
82 const OUString& rAttrName = xAttrList->getNameByIndex( i ); in StartElement()
92 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in StartElement()
97 new XMLMutableAttributeList( xAttrList ); in StartElement()
98 xAttrList = pMutableAttrList; in StartElement()
150 XMLPersElemContentTContext::StartElement( xAttrList ); in StartElement()
153 xAttrList ); in StartElement()
H A DDlgOASISTContext.cxx64 Reference< XAttributeList > xAttrList( rAttrList ); in StartElement() local
66 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in StartElement()
70 const OUString& rAttrName = xAttrList->getNameByIndex( i ); in StartElement()
85 new XMLMutableAttributeList( xAttrList ); in StartElement()
86 xAttrList = pMutableAttrList; in StartElement()
88 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in StartElement()
111 XMLTransformerContext::StartElement( xAttrList ); in StartElement()
H A DCreateElemTContext.cxx60 Reference< XAttributeList > xAttrList( rAttrList ); in StartElement() local
70 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in StartElement()
73 const OUString& rAttrName = xAttrList->getNameByIndex( i ); in StartElement()
74 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in StartElement()
87 pMutableAttrList = new XMLMutableAttributeList( xAttrList ); in StartElement()
88 xAttrList = pMutableAttrList; in StartElement()
119 XMLTransformerContext::StartElement( xAttrList ); in StartElement()
H A DChartOASISTContext.cxx65 Reference< XAttributeList > xAttrList( rAttrList ); in StartElement() local
67 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in StartElement()
70 const OUString& rAttrName = xAttrList->getNameByIndex( i ); in StartElement()
83 new XMLMutableAttributeList( xAttrList ); in StartElement()
84 xAttrList = pMutableAttrList; in StartElement()
86 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in StartElement()
140 XMLTransformerContext::StartElement( xAttrList ); in StartElement()
H A DChartOOoTContext.cxx68 Reference< XAttributeList > xAttrList( rAttrList ); in StartElement() local
70 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in StartElement()
73 const OUString& rAttrName = xAttrList->getNameByIndex( i ); in StartElement()
86 new XMLMutableAttributeList( xAttrList ); in StartElement()
87 xAttrList = pMutableAttrList; in StartElement()
89 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in StartElement()
145 XMLTransformerContext::StartElement( xAttrList ); in StartElement()
H A DFrameOOoTContext.cxx67 Reference< XAttributeList > xAttrList( rAttrList ); in StartElement() local
69 GetTransformer().ProcessAttrList( xAttrList, OOO_SHAPE_ACTIONS, in StartElement()
73 xAttrList = pMutableAttrList; in StartElement()
79 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in StartElement()
82 const OUString& rAttrName = xAttrList->getNameByIndex( i ); in StartElement()
92 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in StartElement()
110 XMLTransformerContext::StartElement( xAttrList ); in StartElement()
/aoo42x/main/xmloff/source/draw/
H A Dximplink.cxx40 … OUString& rLocalName, const uno::Reference< xml::sax::XAttributeList>& xAttrList, uno::Reference<… in SdXMLShapeLinkContext() argument
44 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in SdXMLShapeLinkContext()
48 OUString sAttrName = xAttrList->getNameByIndex( i ); in SdXMLShapeLinkContext()
53 msHyperlink = xAttrList->getValueByIndex( i ); in SdXMLShapeLinkContext()
69 const uno::Reference< xml::sax::XAttributeList>& xAttrList ) in CreateChildContext()
71 ….GetShapeImport()->CreateGroupChildContext( GetImport(), nPrefix, rLocalName, xAttrList, mxParent); in CreateChildContext()
80 return SvXMLImportContext::CreateChildContext( nPrefix, rLocalName, xAttrList); in CreateChildContext()
H A Dximpnote.cxx38 const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList, in SdXMLNotesContext()
40 : SdXMLGenericPageContext( rImport, nPrfx, rLocalName, xAttrList, rShapes ) in SdXMLNotesContext()
44 const sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in SdXMLNotesContext()
47 OUString sAttrName = xAttrList->getNameByIndex( i ); in SdXMLNotesContext()
50 OUString sValue = xAttrList->getValueByIndex( i ); in SdXMLNotesContext()
112 const uno::Reference< xml::sax::XAttributeList>& xAttrList ) in CreateChildContext()
128 pContext = SdXMLGenericPageContext::CreateChildContext(nPrefix, rLocalName, xAttrList); in CreateChildContext()
H A Dximpgrp.cxx46 const uno::Reference< xml::sax::XAttributeList>& xAttrList, in SdXMLGroupShapeContext()
49 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ) in SdXMLGroupShapeContext()
63 const uno::Reference< xml::sax::XAttributeList>& xAttrList ) in CreateChildContext()
71 pContext = new SdXMLDescriptionContext( GetImport(), nPrefix, rLocalName, xAttrList, mxShape ); in CreateChildContext()
75 pContext = new SdXMLEventsContext( GetImport(), nPrefix, rLocalName, xAttrList, mxShape ); in CreateChildContext()
79 addGluePoint( xAttrList ); in CreateChildContext()
85 GetImport(), nPrefix, rLocalName, xAttrList, mxChilds); in CreateChildContext()
91 nPrefix, rLocalName, xAttrList); in CreateChildContext()
H A Dlayerimp.cxx61 …nPrefix, const OUString& rLocalName, const Reference< XAttributeList >& xAttrList, const Reference…
64 …_uInt16 nPrefix, const ::rtl::OUString& rLocalName, const Reference< XAttributeList >& xAttrList );
74 …nPrefix, const OUString& rLocalName, const Reference< XAttributeList >& xAttrList, const Reference… in SdXMLLayerContext() argument
82 const sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in SdXMLLayerContext()
86 …if( GetImport().GetNamespaceMap().GetKeyByAttrName( xAttrList->getNameByIndex( i ), &aLocalName ) … in SdXMLLayerContext()
88 const OUString sValue( xAttrList->getValueByIndex( i ) ); in SdXMLLayerContext()
173 const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList ) in CreateChildContext()
175 return new SdXMLLayerContext( GetImport(), nPrefix, rLocalName, xAttrList, mxLayerManager ); in CreateChildContext()
H A Dximpshow.cxx81 …ort, sal_uInt16 nPrfx, const OUString& rLocalName, const Reference< XAttributeList >& xAttrList ) in SdXMLShowsContext() argument
108 const sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in SdXMLShowsContext()
111 OUString sAttrName = xAttrList->getNameByIndex( i ); in SdXMLShowsContext()
114 OUString sValue = xAttrList->getValueByIndex( i ); in SdXMLShowsContext()
209 …xt( sal_uInt16 p_nPrefix, const OUString& rLocalName, const Reference< XAttributeList>& xAttrList ) in CreateChildContext() argument
217 const sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in CreateChildContext()
220 OUString sAttrName = xAttrList->getNameByIndex( i ); in CreateChildContext()
223 OUString sValue = xAttrList->getValueByIndex( i ); in CreateChildContext()
/aoo42x/main/sw/source/filter/xml/
H A Dxmlitemi.cxx262 const Reference< xml::sax::XAttributeList > & xAttrList,
270 const ::uno::Reference< xml::sax::XAttributeList > & xAttrList,
279 const Reference< xml::sax::XAttributeList > & xAttrList, in SwXMLItemSetContext_Impl()
283 SvXMLItemSetContext( rImport, nPrfx, rLName, xAttrList, in SwXMLItemSetContext_Impl()
301 const Reference< xml::sax::XAttributeList > & xAttrList, in CreateChildContext()
317 GetImport(), nPrefix, rLocalName, xAttrList, in CreateChildContext()
323 GetImport(), nPrefix, rLocalName, xAttrList, in CreateChildContext()
333 xAttrList, _rItemSet, in CreateChildContext()
363 const Reference< xml::sax::XAttributeList > & xAttrList, in CreateTableItemImportContext()
388 xAttrList, rItemSet, in CreateTableItemImportContext()
/aoo42x/main/xmloff/source/meta/
H A Dxmlversion.cxx135 const Reference< XAttributeList > & xAttrList ) in CreateContext()
142 pContext = new XMLVersionListContext( *this, nPrefix, rLocalName, xAttrList ); in CreateContext()
146 pContext = SvXMLImport::CreateContext( nPrefix, rLocalName, xAttrList ); in CreateContext()
172 const Reference< XAttributeList > & xAttrList ) in CreateChildContext()
179 pContext = new XMLVersionContext( rLocalRef, nPrefix, rLocalName, xAttrList ); in CreateChildContext()
199 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in XMLVersionContext()
208 const OUString& rAttrName = xAttrList->getNameByIndex( i ); in XMLVersionContext()
215 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in XMLVersionContext()
220 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in XMLVersionContext()
225 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in XMLVersionContext()
[all …]
/aoo42x/main/framework/source/fwe/xml/
H A Dmenudocumenthandler.cxx300 m_xReader->startElement( aName, xAttrList ); in startElement()
391 m_xReader->startElement( rName, xAttrList ); in startElement()
417 for ( sal_Int16 i=0; i< xAttrList->getLength(); i++ ) in startElement()
419 ::rtl::OUString aName = xAttrList->getNameByIndex( i ); in startElement()
544 m_xReader->startElement( aName, xAttrList ); in startElement()
630 m_xReader->startElement( rName, xAttrList ); in startElement()
652 for ( sal_Int16 i=0; i< xAttrList->getLength(); i++ ) in startElement()
654 ::rtl::OUString aName = xAttrList->getNameByIndex( i ); in startElement()
655 ::rtl::OUString aValue = xAttrList->getValueByIndex( i ); in startElement()
709 for ( sal_Int16 i=0; i< xAttrList->getLength(); i++ ) in startElement()
[all …]
/aoo42x/main/editeng/source/misc/
H A DSvXMLAutoCorrectImport.hxx44 ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
70 ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
74 ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
87 ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
101 ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
122 ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
126 ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
139 ::com::sun::star::xml::sax::XAttributeList > & xAttrList );

Completed in 87 milliseconds

12345678910>>...21