|
LibreOffice Module writerfilter (master) 1
|
Namespaces | |
| namespace | dmapper |
| namespace | ooxml |
| namespace | rtftok |
Classes | |
| class | BinaryObj |
| Handler for binary objects. More... | |
| struct | CommentProperties |
| A container for the extended comment properties linked to the last paragraph of a comment. More... | |
| class | LoggedProperties |
| class | LoggedResourcesHelper |
| class | LoggedStream |
| class | LoggedTable |
| class | Properties |
| Handler for properties. More... | |
| class | Reference |
| Reference to a resource that generates events and sends them to a handler. More... | |
| class | Sprm |
| An SPRM: Section, Paragraph and Run Modifier. More... | |
| class | Stream |
| Handler for a stream. More... | |
| class | Table |
| Handler for tables. More... | |
| class | TagLogger |
| class | Value |
| A value. More... | |
Typedefs | |
| typedef sal_Int32 | Token_t |
Functions | |
| static int | getNumberFormat (int nParam) |
| std::string | QNameToString (Id) |
Variables | |
| const sal_uInt8 | cFieldLock = 0x8 |
| const sal_uInt8 | cFieldStart = 0x13 |
| const sal_uInt8 | cFieldSep = 0x14 |
| const sal_uInt8 | cFieldEnd = 0x15 |
| typedef sal_Int32 writerfilter::Token_t |
Definition at line 416 of file resourcemodel.hxx.
Definition at line 36 of file rtfdispatchvalue.cxx.
References aMap, nValue, and SAL_N_ELEMENTS.
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchTableSprmValue().
| std::string writerfilter::QNameToString | ( | Id | ) |
Referenced by writerfilter::LoggedProperties::attribute(), qnametostr.ContentHandler::endDocument(), writerfilter::ooxml::OOXMLProperty::getName(), writerfilter::LoggedProperties::sprm(), writerfilter::LoggedStream::substream(), writerfilter::LoggedStream::table(), and writerfilter::rtftok::RTFSprm::toString().
| const sal_uInt8 writerfilter::cFieldEnd = 0x15 |
Definition at line 179 of file resourcemodel.hxx.
Referenced by writerfilter::rtftok::RTFDocumentImpl::afterPopState(), writerfilter::rtftok::RTFDocumentImpl::beforePopState(), writerfilter::rtftok::RTFDocumentImpl::dispatchSymbol(), writerfilter::ooxml::OOXMLFastContextHandler::endField(), and writerfilter::dmapper::DomainMapper::lcl_text().
| const sal_uInt8 writerfilter::cFieldLock = 0x8 |
Definition at line 176 of file resourcemodel.hxx.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState(), and writerfilter::ooxml::OOXMLFastContextHandler::lockField().
| const sal_uInt8 writerfilter::cFieldSep = 0x14 |
| const sal_uInt8 writerfilter::cFieldStart = 0x13 |
Definition at line 177 of file resourcemodel.hxx.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState(), writerfilter::rtftok::RTFDocumentImpl::dispatchDestination(), writerfilter::rtftok::RTFDocumentImpl::dispatchSymbol(), writerfilter::dmapper::DomainMapper::lcl_text(), and writerfilter::ooxml::OOXMLFastContextHandler::startField().