Home
last modified time | relevance | path

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

/trunk/main/shell/source/all/ooofilereader/
H A Dcontentreader.cxx35 CContentReader::CContentReader( const std::string& DocumentName, LocaleSet_t const & DocumentLocale… in CContentReader() function in CContentReader
57 CContentReader::CContentReader( void* stream, LocaleSet_t const & DocumentLocale, zlib_filefunc_def… in CContentReader() function in CContentReader
83 CContentReader::~CContentReader( void ) in ~CContentReader()
92 ITag* CContentReader::chooseTagReader( const std::wstring& tag_name, const XmlTagAttributes_t& XmlA… in chooseTagReader()
123 ::std::wstring CContentReader::getCurrentContentStyle( void ) in getCurrentContentStyle()
133 void CContentReader::addChunk( LocaleSet_t const & Locale, Content_t const & Content ) in addChunk()
155 LocaleSet_t const & CContentReader::getLocale( const StyleName_t Style ) in getLocale()
175 void CContentReader::start_element( in start_element()
192 void CContentReader::end_element(const std::wstring& /*raw_name*/, const std::wstring& local_name) in end_element()
221 void CContentReader::characters( const std::wstring& character ) in characters()
/trunk/main/shell/inc/internal/
H A Dcontentreader.hxx31 class CContentReader : public CBaseReader class
34 virtual ~CContentReader();
37 CContentReader( const std::string& DocumentName, LocaleSet_t const & DocumentLocale );
39 CContentReader( void* stream, LocaleSet_t const & DocumentLocale, zlib_filefunc_def* fa );
/trunk/main/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.hxx41 class CContentReader;
158CContentReader * m_pContentReader; // A content reader that retrieves document co…
H A Dooofilt.cxx668 …m_pContentReader = new CContentReader(WStringToString(m_pwszFileName), m_pMetaInfoReader->getDefau… in Load()
749 …m_pContentReader = new CContentReader((void*)m_pStream, m_pMetaInfoReader->getDefaultLocale(), &z_… in Load()

Completed in 39 milliseconds