Lines Matching refs:xAttrList
75 ::com::sun::star::xml::sax::XAttributeList >& xAttrList,
84 … const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList,
94 const uno::Reference< xml::sax::XAttributeList > & xAttrList, in SdXMLDrawingPagePropertySetContext()
97 SvXMLPropertySetContext( rImport, nPrfx, rLName, xAttrList, in SdXMLDrawingPagePropertySetContext()
109 const uno::Reference< xml::sax::XAttributeList > & xAttrList, in CreateChildContext()
119 const sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in CreateChildContext()
123 …sal_uInt16 nPrefix = GetImport().GetNamespaceMap().GetKeyByAttrName(xAttrList->getNameByIndex(i), … in CreateChildContext()
127 uno::Any aAny( GetImport().GetAbsoluteReference( xAttrList->getValueByIndex(i) ) ); in CreateChildContext()
138 xAttrList, in CreateChildContext()
155 const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList,
163 …const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
179 const uno::Reference< xml::sax::XAttributeList >& xAttrList, in SdXMLDrawingPageStyleContext()
182 : XMLPropStyleContext(rImport, nPrfx, rLName, xAttrList, rStyles, nFamily ) in SdXMLDrawingPageStyleContext()
193 const uno::Reference< xml::sax::XAttributeList > & xAttrList ) in CreateChildContext()
204 rLocalName, xAttrList, in CreateChildContext()
211 xAttrList ); in CreateChildContext()
324 const uno::Reference< xml::sax::XAttributeList>& xAttrList) in SdXMLPageMasterStyleContext()
325 : SvXMLStyleContext(rImport, nPrfx, rLName, xAttrList, XML_STYLE_FAMILY_SD_PAGEMASTERSTYLECONEXT_ID… in SdXMLPageMasterStyleContext()
337 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in SdXMLPageMasterStyleContext()
340 OUString sAttrName = xAttrList->getNameByIndex(i); in SdXMLPageMasterStyleContext()
343 OUString sValue = xAttrList->getValueByIndex(i); in SdXMLPageMasterStyleContext()
405 const uno::Reference< xml::sax::XAttributeList>& xAttrList) in SdXMLPageMasterContext()
406 : SvXMLStyleContext(rImport, nPrfx, rLName, xAttrList, XML_STYLE_FAMILY_SD_PAGEMASTERCONEXT_ID), in SdXMLPageMasterContext()
412 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in SdXMLPageMasterContext()
415 OUString sAttrName = xAttrList->getNameByIndex(i); in SdXMLPageMasterContext()
418 OUString sValue = xAttrList->getValueByIndex(i); in SdXMLPageMasterContext()
449 const uno::Reference< xml::sax::XAttributeList >& xAttrList ) in CreateChildContext()
455 pContext = new SdXMLPageMasterStyleContext(GetSdImport(), nPrefix, rLocalName, xAttrList); in CreateChildContext()
468 pContext = SvXMLStyleContext::CreateChildContext(nPrefix, rLocalName, xAttrList); in CreateChildContext()
482 const uno::Reference< xml::sax::XAttributeList >& xAttrList) in SdXMLPresentationPageLayoutContext()
483 : SvXMLStyleContext(rImport, nPrfx, rLName, xAttrList, XML_STYLE_FAMILY_SD_PRESENTATIONPAGELAYOUT_I… in SdXMLPresentationPageLayoutContext()
489 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in SdXMLPresentationPageLayoutContext()
492 const OUString& rAttrName = xAttrList->getNameByIndex( i ); in SdXMLPresentationPageLayoutContext()
498 msName = xAttrList->getValueByIndex( i ); in SdXMLPresentationPageLayoutContext()
510 const uno::Reference< xml::sax::XAttributeList >& xAttrList ) in CreateChildContext()
518 GetSdImport(), nPrefix, rLocalName, xAttrList); in CreateChildContext()
530 pContext = SvXMLStyleContext::CreateChildContext(nPrefix, rLocalName, xAttrList); in CreateChildContext()
768 const uno::Reference< xml::sax::XAttributeList>& xAttrList) in SdXMLPresentationPlaceholderContext()
775 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in SdXMLPresentationPlaceholderContext()
778 OUString sAttrName = xAttrList->getNameByIndex(i); in SdXMLPresentationPlaceholderContext()
781 OUString sValue = xAttrList->getValueByIndex(i); in SdXMLPresentationPlaceholderContext()
830 const uno::Reference< xml::sax::XAttributeList>& xAttrList, in SdXMLMasterPageContext()
832 : SdXMLGenericPageContext( rImport, nPrfx, rLName, xAttrList, rShapes ) in SdXMLMasterPageContext()
836 const sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in SdXMLMasterPageContext()
839 OUString sAttrName = xAttrList->getNameByIndex( i ); in SdXMLMasterPageContext()
842 OUString sValue = xAttrList->getValueByIndex( i ); in SdXMLMasterPageContext()
945 const uno::Reference< xml::sax::XAttributeList>& xAttrList ) in CreateChildContext()
959 GetSdImport(), nPrefix, rLocalName, xAttrList, in CreateChildContext()
987 pContext = new SdXMLNotesContext( GetSdImport(), nPrefix, rLocalName, xAttrList, xNewShapes); in CreateChildContext()
997 pContext = SdXMLGenericPageContext::CreateChildContext(nPrefix, rLocalName, xAttrList); in CreateChildContext()
1011 const uno::Reference< xml::sax::XAttributeList >& xAttrList, in SdXMLStylesContext()
1013 : SvXMLStylesContext(rImport, nPrfx, rLName, xAttrList), in SdXMLStylesContext()
1040 const uno::Reference< xml::sax::XAttributeList >& xAttrList) in CreateStyleChildContext()
1050 pContext = new SdXMLPageMasterContext(GetSdImport(), nPrefix, rLocalName, xAttrList); in CreateStyleChildContext()
1056 pContext = new SdXMLPresentationPageLayoutContext(GetSdImport(), nPrefix, rLocalName, xAttrList); in CreateStyleChildContext()
1070 …Context( GetSdImport(), nPrefix, rLocalName, mpNumFmtHelper->getData(), nToken, xAttrList, *this ); in CreateStyleChildContext()
1079 mpNumFmtHelper->getData(), nToken, xAttrList, *this ); in CreateStyleChildContext()
1090 pContext = new SdXMLHeaderFooterDeclContext( GetImport(), nPrefix, rLocalName, xAttrList ); in CreateStyleChildContext()
1096 …tShapeImport()->GetShapeTableImport()->CreateTableTemplateContext(nPrefix, rLocalName, xAttrList ); in CreateStyleChildContext()
1101 pContext = SvXMLStylesContext::CreateStyleChildContext(nPrefix, rLocalName, xAttrList); in CreateStyleChildContext()
1112 const uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList) in CreateStyleStyleChildContext()
1119 …pContext = new SdXMLDrawingPageStyleContext(GetSdImport(), nPrefix, rLocalName, xAttrList, *this ); in CreateStyleStyleChildContext()
1124 …pContext = new XMLShapeStyleContext( GetSdImport(), nPrefix, rLocalName, xAttrList, *this, nFamily… in CreateStyleStyleChildContext()
1130 …ontext = SvXMLStylesContext::CreateStyleStyleChildContext(nFamily, nPrefix, rLocalName, xAttrList); in CreateStyleStyleChildContext()
1141 const Reference< XAttributeList > & xAttrList ) in CreateDefaultStyleStyleChildContext()
1148 pContext = new XMLGraphicsDefaultStyle(GetSdImport(), nPrefix, rLocalName, xAttrList, *this ); in CreateDefaultStyleStyleChildContext()
1154 …= SvXMLStylesContext::CreateDefaultStyleStyleChildContext(nFamily, nPrefix, rLocalName, xAttrList); in CreateDefaultStyleStyleChildContext()
1557 const uno::Reference< xml::sax::XAttributeList >& xAttrList) in CreateChildContext()
1590 nPrefix, rLocalName, xAttrList, xNewShapes); in CreateChildContext()
1611 nPrefix, rLocalName, xAttrList, xHandoutPage); in CreateChildContext()
1617 pContext = new SdXMLLayerSetContext( GetImport(), nPrefix, rLocalName, xAttrList ); in CreateChildContext()
1622 pContext = SvXMLImportContext::CreateChildContext(nPrefix, rLocalName, xAttrList); in CreateChildContext()
1631 const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList ) in SdXMLHeaderFooterDeclContext()
1632 : SvXMLStyleContext( rImport, nPrfx, rLName, xAttrList ) in SdXMLHeaderFooterDeclContext()
1634 const sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in SdXMLHeaderFooterDeclContext()
1638 const OUString aValue( xAttrList->getValueByIndex(i) ); in SdXMLHeaderFooterDeclContext()
1639 …sal_uInt16 nPrefix = GetImport().GetNamespaceMap().GetKeyByAttrName(xAttrList->getNameByIndex(i), … in SdXMLHeaderFooterDeclContext()