|
LibreOffice Module writerfilter (master) 1
|
#include "rtfsprm.hxx"#include <ooxml/resourceids.hxx>#include <ooxml/QNameToString.hxx>#include <rtl/strbuf.hxx>#include "rtfdocumentimpl.hxx"#include <algorithm>Go to the source code of this file.
Namespaces | |
| namespace | writerfilter |
| namespace | writerfilter::rtftok |
Functions | |
| static RTFValue::Pointer_t | writerfilter::rtftok::getDefaultSPRM (Id const id, Id nStyleType) |
| static bool | writerfilter::rtftok::isSPRMDeduplicateDenylist (Id nId, RTFSprms *pDirect) |
| Is it problematic to deduplicate this SPRM? More... | |
| static bool | writerfilter::rtftok::isSPRMChildrenExpected (Id nId) |
| Should this SPRM be removed if all its children are removed? More... | |
| static void | writerfilter::rtftok::cloneAndDeduplicateSprm (std::pair< Id, RTFValue::Pointer_t > const &rSprm, RTFSprms &ret, Id nStyleType, RTFSprms *pDirect=nullptr) |
| Does the clone / deduplication of a single sprm. More... | |
| static RTFValue::Pointer_t | writerfilter::rtftok::getListLevel (const RTFValue::Pointer_t &pAbstract, int nLevel) |
| Extracts the list level matching nLevel from pAbstract. More... | |
|
private |
Definition at line 60 of file rtfsprm.cxx.