|
| Id | writerfilter::rtftok::getParagraphBorder (sal_uInt32 nIndex) |
| |
| void | writerfilter::rtftok::putNestedAttribute (RTFSprms &rSprms, Id nParent, Id nId, const RTFValue::Pointer_t &pValue, RTFOverwrite eOverwrite, bool bAttribute) |
| |
| void | writerfilter::rtftok::putNestedSprm (RTFSprms &rSprms, Id nParent, Id nId, const RTFValue::Pointer_t &pValue, RTFOverwrite eOverwrite) |
| |
| RTFValue::Pointer_t | writerfilter::rtftok::getNestedAttribute (RTFSprms &rSprms, Id nParent, Id nId) |
| | Looks up the nParent then the nested nId attribute in rSprms. More...
|
| |
| RTFValue::Pointer_t | writerfilter::rtftok::getNestedSprm (RTFSprms &rSprms, Id nParent, Id nId) |
| | Looks up the nParent then the nested nId sprm in rSprms. More...
|
| |
| bool | writerfilter::rtftok::eraseNestedAttribute (RTFSprms &rSprms, Id nParent, Id nId) |
| |
| RTFSprms & | writerfilter::rtftok::getLastAttributes (RTFSprms &rSprms, Id nId) |
| |
| void | writerfilter::rtftok::putBorderProperty (RTFStack &aStates, Id nId, const RTFValue::Pointer_t &pValue) |
| |
| OString | writerfilter::rtftok::DTTM22OString (tools::Long nDTTM) |
| |
| static RTFSprms | writerfilter::rtftok::lcl_getBookmarkProperties (int nPos, const OUString &rString) |
| |
| const char * | writerfilter::rtftok::keywordToString (RTFKeyword nKeyword) |
| |
| static util::DateTime | writerfilter::rtftok::lcl_getDateTime (RTFParserState const &aState) |
| |
| static void | writerfilter::rtftok::lcl_DestinationToMath (OUStringBuffer *pDestinationText, oox::formulaimport::XmlStreamBuilder &rMathBuffer, bool &rMathNor) |
| |
| static void | writerfilter::rtftok::lcl_copyFlatten (RTFReferenceProperties &rProps, RTFSprms &rStyleAttributes, RTFSprms &rStyleSprms) |
| | Copy rProps to rStyleAttributes and rStyleSprms, but in case of nested sprms, copy their children as toplevel sprms/attributes. More...
|
| |
| bool | writerfilter::rtftok::findPropertyName (const std::vector< beans::PropertyValue > &rProperties, const OUString &rName) |
| |
| static bool | writerfilter::rtftok::lcl_containsProperty (const uno::Sequence< beans::Property > &rProperties, std::u16string_view rName) |
| |
| static auto | writerfilter::rtftok::FilterControlChars (Destination const destination, OUString const &rString) -> OUString |
| |