Searched refs:CContentReader (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/shell/source/all/ooofilereader/ |
H A D | contentreader.cxx | 35 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()
|
/aoo41x/main/shell/inc/internal/ |
H A D | contentreader.hxx | 31 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 );
|
/aoo41x/main/shell/source/win32/shlxthandler/ooofilt/ |
H A D | ooofilt.hxx | 41 class CContentReader; 158 …CContentReader * m_pContentReader; // A content reader that retrive document cont…
|
H A D | ooofilt.cxx | 667 …m_pContentReader = new CContentReader(WStringToString(m_pwszFileName), m_pMetaInfoReader->getDefau… in Load() 748 …m_pContentReader = new CContentReader((void*)m_pStream, m_pMetaInfoReader->getDefaultLocale(), &z_… in Load()
|
Completed in 27 milliseconds