Searched refs:m_aAttributes (Results 1 – 5 of 5) sorted by relevance
34 m_aAttributes.reserve(rMap.size()); in SaxAttrList()40 m_aIndexMap[ it->first ] = m_aAttributes.size(); in SaxAttrList()41 m_aAttributes.push_back( AttrEntry( it->first, it->second ) ); in SaxAttrList()47 m_aAttributes( rClone.m_aAttributes ), in SaxAttrList()66 return sal_Int16(m_aAttributes.size()); in getLength()70 …return (i_nIndex < sal_Int16(m_aAttributes.size())) ? m_aAttributes[i_nIndex].m_aName : rtl::OUStr… in getNameByIndex()75 return (i_nIndex < sal_Int16(m_aAttributes.size())) ? getCDATAString() : rtl::OUString(); in getTypeByIndex()85 …return (i_nIndex < sal_Int16(m_aAttributes.size())) ? m_aAttributes[i_nIndex].m_aValue : rtl::OUSt… in getValueByIndex()91 return (it != m_aIndexMap.end()) ? m_aAttributes[it->second].m_aValue : rtl::OUString(); in getValueByName()
50 std::vector< AttrEntry > m_aAttributes; member in pdfi::SaxAttrList
81 ::std::vector< UOF2Attribute > m_aAttributes;95 m_aAttributes.push_back(rAttribute); in addAttribute()100 return static_cast< sal_Int16 >(m_aAttributes.size()); in getLength()105 return m_aAttributes[i].m_sName; in getNameByIndex()110 return m_aAttributes[i].m_sType; in getTypeByIndex()115 ::std::vector< UOF2AttributeList::UOF2Attribute >::const_iterator aIter = m_aAttributes.begin(); in getTypeByName()116 ::std::vector< UOF2AttributeList::UOF2Attribute >::const_iterator aEnd = m_aAttributes.end(); in getTypeByName()129 return m_aAttributes[i].m_sValue; in getValueByIndex()134 ::std::vector< UOF2AttributeList::UOF2Attribute >::const_iterator aIter = m_aAttributes.begin(); in getValueByName()135 ::std::vector< UOF2AttributeList::UOF2Attribute >::const_iterator aEnd = m_aAttributes.end(); in getValueByName()
528 PDFStructAttributes m_aAttributes; member
2702 for( PDFStructAttributes::const_iterator it = i_rEle.m_aAttributes.begin(); in emitStructureAttributes()2703 it != i_rEle.m_aAttributes.end(); ++it ) in emitStructureAttributes()2915 if( ! rEle.m_aBBox.IsEmpty() || rEle.m_aAttributes.size() ) in emitStructure()11614 … m_aStructure[ m_nCurrentStructElement ].m_aAttributes[ eAttr ] = PDFStructureAttribute( eVal ); in setStructureAttribute()11748 … m_aStructure[ m_nCurrentStructElement ].m_aAttributes[ eAttr ] = PDFStructureAttribute( nValue ); in setStructureAttributeNumerical()
Completed in 86 milliseconds