Home
last modified time | relevance | path

Searched refs:m_aAttributes (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx2702 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()
H A Dpdfwriter_impl.hxx528 PDFStructAttributes m_aAttributes; member
/trunk/main/sdext/source/pdfimport/sax/
H A Dsaxattrlist.cxx34 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()
H A Dsaxattrlist.hxx50 std::vector< AttrEntry > m_aAttributes; member in pdfi::SaxAttrList
/trunk/main/filter/source/xsltfilter/
H A Duof2merge.cxx81 ::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()

Completed in 80 milliseconds