Searched refs:AttrEntry (Results 1 – 2 of 2) sorted by relevance
42 struct AttrEntry struct in pdfi::SaxAttrList47 AttrEntry( const rtl::OUString& i_rName, const rtl::OUString& i_rValue ) in AttrEntry() argument50 std::vector< AttrEntry > m_aAttributes;
41 m_aAttributes.push_back( AttrEntry( it->first, it->second ) ); in SaxAttrList()
Completed in 64 milliseconds