Home
last modified time | relevance | path

Searched refs:MWAWPresentationListenerInternal (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DMWAWPresentationListener.hxx49 namespace MWAWPresentationListenerInternal namespace
284 std::shared_ptr<MWAWPresentationListenerInternal::State> _pushParsingState();
290 std::shared_ptr<MWAWPresentationListenerInternal::GraphicState> m_ds;
292 std::shared_ptr<MWAWPresentationListenerInternal::State> m_ps;
294 std::vector<std::shared_ptr<MWAWPresentationListenerInternal::State> > m_psStack;
H A DMWAWPresentationListener.cxx62 namespace MWAWPresentationListenerInternal namespace
209 , m_ds(new MWAWPresentationListenerInternal::GraphicState(pageList)) in MWAWPresentationListener()
210 , m_ps(new MWAWPresentationListenerInternal::State) in MWAWPresentationListener()
477 *m_ds=MWAWPresentationListenerInternal::GraphicState(std::vector<MWAWPageSpan>()); in endDocument()
1698 std::shared_ptr<MWAWPresentationListenerInternal::State> MWAWPresentationListener::_pushParsingStat… in _pushParsingState()
1702 m_ps.reset(new MWAWPresentationListenerInternal::State); in _pushParsingState()