Home
last modified time | relevance | path

Searched refs:XmlAttributes (Results 1 – 4 of 4) sorted by relevance

/trunk/main/shell/source/all/ooofilereader/
H A Dcontentreader.cxx92 …entReader::chooseTagReader( const std::wstring& tag_name, const XmlTagAttributes_t& XmlAttributes ) in chooseTagReader() argument
98 return new CSimpleTag(XmlAttributes); in chooseTagReader()
102 if ( XmlAttributes.find(CONTENT_STYLE_STYLE_NAME) != XmlAttributes.end()) in chooseTagReader()
103 return new CAutoStyleTag(XmlAttributes); in chooseTagReader()
113 pTagBuilder->addAttributes( XmlAttributes ); in chooseTagReader()
H A Dmetainforeader.cxx208 …nfoReader::chooseTagReader( const std::wstring& tag_name, const XmlTagAttributes_t& XmlAttributes ) in chooseTagReader() argument
212 m_AllMetaInfo[META_INFO_KEYWORDS].second = XmlAttributes; in chooseTagReader()
219 m_AllMetaInfo[tag_name].second = XmlAttributes; in chooseTagReader()
/trunk/main/shell/inc/internal/
H A Dcontentreader.hxx91 const std::wstring& tag_name, const XmlTagAttributes_t& XmlAttributes );
H A Dmetainforeader.hxx123 const std::wstring& tag_name, const XmlTagAttributes_t& XmlAttributes );

Completed in 23 milliseconds