summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok
AgeCommit message (Expand)Author
2016-10-24loplugin:expandablemethods in writerfilter..xmlhelpNoel Grandin
2016-10-18loplugin:inlineablemethods in writerfilterNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-20fix buildNoel Grandin
2016-09-20loplugin:unusedfieldsNoel Grandin
2016-09-20tdf#84684 RTF import: fix ZOrder of child shapes inside group shapeMiklos Vajna
2016-09-19fftester: isAsciiLowerCase has a isUnicodeCodePoint assertCaolán McNamara
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-10fftester: use of deleted RTFParserStateCaolán McNamara
2016-09-07rtf: throw early on a bad nestrow tokenCaolán McNamara
2016-09-07rtf: don't skip backwards on skipping bin specified bytesCaolán McNamara
2016-09-06fftester: missing ValueLastCaolán McNamara
2016-09-06tdf#44986 RTF import: handle \trwWidthA by faking cellsMiklos Vajna
2016-08-31writerfilter: use sal_Size for offset values in RTFTokenizer::resolveParse()Miklos Vajna
2016-08-17writerfilter: fix Android buildMiklos Vajna
2016-08-17sw: use std::lround() instead of manual rounding in RTFSdrImportMiklos Vajna
2016-08-16tdf#100507 RTF import: don't set default para style to the 0th char styleMiklos Vajna
2016-08-04tdf#78506 RTF import: fix handling of invalid \levelnumbersMiklos Vajna
2016-08-02fftester: guard against no drawing object property setCaolán McNamara
2016-08-01sw, writerfilter: fix indentationMiklos Vajna
2016-07-29fftester: another null DestinationTextCaolán McNamara
2016-07-29fftester: null DestinationTextCaolán McNamara
2016-07-28fftester: throw on empty stack accessCaolán McNamara
2016-07-28Related: tdf#75757 remove inheritance from std::dequeCaolán McNamara
2016-07-28fftester: empty states stackCaolán McNamara
2016-07-15writerfilter: avoid inclusion of deprecated C++ headerMiklos Vajna
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu
2016-06-16tdf#91684 RTF import: handle fFlipH and fFlipV shape propsMiklos Vajna
2016-06-15tdf#42949: clean up includes in include/filter with iwyuJorenz Paragas
2016-06-14Related: tdf#91684 RTF import: fix scaling of group shape childrenMiklos Vajna
2016-06-07tdf#50821 RTF import: fix handling of \trpaddf{b,l,r,t}Miklos Vajna
2016-06-06writerfilter: fix excessive whitespaceMiklos Vajna
2016-06-06Convert RunType to scoped enumNoel Grandin
2016-05-25tdf#74795 RTF import: handle row-level default cell marginsMiklos Vajna
2016-05-23writerfilter: use auto where it improves code readabilityMiklos Vajna
2016-05-20writerfilter: use '= default;'Miklos Vajna
2016-05-18tdf#82073 RTF import: handle \clcbpatrawMiklos Vajna
2016-05-17sw, writerfilter: indentation fixesMiklos Vajna
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-10tdf#96275 RTF import: fix anchor of shapes inside tablesMiklos Vajna
2016-05-10rtf: m_aStates can be empty in the inner conditionCaolán McNamara
2016-05-09writerfilter: extract dispatch{destination,flag,symbol,value} from rtfdocimplMiklos Vajna
2016-05-06writerfilter: replace 's_m_' prefixes with just 's_'Miklos Vajna
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-05-03tdf#95707 RTF import: handle device-independent bitmapsMiklos Vajna
2016-04-28Related: tdf#65642 RTF filter: import \pgndecMiklos Vajna
2016-04-27Resolves: tdf#99498 don't overwrite trwWidth value if set on a tableCaolán McNamara