#include <ie_exp_OpenWriter.h>
Public Member Functions | |
| OO_ListenerImpl () | |
| virtual | ~OO_ListenerImpl () |
| virtual void | insertText (const UT_UCSChar *data, UT_uint32 length)=0 |
| virtual void | openBlock (const std::string &styleAtts, const std::string &styleProps, const std::string &font, bool bIsHeading=false)=0 |
| virtual void | closeBlock ()=0 |
| virtual void | openSpan (const std::string &props, const std::string &font)=0 |
| virtual void | closeSpan ()=0 |
| virtual void | openHyperlink (const PP_AttrProp *pAP)=0 |
| virtual void | closeHyperlink ()=0 |
| OO_ListenerImpl::OO_ListenerImpl | ( | ) | [inline] |
| virtual OO_ListenerImpl::~OO_ListenerImpl | ( | ) | [inline, virtual] |
| virtual void OO_ListenerImpl::closeBlock | ( | ) | [pure virtual] |
Implemented in OO_AccumulatorImpl, and OO_WriterImpl.
Referenced by OO_Listener::_closeBlock().
| virtual void OO_ListenerImpl::closeHyperlink | ( | ) | [pure virtual] |
Implemented in OO_AccumulatorImpl, and OO_WriterImpl.
Referenced by OO_Listener::_closeHyperlink().
| virtual void OO_ListenerImpl::closeSpan | ( | ) | [pure virtual] |
Implemented in OO_AccumulatorImpl, and OO_WriterImpl.
Referenced by OO_Listener::_closeSpan().
| virtual void OO_ListenerImpl::insertText | ( | const UT_UCSChar * | data, | |
| UT_uint32 | length | |||
| ) | [pure virtual] |
Implemented in OO_AccumulatorImpl, and OO_WriterImpl.
Referenced by OO_Listener::populate().
| virtual void OO_ListenerImpl::openBlock | ( | const std::string & | styleAtts, | |
| const std::string & | styleProps, | |||
| const std::string & | font, | |||
| bool | bIsHeading = false | |||
| ) | [pure virtual] |
Implemented in OO_AccumulatorImpl, and OO_WriterImpl.
Referenced by OO_Listener::_openBlock().
| virtual void OO_ListenerImpl::openHyperlink | ( | const PP_AttrProp * | pAP | ) | [pure virtual] |
Implemented in OO_AccumulatorImpl, and OO_WriterImpl.
Referenced by OO_Listener::_openHyperlink().
| virtual void OO_ListenerImpl::openSpan | ( | const std::string & | props, | |
| const std::string & | font | |||
| ) | [pure virtual] |
Implemented in OO_AccumulatorImpl, and OO_WriterImpl.
Referenced by OO_Listener::_openSpan().
1.7.1