Lines Matching refs:xAttribs
191 const ::rtl::OUString& aName, const Reference< XAttributeList > &xAttribs ) in startElement()
237 for ( sal_Int16 n = 0; n < xAttribs->getLength(); n++ ) in startElement()
239 pImageEntry = m_aImageMap.find( xAttribs->getNameByIndex( n ) ); in startElement()
246 m_pImages->aURL = xAttribs->getValueByIndex( n ); in startElement()
252 ::rtl::OUString aColor = xAttribs->getValueByIndex( n ); in startElement()
269 m_pImages->aMaskURL = xAttribs->getValueByIndex( n ); in startElement()
275 sal_Int32 nHashCode = xAttribs->getValueByIndex( n ).hashCode(); in startElement()
294 m_pImages->aHighContrastURL = xAttribs->getValueByIndex( n ); in startElement()
300 m_pImages->aHighContrastMaskURL = xAttribs->getValueByIndex( n ); in startElement()
345 for ( sal_Int16 n = 0; n < xAttribs->getLength(); n++ ) in startElement()
347 pImageEntry = m_aImageMap.find( xAttribs->getNameByIndex( n ) ); in startElement()
354 pItem->aCommandURL = xAttribs->getValueByIndex( n ); in startElement()
360 pItem->nIndex = xAttribs->getValueByIndex( n ).toInt32(); in startElement()
460 for ( sal_Int16 n = 0; n < xAttribs->getLength(); n++ ) in startElement()
462 pImageEntry = m_aImageMap.find( xAttribs->getNameByIndex( n ) ); in startElement()
469 pItem->aCommandURL = xAttribs->getValueByIndex( n ); in startElement()
475 pItem->aURL = xAttribs->getValueByIndex( n ); in startElement()