|
LibreOffice Module writerfilter (master) 1
|
#include <com/sun/star/beans/XPropertySet.hpp>#include <com/sun/star/text/RelOrientation.hpp>#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>#include <com/sun/star/xml/sax/SAXException.hpp>#include <ooxml/resourceids.hxx>#include <oox/mathml/imexport.hxx>#include <oox/token/namespaces.hxx>#include <oox/shape/ShapeFilterBase.hxx>#include <sal/log.hxx>#include <comphelper/embeddedobjectcontainer.hxx>#include <comphelper/propertyvalue.hxx>#include <cppuhelper/exc_hlp.hxx>#include <tools/globname.hxx>#include <comphelper/classids.hxx>#include <sfx2/sfxbasemodel.hxx>#include "OOXMLFastContextHandler.hxx"#include "OOXMLFactory.hxx"#include "Handler.hxx"#include <dmapper/CommentProperties.hxx>#include <dmapper/PropertyIds.hxx>#include <comphelper/propertysequence.hxx>#include <comphelper/sequenceashashmap.hxx>#include "OOXMLPropertySet.hxx"#include <dmapper/GraphicHelpers.hxx>Go to the source code of this file.
Namespaces | |
| namespace | writerfilter |
| namespace | writerfilter::ooxml |
Variables | |
| const sal_Unicode | uCR = 0xd |
| const sal_Unicode | uFtnEdnRef = 0x2 |
| const sal_Unicode | uFtnEdnSep = 0x3 |
| const sal_Unicode | uFtnSep = 0x5 |
| const sal_Unicode | uTab = 0x9 |
| const sal_Unicode | uPgNum = 0x0 |
| const sal_Unicode | uNoBreakHyphen = 0x2011 |
| const sal_Unicode | uSoftHyphen = 0xAD |
| const sal_uInt8 | cFtnEdnCont = 0x4 |
| const sal_uInt8 cFtnEdnCont = 0x4 |
Definition at line 54 of file OOXMLFastContextHandler.cxx.
Referenced by writerfilter::ooxml::OOXMLFastContextHandler::ftnedncont().
| const sal_Unicode uCR = 0xd |
Definition at line 45 of file OOXMLFastContextHandler.cxx.
Referenced by writerfilter::ooxml::OOXMLFastContextHandler::cr(), writerfilter::ooxml::OOXMLFastContextHandler::endOfParagraph(), and writerfilter::ooxml::OOXMLFastContextHandlerTextTableRow::endRow().
| const sal_Unicode uFtnEdnRef = 0x2 |
Definition at line 46 of file OOXMLFastContextHandler.cxx.
Referenced by writerfilter::ooxml::OOXMLFastContextHandler::ftnednref().
| const sal_Unicode uFtnEdnSep = 0x3 |
Definition at line 47 of file OOXMLFastContextHandler.cxx.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchSymbol(), and writerfilter::ooxml::OOXMLFastContextHandler::ftnednsep().
| const sal_Unicode uFtnSep = 0x5 |
Definition at line 48 of file OOXMLFastContextHandler.cxx.
Referenced by writerfilter::ooxml::OOXMLFastContextHandler::startCharacterGroup().
| const sal_Unicode uNoBreakHyphen = 0x2011 |
Definition at line 51 of file OOXMLFastContextHandler.cxx.
Referenced by writerfilter::ooxml::OOXMLFastContextHandler::noBreakHyphen().
| const sal_Unicode uPgNum = 0x0 |
Definition at line 50 of file OOXMLFastContextHandler.cxx.
Referenced by writerfilter::ooxml::OOXMLFastContextHandler::pgNum().
| const sal_Unicode uSoftHyphen = 0xAD |
Definition at line 52 of file OOXMLFastContextHandler.cxx.
Referenced by writerfilter::ooxml::OOXMLFastContextHandler::softHyphen().
| const sal_Unicode uTab = 0x9 |
Definition at line 49 of file OOXMLFastContextHandler.cxx.
Referenced by writerfilter::ooxml::OOXMLFastContextHandler::tab().