Lines Matching refs:xAttrList

170 				::com::sun::star::xml::sax::XAttributeList > & xAttrList,
186 ::com::sun::star::xml::sax::XAttributeList > & xAttrList, in XMLTextFrameParam_Impl()
193 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in XMLTextFrameParam_Impl()
196 const OUString& rAttrName = xAttrList->getNameByIndex( i ); in XMLTextFrameParam_Impl()
197 const OUString& rValue = xAttrList->getValueByIndex( i ); in XMLTextFrameParam_Impl()
228 ::com::sun::star::xml::sax::XAttributeList > & xAttrList,
239 const Reference< XAttributeList > & xAttrList, in XMLTextFrameContourContext_Impl()
254 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in XMLTextFrameContourContext_Impl()
257 const OUString& rAttrName = xAttrList->getNameByIndex( i ); in XMLTextFrameContourContext_Impl()
258 const OUString& rValue = xAttrList->getValueByIndex( i ); in XMLTextFrameContourContext_Impl()
474 ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
1142 const Reference< XAttributeList > & xAttrList ) in CreateChildContext()
1153 xAttrList, nType, aParamMap ); in CreateChildContext()
1175 rLocalName, xAttrList, in CreateChildContext()
1194 rLocalName, xAttrList ); in CreateChildContext()
1214 GetImport(), nPrefix, rLocalName, xAttrList, in CreateChildContext()
1412 const Reference< XAttributeList > & xAttrList, in XMLTextFrameContext()
1416 , m_xAttrList( new SvXMLAttributeList( xAttrList ) ) in XMLTextFrameContext()
1428 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in XMLTextFrameContext()
1431 const OUString& rAttrName = xAttrList->getNameByIndex( i ); in XMLTextFrameContext()
1442 OUString aStyleName = xAttrList->getValueByIndex( i ); in XMLTextFrameContext()
1460 if( XMLAnchorTypePropHdl::convert( xAttrList->getValueByIndex(i), in XMLTextFrameContext()
1529 const Reference< XAttributeList > & xAttrList ) in CreateChildContext()
1564 GetImport(), p_nPrefix, rLocalName, xAttrList, xShapes, m_xAttrList ); in CreateChildContext()
1571 …for( sal_Int16 n = 0, nAttrCount = ( xAttrList.is() ? xAttrList->getLength() : 0 ); n < nAttrCount… in CreateChildContext()
1574 …sal_uInt16 nPrefix = GetImport().GetNamespaceMap().GetKeyByAttrName( xAttrList->getNameByIndex( n… in CreateChildContext()
1578 … if( 0 == xAttrList->getValueByIndex( n ).compareToAscii( "application/vnd.sun.star.media" ) ) in CreateChildContext()
1590 GetImport(), p_nPrefix, rLocalName, xAttrList, xShapes, m_xAttrList ); in CreateChildContext()
1609 xAttrList, in CreateChildContext()
1632 xAttrList, in CreateChildContext()
1650 p_nPrefix, rLocalName, xAttrList, xPropSet ); in CreateChildContext()
1701 xAttrList, xPropSet, sal_False ); in CreateChildContext()
1707 xAttrList, xPropSet, sal_True ); in CreateChildContext()
1735 pContext = m_xImplContext->CreateChildContext( p_nPrefix, rLocalName, xAttrList ); in CreateChildContext()
1741 &m_xImplContext, p_nPrefix, rLocalName, xAttrList ); in CreateChildContext()