Lines Matching refs:xAttrList

81 …xt( sal_uInt16 nPrefix, const OUString& rLocalName, const Reference< XAttributeList >& xAttrList );
110 …xt( sal_uInt16 nPrefix, const OUString& rLocalName, const Reference< XAttributeList >& xAttrList );
112 virtual void StartElement( const Reference< XAttributeList >& xAttrList );
118 …mn( sal_uInt16 nPrefix, const OUString& rLocalName, const Reference< XAttributeList >& xAttrList );
119 …ow( sal_uInt16 nPrefix, const OUString& rLocalName, const Reference< XAttributeList >& xAttrList );
120 …ll( sal_uInt16 nPrefix, const OUString& rLocalName, const Reference< XAttributeList >& xAttrList );
148 … const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList );
152 …xt( sal_uInt16 nPrefix, const OUString& rLocalName, const Reference< XAttributeList >& xAttrList );
173 … rImport, sal_uInt16 nPrfx, const OUString& rLName, const Reference< XAttributeList >& xAttrList );
175 …xt( sal_uInt16 nPrefix, const OUString& rLocalName, const Reference< XAttributeList >& xAttrList );
177 virtual void StartElement( const Reference< XAttributeList >& xAttrList );
198 …ext( sal_uInt16 nPrefix, const OUString& rLocalName, const Reference< XAttributeList >& xAttrList ) in CreateChildContext() argument
201 return mxParent->CreateChildContext( nPrefix, rLocalName, xAttrList ); in CreateChildContext()
203 return SvXMLImportContext::CreateChildContext( nPrefix, rLocalName, xAttrList ); in CreateChildContext()
240 …teContext( sal_uInt16 nPrfx, const OUString& rLName, const Reference< XAttributeList >& xAttrList ) in CreateTableTemplateContext() argument
242 return new XMLTableTemplateContext( mrImport, nPrfx, rLName, xAttrList ); in CreateTableTemplateContext()
332 …umn( sal_uInt16 nPrefix, const OUString& rLocalName, const Reference< XAttributeList >& xAttrList ) in ImportColumn() argument
341 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in ImportColumn()
344 const OUString sAttrName( xAttrList->getNameByIndex( i ) ); in ImportColumn()
345 const OUString sValue( xAttrList->getValueByIndex( i ) ); in ImportColumn()
390 return SvXMLImportContext::CreateChildContext( nPrefix, rLocalName, xAttrList); in ImportColumn()
433 …Row( sal_uInt16 nPrefix, const OUString& rLocalName, const Reference< XAttributeList >& xAttrList ) in ImportRow() argument
457 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in ImportRow()
460 const OUString sAttrName( xAttrList->getNameByIndex( i ) ); in ImportRow()
461 const OUString sValue( xAttrList->getValueByIndex( i ) ); in ImportRow()
515 …ell( sal_uInt16 nPrefix, const OUString& rLocalName, const Reference< XAttributeList >& xAttrList ) in ImportCell() argument
524 …CellImportContext( GetImport(), xCell, GetDefaultCellStyleName(), nPrefix, rLocalName, xAttrList ); in ImportCell()
545 return SvXMLImportContext::CreateChildContext( nPrefix, rLocalName, xAttrList); in ImportCell()
550 …ext( sal_uInt16 nPrefix, const OUString& rLocalName, const Reference< XAttributeList >& xAttrList ) in CreateChildContext() argument
555 return ImportColumn( nPrefix, rLocalName, xAttrList ); in CreateChildContext()
557 return ImportRow( nPrefix, rLocalName, xAttrList ); in CreateChildContext()
559 return ImportCell( nPrefix, rLocalName, xAttrList ); in CreateChildContext()
567 return SvXMLImportContext::CreateChildContext( nPrefix, rLocalName, xAttrList); in CreateChildContext()
618 …, const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList ) in XMLCellImportContext() argument
629 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in XMLCellImportContext()
632 const OUString sAttrName( xAttrList->getNameByIndex( i ) ); in XMLCellImportContext()
633 const OUString sValue( xAttrList->getValueByIndex( i ) ); in XMLCellImportContext()
696 …ext( sal_uInt16 nPrefix, const OUString& rLocalName, const Reference< XAttributeList >& xAttrList ) in CreateChildContext() argument
722 …GetImport().GetTextImport()->CreateTextChildContext( GetImport(), nPrefix, rLocalName, xAttrList ); in CreateChildContext()
728 return SvXMLImportContext::CreateChildContext( nPrefix, rLocalName, xAttrList); in CreateChildContext()
762 …& rImport, sal_uInt16 nPrfx, const OUString& rLName, const Reference< XAttributeList >& xAttrList ) in XMLTableTemplateContext() argument
763 : SvXMLStyleContext( rImport, nPrfx, rLName, xAttrList, XML_STYLE_FAMILY_TABLE_TEMPLATE_ID, sal_Fal… in XMLTableTemplateContext()
769 void XMLTableTemplateContext::StartElement( const Reference< XAttributeList >& xAttrList ) in StartElement() argument
771 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in StartElement()
775 …sal_uInt16 nAttrPrefix = GetImport().GetNamespaceMap().GetKeyByAttrName( xAttrList->getNameByIndex… in StartElement()
778 msTemplateStyleName = xAttrList->getValueByIndex( i ); in StartElement()
795 …ext( sal_uInt16 nPrefix, const OUString& rLocalName, const Reference< XAttributeList >& xAttrList ) in CreateChildContext() argument
805 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in CreateChildContext()
809 …sal_uInt16 nAttrPrefix = GetImport().GetNamespaceMap().GetKeyByAttrName( xAttrList->getNameByIndex… in CreateChildContext()
812 maTableTemplate[pElements->msStyleName] = xAttrList->getValueByIndex( i ); in CreateChildContext()
819 return SvXMLImportContext::CreateChildContext( nPrefix, rLocalName, xAttrList ); in CreateChildContext()