Home
last modified time | relevance | path

Searched refs:xAttrList (Results 151 – 175 of 503) sorted by relevance

12345678910>>...21

/aoo42x/main/xmloff/source/draw/
H A DXMLShapePropertySetContext.cxx50 const Reference< xml::sax::XAttributeList > & xAttrList, in XMLShapePropertySetContext()
54 SvXMLPropertySetContext( rImport, nPrfx, rLName, xAttrList, nFam, in XMLShapePropertySetContext()
87 const Reference< xml::sax::XAttributeList > & xAttrList, in CreateChildContext()
97 …BulletStyle = pContext = new SvxXMLListStyleContext( GetImport(), nPrefix, rLocalName, xAttrList ); in CreateChildContext()
108 xAttrList, in CreateChildContext()
H A DXMLGraphicsDefaultStyle.cxx57 …Int16 nPrfx, const OUString& rLName, const Reference< XAttributeList >& xAttrList, SvXMLStylesCont… in XMLGraphicsDefaultStyle() argument
58 : XMLPropStyleContext( rImport, nPrfx, rLName, xAttrList, rStyles, XML_STYLE_FAMILY_SD_GRAPHICS_ID,… in XMLGraphicsDefaultStyle()
66 …xt( sal_uInt16 nPrefix, const OUString& rLocalName, const Reference< XAttributeList > & xAttrList ) in CreateChildContext() argument
83 …pContext = new XMLShapePropertySetContext( GetImport(), nPrefix, rLocalName, xAttrList, nFamily, G… in CreateChildContext()
88 pContext = XMLPropStyleContext::CreateChildContext( nPrefix, rLocalName, xAttrList ); in CreateChildContext()
/aoo42x/main/sc/source/filter/xml/
H A DXMLCellRangeSourceContext.cxx55 const uno::Reference< xml::sax::XAttributeList >& xAttrList, in ScXMLCellRangeSourceContext()
59 if( !xAttrList.is() ) return; in ScXMLCellRangeSourceContext()
61 sal_Int16 nAttrCount = xAttrList->getLength(); in ScXMLCellRangeSourceContext()
66 const rtl::OUString& sAttrName(xAttrList->getNameByIndex( nIndex )); in ScXMLCellRangeSourceContext()
67 const OUString& sValue(xAttrList->getValueByIndex( nIndex )); in ScXMLCellRangeSourceContext()
H A Dxmlconti.cxx64 ::com::sun::star::xml::sax::XAttributeList>& xAttrList ) in CreateChildContext()
71 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in CreateChildContext()
74 const rtl::OUString& sAttrName(xAttrList->getNameByIndex( i )); in CreateChildContext()
75 const rtl::OUString& sAttrValue(xAttrList->getValueByIndex( i )); in CreateChildContext()
H A Dxmlimprt.cxx264 const uno::Reference<xml::sax::XAttributeList>& xAttrList );
269 const uno::Reference<xml::sax::XAttributeList>& xAttrList );
342 const uno::Reference< xml::sax::XAttributeList > & xAttrList );
347 const uno::Reference< xml::sax::XAttributeList > & xAttrList );
364 const uno::Reference< xml::sax::XAttributeList > & xAttrList ) in CreateChildContext()
366 return GetScImport().CreateBodyContext( rLocalName, xAttrList ); in CreateChildContext()
393 xAttrList ); in CreateChildContext()
405 rLocalName, xAttrList ); in CreateChildContext()
1612 xAttrList ); in CreateContext()
1626 xAttrList, xDPS->getDocumentProperties(), xDocBuilder); in CreateContext()
[all …]
H A DXMLDetectiveContext.hxx104 … const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList
127 … const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList,
135 … const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList
157 … const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList
164 … const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList
H A Dxmlsceni.cxx54 const uno::Reference< xml::sax::XAttributeList >& xAttrList ): in ScXMLTableScenarioContext()
65 sal_Int16 nAttrCount(xAttrList.is() ? xAttrList->getLength() : 0); in ScXMLTableScenarioContext()
69 const rtl::OUString& sAttrName(xAttrList->getNameByIndex( i )); in ScXMLTableScenarioContext()
73 const rtl::OUString& sValue(xAttrList->getValueByIndex( i )); in ScXMLTableScenarioContext()
H A DXMLTableSourceContext.cxx50 ::com::sun::star::xml::sax::XAttributeList>& xAttrList) : in ScXMLTableSourceContext()
59 sal_Int16 nAttrCount(xAttrList.is() ? xAttrList->getLength() : 0); in ScXMLTableSourceContext()
62 const rtl::OUString& sAttrName(xAttrList->getNameByIndex( i )); in ScXMLTableSourceContext()
66 const rtl::OUString& sValue(xAttrList->getValueByIndex( i )); in ScXMLTableSourceContext()
H A DXMLConsolidationContext.cxx49 const uno::Reference< xml::sax::XAttributeList >& xAttrList ) : in ScXMLConsolidationContext()
56 if( !xAttrList.is() ) return; in ScXMLConsolidationContext()
58 sal_Int16 nAttrCount = xAttrList->getLength(); in ScXMLConsolidationContext()
63 const rtl::OUString& sAttrName (xAttrList->getNameByIndex( nIndex )); in ScXMLConsolidationContext()
64 const rtl::OUString& sValue (xAttrList->getValueByIndex( nIndex )); in ScXMLConsolidationContext()
/aoo42x/main/reportdesign/source/filter/xml/
H A DxmlReportElementBase.cxx58 const Reference< XAttributeList > & xAttrList ) in CreateChildContext()
60 SvXMLImportContext *pContext = _CreateChildContext(nPrefix,rLocalName,xAttrList); in CreateChildContext()
69 const Reference< XAttributeList > & xAttrList ) in _CreateChildContext()
82 pContext = new OXMLReportElement( m_rImport, nPrefix, rLocalName,xAttrList,xReportModel); in _CreateChildContext()
88 … pContext = new OXMLControlProperty( m_rImport, nPrefix, rLocalName,xAttrList,m_xComponent.get()); in _CreateChildContext()
H A DxmlGroup.cxx206 const Reference< XAttributeList > & xAttrList ) in CreateChildContext()
217 pContext = new OXMLFunction( rImport, nPrefix, rLocalName,xAttrList,m_xGroup.get()); in CreateChildContext()
224 pContext = new OXMLSection( rImport, nPrefix, rLocalName,xAttrList,m_xGroup->getHeader()); in CreateChildContext()
229 pContext = new OXMLGroup( rImport, nPrefix, rLocalName,xAttrList); in CreateChildContext()
235 pContext = new OXMLSection( rImport, nPrefix, rLocalName,xAttrList ,m_xComponent->getDetail()); in CreateChildContext()
243 pContext = new OXMLSection( rImport, nPrefix, rLocalName,xAttrList,m_xGroup->getFooter()); in CreateChildContext()
H A DxmlRow.cxx101 const Reference< XAttributeList > & xAttrList ) in CreateChildContext()
111 pContext = new OXMLRow( rImport, nPrefix, rLocalName,xAttrList,m_pContainer); in CreateChildContext()
115 pContext = new OXMLRow( rImport, nPrefix, rLocalName,xAttrList,m_pContainer); in CreateChildContext()
119 pContext = new OXMLRow( rImport, nPrefix, rLocalName,xAttrList,m_pContainer); in CreateChildContext()
123 pContext = new OXMLRow( rImport, nPrefix, rLocalName,xAttrList,m_pContainer); in CreateChildContext()
/aoo42x/main/dbaccess/source/filter/xml/
H A DxmlDocuments.cxx106 const Reference< XAttributeList > & xAttrList ) in CreateChildContext()
115 …pContext = new OXMLTable( GetOwnImport(), nPrefix, rLocalName,xAttrList,m_xContainer,SERVICE_SDB_T… in CreateChildContext()
119 pContext = new OXMLQuery( GetOwnImport(), nPrefix, rLocalName,xAttrList,m_xContainer ); in CreateChildContext()
123 …pContext = new OXMLComponent( GetOwnImport(), nPrefix, rLocalName,xAttrList,m_xContainer,m_sCompon… in CreateChildContext()
128 …pContext = new OXMLHierarchyCollection( GetOwnImport(), nPrefix, rLocalName,xAttrList,m_xContainer… in CreateChildContext()
/aoo42x/main/xmloff/source/transform/
H A DStyleOASISTContext.cxx102 … const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList );
837 Reference< XAttributeList > xAttrList( rAttrList ); in StartElement() local
839 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in StartElement()
845 const OUString& rAttrName = xAttrList->getNameByIndex( i ); in StartElement()
858 new XMLMutableAttributeList( xAttrList ); in StartElement()
859 xAttrList = pMutableAttrList; in StartElement()
861 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in StartElement()
929 XMLPersElemContentTContext::StartElement( xAttrList ); in StartElement()
932 xAttrList ); in StartElement()
/aoo42x/main/xmloff/source/style/
H A DPageMasterImportContext.cxx68 const uno::Reference< xml::sax::XAttributeList > & xAttrList, in PageStyleContext()
71 …XMLPropStyleContext( rImport, nPrfx, rLName, xAttrList, rStyles, XML_STYLE_FAMILY_PAGE_MASTER, bDe… in PageStyleContext()
84 const uno::Reference< xml::sax::XAttributeList > & xAttrList ) in CreateChildContext()
128 xAttrList, GetProperties(), xImpPrMap, nStartIndex, nEndIndex, bHeader); in CreateChildContext()
157 rLocalName, xAttrList, in CreateChildContext()
166 xAttrList ); in CreateChildContext()
H A DMarkerStyle.cxx62 const uno::Reference< xml::sax::XAttributeList >& xAttrList, in importXML()
77 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in importXML()
80 OUString aStrFullAttrName = xAttrList->getNameByIndex( i ); in importXML()
83 OUString aStrValue = xAttrList->getValueByIndex( i ); in importXML()
H A DHatchStyle.cxx80 const uno::Reference< xml::sax::XAttributeList >& xAttrList, in importXML()
114 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in importXML()
117 const OUString& rFullAttrName = xAttrList->getNameByIndex( i ); in importXML()
120 const OUString& rStrValue = xAttrList->getValueByIndex( i ); in importXML()
/aoo42x/main/xmloff/source/chart/
H A DXMLChartStyleContext.cxx73 const uno::Reference< xml::sax::XAttributeList > & xAttrList, in XMLChartStyleContext()
76 XMLShapeStyleContext( rImport, nPrfx, rLName, xAttrList, rStyles, nFamily ), in XMLChartStyleContext()
126 const uno::Reference< xml::sax::XAttributeList > & xAttrList ) in CreateChildContext()
147 GetImport(), nPrefix, rLocalName, xAttrList, nFamily, in CreateChildContext()
154 xAttrList ); in CreateChildContext()
H A DSchXMLSeries2Context.cxx89 virtual void StartElement( const Reference< xml::sax::XAttributeList >& xAttrList );
108 …d SchXMLDomain2Context::StartElement( const uno::Reference< xml::sax::XAttributeList >& xAttrList ) in StartElement() argument
110 sal_Int16 nAttrCount = xAttrList.is()? xAttrList->getLength(): 0; in StartElement()
114 rtl::OUString sAttrName = xAttrList->getNameByIndex( i ); in StartElement()
122 mrAddresses.push_back( xAttrList->getValueByIndex( i )); in StartElement()
302 …d SchXMLSeries2Context::StartElement( const uno::Reference< xml::sax::XAttributeList >& xAttrList ) in StartElement() argument
305 sal_Int16 nAttrCount = xAttrList.is()? xAttrList->getLength(): 0; in StartElement()
314 rtl::OUString sAttrName = xAttrList->getNameByIndex( i ); in StartElement()
316 rtl::OUString aValue = xAttrList->getValueByIndex( i ); in StartElement()
H A DSchXMLLegendContext.cxx101 void SchXMLLegendContext::StartElement( const uno::Reference< xml::sax::XAttributeList >& xAttrList in StartElement() argument
130 sal_Int16 nAttrCount = xAttrList.is()? xAttrList->getLength(): 0; in StartElement()
147 rtl::OUString sAttrName = xAttrList->getNameByIndex( i ); in StartElement()
149 rtl::OUString aValue = xAttrList->getValueByIndex( i ); in StartElement()
H A DSchXMLChartContext.cxx251 void SchXMLChartContext::StartElement( const uno::Reference< xml::sax::XAttributeList >& xAttrList ) in StartElement() argument
254 sal_Int16 nAttrCount = xAttrList.is()? xAttrList->getLength(): 0; in StartElement()
271 rtl::OUString sAttrName = xAttrList->getNameByIndex( i ); in StartElement()
273 rtl::OUString aValue = xAttrList->getValueByIndex( i ); in StartElement()
1018 const uno::Reference< xml::sax::XAttributeList >& xAttrList ) in CreateChildContext()
1116 GetImport(), nPrefix, rLocalName, xAttrList, mxDrawPage ); in CreateChildContext()
1182 void SchXMLTitleContext::StartElement( const uno::Reference< xml::sax::XAttributeList >& xAttrList ) in StartElement() argument
1184 sal_Int16 nAttrCount = xAttrList.is()? xAttrList->getLength(): 0; in StartElement()
1192 rtl::OUString sAttrName = xAttrList->getNameByIndex( i ); in StartElement()
1194 rtl::OUString aValue = xAttrList->getValueByIndex( i ); in StartElement()
/aoo42x/main/xmloff/source/text/
H A DXMLIndexTabStopEntryContext.cxx73 const Reference<XAttributeList> & xAttrList) in StartElement() argument
76 sal_Int16 nLength = xAttrList->getLength(); in StartElement()
81 GetKeyByAttrName( xAttrList->getNameByIndex(nAttr), in StartElement()
83 OUString sAttr = xAttrList->getValueByIndex(nAttr); in StartElement()
125 XMLIndexSimpleEntryContext::StartElement( xAttrList ); in StartElement()
H A DXMLIndexBibliographyEntryContext.cxx114 const Reference<XAttributeList> & xAttrList) in StartElement() argument
117 sal_Int16 nLength = xAttrList->getLength(); in StartElement()
122 GetKeyByAttrName( xAttrList->getNameByIndex(nAttr), in StartElement()
128 sCharStyleName = xAttrList->getValueByIndex(nAttr); in StartElement()
135 nTmp, xAttrList->getValueByIndex(nAttr), in StartElement()
/aoo42x/main/xmloff/source/script/
H A Dxmlbasici.cxx97 Reference< xml::sax::XAttributeList > xAttrList( pAttrList ); in StartElement() local
103 if ( xAttrList->getValueByName( aAttrName ).getLength() == 0 ) in StartElement()
110 xAttrList ); in StartElement()
164 const Reference< xml::sax::XAttributeList >& xAttrList ) in StartElement()
170 xAttrList ); in StartElement()
/aoo42x/main/xmloff/inc/
H A Dtxtfldi.hxx166 ::com::sun::star::xml::sax::XAttributeList> & xAttrList);
246 ::com::sun::star::xml::sax::XAttributeList> & xAttrList);
285 ::com::sun::star::xml::sax::XAttributeList> & xAttrList);
517 ::com::sun::star::xml::sax::XAttributeList> & xAttrList );
1104 ::com::sun::star::xml::sax::XAttributeList> & xAttrList );
1151 ::com::sun::star::xml::sax::XAttributeList> & xAttrList);
1183 ::com::sun::star::xml::sax::XAttributeList> & xAttrList );
1213 ::com::sun::star::xml::sax::XAttributeList> & xAttrList);
1329 ::com::sun::star::xml::sax::XAttributeList> & xAttrList);
1393 ::com::sun::star::xml::sax::XAttributeList >& xAttrList );
[all …]

Completed in 137 milliseconds

12345678910>>...21