Lines Matching refs:xAttrList
74 const Reference< XAttributeList > & xAttrList, in XMLTextMasterPageContext()
76 : SvXMLStyleContext( rImport, nPrfx, rLName, xAttrList, XML_STYLE_FAMILY_MASTER_PAGE ) in XMLTextMasterPageContext()
90 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in XMLTextMasterPageContext()
93 const OUString& rAttrName = xAttrList->getNameByIndex( i ); in XMLTextMasterPageContext()
100 sName = xAttrList->getValueByIndex( i ); in XMLTextMasterPageContext()
104 sDisplayName = xAttrList->getValueByIndex( i ); in XMLTextMasterPageContext()
108 sFollow = xAttrList->getValueByIndex( i ); in XMLTextMasterPageContext()
112 sPageMasterName = xAttrList->getValueByIndex( i ); in XMLTextMasterPageContext()
184 const Reference< XAttributeList > & xAttrList ) in CreateChildContext()
221 xAttrList, in CreateChildContext()
227 xAttrList ); in CreateChildContext()
236 const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList, in CreateHeaderFooterContext()
243 xAttrList, in CreateHeaderFooterContext()