Lines Matching refs:xAttrList

248 … SchXMLPlotAreaContext::StartElement( const uno::Reference< xml::sax::XAttributeList >& xAttrList )  in StartElement()  argument
251 sal_Int16 nAttrCount = xAttrList.is()? xAttrList->getLength(): 0; in StartElement()
257 rtl::OUString sAttrName = xAttrList->getNameByIndex( i ); in StartElement()
259 rtl::OUString aValue = xAttrList->getValueByIndex( i ); in StartElement()
466 const uno::Reference< xml::sax::XAttributeList >& xAttrList ) in CreateChildContext()
540 pContext = maSceneImportHelper.create3DLightContext( nPrefix, rLocalName, xAttrList ); in CreateChildContext()
686 …SchXMLDataPointContext::StartElement( const uno::Reference< xml::sax::XAttributeList >& xAttrList ) in StartElement() argument
688 sal_Int16 nAttrCount = xAttrList.is()? xAttrList->getLength(): 0; in StartElement()
695 rtl::OUString sAttrName = xAttrList->getNameByIndex( i ); in StartElement()
702 sAutoStyleName = xAttrList->getValueByIndex( i ); in StartElement()
704 nRepeat = xAttrList->getValueByIndex( i ).toInt32(); in StartElement()
832 …oordinateRegionContext::StartElement( const uno::Reference< xml::sax::XAttributeList >& xAttrList ) in StartElement() argument
835 sal_Int16 nAttrCount = xAttrList.is()? xAttrList->getLength(): 0; in StartElement()
839 rtl::OUString sAttrName = xAttrList->getNameByIndex( i ); in StartElement()
841 rtl::OUString aValue = xAttrList->getValueByIndex( i ); in StartElement()
867 …SchXMLWallFloorContext::StartElement( const uno::Reference< xml::sax::XAttributeList >& xAttrList ) in StartElement() argument
871 sal_Int16 nAttrCount = xAttrList.is()? xAttrList->getLength(): 0; in StartElement()
876 rtl::OUString sAttrName = xAttrList->getNameByIndex( i ); in StartElement()
883 sAutoStyleName = xAttrList->getValueByIndex( i ); in StartElement()
930 void SchXMLStockContext::StartElement( const uno::Reference< xml::sax::XAttributeList >& xAttrList ) in StartElement() argument
934 sal_Int16 nAttrCount = xAttrList.is()? xAttrList->getLength(): 0; in StartElement()
939 rtl::OUString sAttrName = xAttrList->getNameByIndex( i ); in StartElement()
946 sAutoStyleName = xAttrList->getValueByIndex( i ); in StartElement()
1008 …tatisticsObjectContext::StartElement( const uno::Reference< xml::sax::XAttributeList >& xAttrList ) in StartElement() argument
1010 sal_Int16 nAttrCount = xAttrList.is()? xAttrList->getLength(): 0; in StartElement()
1016 rtl::OUString sAttrName = xAttrList->getNameByIndex( i ); in StartElement()
1023 sAutoStyleName = xAttrList->getValueByIndex( i ); in StartElement()
1053 const uno::Reference< xml::sax::XAttributeList >& xAttrList ) in CreateChildContext()
1065 pContext = SvXMLImportContext::CreateChildContext( nPrefix, rLocalName, xAttrList ); in CreateChildContext()
1092 … SchXMLEquationContext::StartElement( const uno::Reference< xml::sax::XAttributeList >& xAttrList ) in StartElement() argument
1095 sal_Int16 nAttrCount = xAttrList.is()? xAttrList->getLength(): 0; in StartElement()
1108 rtl::OUString sAttrName = xAttrList->getNameByIndex( i ); in StartElement()
1110 rtl::OUString aValue = xAttrList->getValueByIndex( i ); in StartElement()