Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/shell/source/win32/ooofilereader/
H A Dcontentreader.cxx29 CContentReader::CContentReader( const Filepath_t& DocumentName, LocaleSet_t const & DocumentLocale … in CContentReader() function in CContentReader
47 CContentReader::CContentReader( StreamInterface* stream, LocaleSet_t const & DocumentLocale ) : in CContentReader() function in CContentReader
69 CContentReader::~CContentReader() in ~CContentReader()
78 ITag* CContentReader::chooseTagReader( const std::wstring& tag_name, const XmlTagAttributes_t& XmlA… in chooseTagReader()
109 ::std::wstring CContentReader::getCurrentContentStyle() in getCurrentContentStyle()
119 void CContentReader::addChunk( LocaleSet_t const & Locale, Content_t const & Content ) in addChunk()
141 LocaleSet_t const & CContentReader::getLocale( const StyleName_t& Style ) in getLocale()
161 void CContentReader::start_element( in start_element()
178 void CContentReader::end_element(const string_t& /*raw_name*/, const string_t& local_name) in end_element()
207 void CContentReader::characters( const string_t& character ) in characters()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/source/win32/ooofilereader/
H A Dcontentreader.cxx29 CContentReader::CContentReader( const Filepath_t& DocumentName, LocaleSet_t const & DocumentLocale … in CContentReader() function in CContentReader
47 CContentReader::CContentReader( StreamInterface* stream, LocaleSet_t const & DocumentLocale ) : in CContentReader() function in CContentReader
69 CContentReader::~CContentReader() in ~CContentReader()
78 ITag* CContentReader::chooseTagReader( const std::wstring& tag_name, const XmlTagAttributes_t& XmlA… in chooseTagReader()
109 ::std::wstring CContentReader::getCurrentContentStyle() in getCurrentContentStyle()
119 void CContentReader::addChunk( LocaleSet_t const & Locale, Content_t const & Content ) in addChunk()
141 LocaleSet_t const & CContentReader::getLocale( const StyleName_t& Style ) in getLocale()
161 void CContentReader::start_element( in start_element()
178 void CContentReader::end_element(const string_t& /*raw_name*/, const string_t& local_name) in end_element()
207 void CContentReader::characters( const string_t& character ) in characters()
/dports/editors/libreoffice/libreoffice-7.2.6.2/shell/inc/
H A Dcontentreader.hxx30 class CContentReader : public CBaseReader class
33 virtual ~CContentReader() override;
35 CContentReader( const Filepath_t& DocumentName, LocaleSet_t const & DocumentLocale );
37 CContentReader( StreamInterface* stream, LocaleSet_t const & DocumentLocale );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/inc/
H A Dcontentreader.hxx30 class CContentReader : public CBaseReader class
33 virtual ~CContentReader() override;
35 CContentReader( const Filepath_t& DocumentName, LocaleSet_t const & DocumentLocale );
37 CContentReader( StreamInterface* stream, LocaleSet_t const & DocumentLocale );
/dports/editors/libreoffice/libreoffice-7.2.6.2/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.hxx31 class CContentReader;
138CContentReader * m_pContentReader; // A content reader that retrieves document co…
H A Dooofilt.cxx569 … m_pContentReader = new CContentReader(m_pwszFileName, m_pMetaInfoReader->getDefaultLocale()); in Load()
628 m_pContentReader = new CContentReader(m_pStream, m_pMetaInfoReader->getDefaultLocale()); in Load()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.hxx31 class CContentReader;
138CContentReader * m_pContentReader; // A content reader that retrieves document co…
H A Dooofilt.cxx569 … m_pContentReader = new CContentReader(m_pwszFileName, m_pMetaInfoReader->getDefaultLocale()); in Load()
628 m_pContentReader = new CContentReader(m_pStream, m_pMetaInfoReader->getDefaultLocale()); in Load()