Lines Matching refs:xAttrList
91 … nPrfx, const OUString& rLName, const uno::Reference< XAttributeList >& xAttrList, SvxXMLTableImpo…
95 …al_uInt16 nPrefix, const OUString& rLocalName, const uno::Reference< XAttributeList >& xAttrList );
100 …fx, const OUString& rLocalName, const uno::Reference< XAttributeList >& xAttrList, Any& rAny, OUSt…
101 …fx, const OUString& rLocalName, const uno::Reference< XAttributeList >& xAttrList, Any& rAny, OUSt…
102 …fx, const OUString& rLocalName, const uno::Reference< XAttributeList >& xAttrList, Any& rAny, OUSt…
103 …fx, const OUString& rLocalName, const uno::Reference< XAttributeList >& xAttrList, Any& rAny, OUSt…
104 …fx, const OUString& rLocalName, const uno::Reference< XAttributeList >& xAttrList, Any& rAny, OUSt…
105 …fx, const OUString& rLocalName, const uno::Reference< XAttributeList >& xAttrList, Any& rAny, OUSt…
129 uno::Reference< XAttributeList > xAttrList( rAttrList ); in CreateChildContext() local
135 xAttrList = pAttrList; in CreateChildContext()
136 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in CreateChildContext()
139 const OUString& rAttrName = xAttrList->getNameByIndex( i ); in CreateChildContext()
148 const OUString rValue = xAttrList->getValueByIndex( i ); in CreateChildContext()
160 const OUString rValue = xAttrList->getValueByIndex( i ); in CreateChildContext()
181 importColor( nPrefix, rLocalName, xAttrList, aAny, aName ); in CreateChildContext()
184 importMarker( nPrefix, rLocalName, xAttrList, aAny, aName ); in CreateChildContext()
187 importDash( nPrefix, rLocalName, xAttrList, aAny, aName ); in CreateChildContext()
190 importHatch( nPrefix, rLocalName, xAttrList, aAny, aName ); in CreateChildContext()
193 importGradient( nPrefix, rLocalName, xAttrList, aAny, aName ); in CreateChildContext()
196 importBitmap( nPrefix, rLocalName, xAttrList, aAny, aName ); in CreateChildContext()
222 …fx, const OUString& rLocalName, const uno::Reference< XAttributeList >& xAttrList, Any& rAny, OUSt… in importColor() argument
227 const sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in importColor()
230 const OUString& rFullAttrName = xAttrList->getNameByIndex( i ); in importColor()
239 rName = xAttrList->getValueByIndex( i ); in importColor()
244 SvXMLUnitConverter::convertColor(aColor, xAttrList->getValueByIndex( i )); in importColor()
251 …fx, const OUString& rLocalName, const uno::Reference< XAttributeList >& xAttrList, Any& rAny, OUSt… in importMarker() argument
259 aMarkerStyle.importXML( xAttrList, rAny, rName ); in importMarker()
267 …fx, const OUString& rLocalName, const uno::Reference< XAttributeList >& xAttrList, Any& rAny, OUSt… in importDash() argument
275 aDashStyle.importXML( xAttrList, rAny, rName ); in importDash()
283 …fx, const OUString& rLocalName, const uno::Reference< XAttributeList >& xAttrList, Any& rAny, OUSt… in importHatch() argument
291 aHatchStyle.importXML( xAttrList, rAny, rName ); in importHatch()
299 …fx, const OUString& rLocalName, const uno::Reference< XAttributeList >& xAttrList, Any& rAny, OUSt… in importGradient() argument
307 aGradientStyle.importXML( xAttrList, rAny, rName ); in importGradient()
315 …fx, const OUString& rLocalName, const uno::Reference< XAttributeList >& xAttrList, Any& rAny, OUSt… in importBitmap() argument
323 aImageStyle.importXML( xAttrList, rAny, rName, GetImport() ); in importBitmap()
442 …sal_uInt16 nPrefix, const OUString& rLocalName, const uno::Reference< XAttributeList >& xAttrList ) in CreateContext() argument
453 …return new SvxXMLTableImportContext( *this, nPrefix, rLocalName, xAttrList, stice_color, mrTable, … in CreateContext()
458 …return new SvxXMLTableImportContext( *this, nPrefix, rLocalName, xAttrList, stice_marker, mrTable,… in CreateContext()
463 …return new SvxXMLTableImportContext( *this, nPrefix, rLocalName, xAttrList, stice_dash, mrTable, b… in CreateContext()
468 …return new SvxXMLTableImportContext( *this, nPrefix, rLocalName, xAttrList, stice_hatch, mrTable, … in CreateContext()
473 …return new SvxXMLTableImportContext( *this, nPrefix, rLocalName, xAttrList, stice_gradient, mrTabl… in CreateContext()
478 …return new SvxXMLTableImportContext( *this, nPrefix, rLocalName, xAttrList, stice_bitmap, mrTable,… in CreateContext()