summaryrefslogtreecommitdiffstats
path: root/writerfilter/source/rtftok
Commit message (Expand)AuthorAgeFilesLines
* tdf#94835: crash while loading RTF with \dppolygon token fixedOliver Specht2015-10-291-0/+4
* tdf#59454 RTF import: handle section break right before a tableMiklos Vajna2015-10-261-0/+18
* loplugin:defaultparamsStephan Bergmann2015-10-201-18/+18
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-126-46/+46
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-1/+1
* tdf#94049 RTF import: add missing check for empty shape when popping stateMiklos Vajna2015-10-081-3/+6
* Fix typosAndrea Gelmini2015-09-291-1/+1
* loplugin: defaultparamsNoel Grandin2015-08-211-1/+1
* loplugin:unusedmethodsNoel Grandin2015-08-053-19/+0
* loplugin:unusedmethodsNoel Grandin2015-07-302-6/+0
* tdf#49893: final fix for blank rectangle problemVasily Melenchuk2015-07-281-2/+17
* tdf#90046: RTF import: ensure that a run is started before \footnoteMichael Stahl2015-07-241-0/+1
* loplugin:unusedmethods writerfilterNoel Grandin2015-07-212-12/+0
* tdf#92481 RTF import: handle \widowctrlMiklos Vajna2015-07-061-0/+3
* Fix typosAndrea Gelmini2015-07-031-1/+1
* tdf#92061 RTF import: fix missing body text after footnoteMiklos Vajna2015-06-221-0/+2
* rtf: skip binary data also in skip-group modeThorsten Behrens2015-06-161-0/+6
* tdf#84832 RTF export: fix handling of custom table cell marginsMiklos Vajna2015-06-151-2/+3
* Unused includesMiklos Vajna2015-06-082-2/+0
* tdf#86814 RTF import: fix sometimes lost bold styleMiklos Vajna2015-05-181-24/+33
* tdf#90260 writerfilter: pasted RTF documents may contain no \parMiklos Vajna2015-05-123-8/+16
* tdf#91074 RTF import: handle \dplineco* for text framesMiklos Vajna2015-05-113-20/+33
* loplugin:staticmethodsNoel Grandin2015-05-053-8/+8
* RTF import: handle d{x,y}WrapDist* picture propertiesMiklos Vajna2015-04-214-7/+21
* RTF import: handle \hyphparMiklos Vajna2015-04-201-0/+3
* RTF filter: import \hyphautoMiklos Vajna2015-04-171-0/+3
* tdf#86182 RTF import: fix handling of \rtlparMiklos Vajna2015-04-171-1/+1
* rtftok: handle over ownership of stream to utl::OSeekableInputStreamWrapperMiklos Vajna2015-04-162-6/+5
* RTF import: fix handling of \objdataMiklos Vajna2015-04-162-47/+63
* RTF import: handle \objclassMiklos Vajna2015-04-162-0/+11
* RTF import: allow multiple children for ooxml:OLEObject_OLEObjectMiklos Vajna2015-04-162-8/+10
* tdf#75614 RTF import: fix missing text after footnoteMiklos Vajna2015-04-121-1/+5
* No need to spell out com::sun::star, css is enough.Miklos Vajna2015-04-112-11/+8
* Use std::make_shared<>Miklos Vajna2015-04-041-38/+38
* writerfilter: turn RTFDestinationState into a C++11 scoped enumerationMiklos Vajna2015-03-299-551/+555
* Use std::make_shared<>Miklos Vajna2015-03-283-26/+21
* tdf#89496 fixed crash on rtf shape group parsingVasily Melenchuk2015-03-261-0/+1
* Use std::make_shared<>Miklos Vajna2015-03-221-20/+18
* RTF import: handle \sautoupdMiklos Vajna2015-03-151-0/+3
* TyposJulien Nabet2015-03-121-1/+1
* tdf#49893: fix for missing header on page 2Vasily Melenchuk2015-03-082-4/+4
* RTF filter: handle mirrored marginsMiklos Vajna2015-02-151-0/+3
* writerfilter: turn RTFFormFieldTypes into a C++11 scoped enumerationMiklos Vajna2015-02-142-15/+15
* tdf#49893 partial fix for blank rentangle problem in RTFVasily Melenchuk2015-02-132-7/+13
* writerfilter: make sure that these headers are self-containedMiklos Vajna2015-02-085-4/+10
* Use std::initializer_list ctorMiklos Vajna2015-02-071-2/+4
* loplugin:deletedspecialStephan Bergmann2015-02-071-1/+1
* fdo#75757: Remove inheritance from std::vectorMatthew Pottage2015-02-063-11/+13
* coverity#1267629 Logically dead codeCaolán McNamara2015-02-021-5/+3
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-261-2/+2