summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtftokenizer.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-09-19fftester: isAsciiLowerCase has a isUnicodeCodePoint assertCaolán McNamara1-11/+4
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-5/+5
2016-09-07rtf: don't skip backwards on skipping bin specified bytesCaolán McNamara1-1/+1
2016-08-31writerfilter: use sal_Size for offset values in RTFTokenizer::resolveParse()Miklos Vajna1-2/+2
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu1-1/+2
2016-05-23writerfilter: use auto where it improves code readabilityMiklos Vajna1-2/+2
2016-05-20writerfilter: use '= default;'Miklos Vajna1-4/+1
2016-05-06writerfilter: replace 's_m_' prefixes with just 's_'Miklos Vajna1-26/+26
2016-05-03tdf#95707 RTF import: handle device-independent bitmapsMiklos Vajna1-2/+2
2016-03-04writerfilter: prefix members of RTFTokenizerMiklos Vajna1-25/+25
2015-06-16rtf: skip binary data also in skip-group modeThorsten Behrens1-0/+6
2015-06-08Unused includesMiklos Vajna1-1/+0
2015-03-29writerfilter: turn RTFDestinationState into a C++11 scoped enumerationMiklos Vajna1-1/+1
2015-02-08writerfilter: make sure that these headers are self-containedMiklos Vajna1-1/+1
2014-12-24writerfilter: turn RTFInternalState into a C++11 scoped enumerationMiklos Vajna1-3/+3
2014-12-23writerfilter: turn RTFError into a C++11 scoped enumerationMiklos Vajna1-28/+28
2014-11-02unused includes in RTF filter and related filesMiklos Vajna1-3/+0
2014-10-16writerfilter: check for DEBUG_DOMAINMAPPER, not OSL_DEBUG_LEVEL explicitlyMiklos Vajna1-2/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-8/+0
2014-04-27writerfilter: fix indentation in rtftokenizerMiklos Vajna1-97/+100
2014-04-13RTFTokenizer::resolveParse: use SvStream::remainingSize()Miklos Vajna1-3/+1
2014-03-15rtftok: add static array that maps between rtf and ooxml math tokensMiklos Vajna1-0/+18
2014-02-25writerfilter: fix typo in SAL_INFO log area (and put this in an ifdef)Michael Stahl1-2/+4
2014-02-24harmonize Tell() Seek() type.Norbert Thiebaud1-3/+3
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-5/+5
2013-07-05RTFTokenizer: remember start pos of current groupMiklos Vajna1-1/+8
2013-07-05RTF import: extract RTFListener out of RTFDocumentImplMiklos Vajna1-1/+4
2013-06-26Kill RTFDocumentImpl::getState()Miklos Vajna1-4/+4
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+0
2013-03-29ResMgr with LanguageTagEike Rathke1-1/+1
2012-12-07remove bogus assert and add emacs modelines.Michael Meeks1-0/+1
2012-11-23writerfilter: sort RTF keywords only once in RTFTokenizerMiklos Vajna1-2/+9
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+1
2012-10-23-Werror=maybe-uninitializedStephan Bergmann1-2/+2
2012-10-23fdo#51145 give better error message on import invalid RTFMiklos Vajna1-2/+16
2012-08-28Move group handling from RTFDocumentImpl to RTFTokenizerMiklos Vajna1-7/+23
2012-08-13drop unnecessary RTFDocumentImpl::isEmptyMiklos Vajna1-2/+2
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-1/+1
2012-04-21rtftok: try to make tinderboxes happyMiklos Vajna1-1/+2
2012-04-21fdo#44736 speed up RTF import a bit by sorting keywordsMiklos Vajna1-14/+14
2012-04-15fdo#39053 writerfilter: implement RTF_BINMiklos Vajna1-1/+3
2012-04-14Resolves: fdo#48640 handle various busted rtf docs without hangingCaolán McNamara1-0/+10
2012-01-11Fix MacOSX buildAugust Sodora1-2/+2
2012-01-11microopt, avoid unnecessary call to Tell()Miklos Vajna1-2/+2
2012-01-11fdo#38057 implement RTF import progressbarMiklos Vajna1-2/+28
2011-12-08Writerfilter: replace OSL_TRACE(...) by SAL_INFO("writerfilter",...)Cédric Bosdonnat1-7/+7
2011-11-12Related: fdo#37498 don't try to read after the last closing braceMiklos Vajna1-2/+3