Home
last modified time | relevance | path

Searched refs:XmlTagAttributes_t (Results 1 – 14 of 14) sorted by relevance

/trunk/main/shell/source/all/ooofilereader/
H A Dautostyletag.cxx30 CAutoStyleTag::CAutoStyleTag( const XmlTagAttributes_t& attributes ): in CAutoStyleTag()
48 void CAutoStyleTag::addAttributes(const XmlTagAttributes_t& attributes) in addAttributes()
55 XmlTagAttributes_t::const_iterator iter = attributes.find(CONTENT_STYLE_STYLE_NAME); in addAttributes()
64 XmlTagAttributes_t::const_iterator iter_lan = attributes.find(CONTENT_STYLE_PROPERTIES_LANGUAGE); in addAttributes()
65 XmlTagAttributes_t::const_iterator iter_con = attributes.find(CONTENT_STYLE_PROPERTIES_COUNTRY); in addAttributes()
66XmlTagAttributes_t::const_iterator iter_lan_asain = attributes.find(CONTENT_STYLE_PROPERTIES_LANGU… in addAttributes()
67XmlTagAttributes_t::const_iterator iter_con_asain = attributes.find(CONTENT_STYLE_PROPERTIES_COUNT… in addAttributes()
H A Dsimpletag.hxx39 CSimpleTag( const XmlTagAttributes_t& attributes ):m_SimpleAttributes(attributes){}; in CSimpleTag()
44 virtual void addAttributes(const XmlTagAttributes_t& attributes);
51 XmlTagAttributes_t m_SimpleAttributes;
H A Dautostyletag.hxx45 CAutoStyleTag( const XmlTagAttributes_t& attributes );
50 virtual void addAttributes(const XmlTagAttributes_t& attributes);
H A Dcontentreader.cxx92 ITag* CContentReader::chooseTagReader( const std::wstring& tag_name, const XmlTagAttributes_t& XmlA… in chooseTagReader()
178 const XmlTagAttributes_t& attributes) in start_element()
H A Dmetainforeader.cxx208 ITag* CMetaInfoReader::chooseTagReader( const std::wstring& tag_name, const XmlTagAttributes_t& Xml… in chooseTagReader()
261 const XmlTagAttributes_t& attributes) in start_element()
H A Ditag.hxx43 virtual void addAttributes(const XmlTagAttributes_t& attributes) = 0;
H A Ddummytag.hxx45 virtual void addAttributes(const XmlTagAttributes_t& /*attributes*/){}; in addAttributes() argument
H A Dkeywordstag.hxx41 virtual void addAttributes(const XmlTagAttributes_t& attributes);
H A Dsimpletag.cxx45 void CSimpleTag::addAttributes(const XmlTagAttributes_t& attributes ) in addAttributes()
H A Dkeywordstag.cxx45 void CKeywordsTag::addAttributes(const XmlTagAttributes_t& /*attributes*/) in addAttributes() argument
/trunk/main/shell/inc/internal/
H A Dtypes.hxx56 typedef std::map<Name_t, Value_t> XmlTagAttributes_t; typedef
57 typedef std::pair<Characters_t, XmlTagAttributes_t> XmlTag_t;
60 const XmlTag_t EMPTY_XML_TAG = std::make_pair(std::wstring(), XmlTagAttributes_t());
H A Dcontentreader.hxx63 const XmlTagAttributes_t& attributes);
91 const std::wstring& tag_name, const XmlTagAttributes_t& XmlAttributes );
H A Dmetainforeader.hxx95 const XmlTagAttributes_t& attributes);
123 const std::wstring& tag_name, const XmlTagAttributes_t& XmlAttributes );
H A Dbasereader.hxx55 const XmlTagAttributes_t& attributes) = 0;

Completed in 48 milliseconds