summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-1/+1
* Related: tdf#65642 RTF filter: import \pgnucrmMiklos Vajna2016-04-142-1/+10
* loplugin:passstuffbyref in writerfilterNoel Grandin2016-04-1416-47/+47
* clang-tidy performance-unnecessary-value-param in writerfilterNoel Grandin2016-04-1239-166/+165
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-121-1/+0
* tdf#99140 DOCX import: fix table horizontal aligment to be 'from left' ...Miklos Vajna2016-04-081-6/+7
* tdf#99140 DOCX import: fix table at the bottom of the page to span over ...Miklos Vajna2016-04-081-1/+24
* tdf#99140 Factor out FloatingTableConversion() from CloseSectionGroup()Miklos Vajna2016-04-072-19/+39
* sequence->vector in writerfilterNoel Grandin2016-04-052-5/+6
* tdf#99074 DOCX import: handle <w:view w:val="web"/>Miklos Vajna2016-04-041-0/+4
* Use std::size_tMiklos Vajna2016-04-045-12/+12
* tdf#98987 sw: add AddVerticalFrameOffsets compat modeMiklos Vajna2016-03-311-0/+1
* use SAL_N_ELEMENTS in for loopsNoel Grandin2016-03-312-6/+5
* tdf#98806 RTF import: handle bookmarks in table textMiklos Vajna2016-03-311-4/+10
* Related: tdf#65642 RTF filter: import \pgnlcltrMiklos Vajna2016-03-302-1/+10
* loplugin:staticmethodsStephan Bergmann2016-03-291-3/+3
* tdf#98882 DOCX import: set default para properties on the Standard para styleMiklos Vajna2016-03-291-27/+45
* tdf#65642 RTF filter: import \pgnrestart and \pgnucltrMiklos Vajna2016-03-224-1/+28
* remove some unused typedefs, and inline some use-onceNoel Grandin2016-03-143-4/+1
* writerfilter: avoid ugly cross-directory includeMiklos Vajna2016-03-116-30/+30
* sfx2 classification: merge common code from sw and writerfilterMiklos Vajna2016-03-101-36/+2
* writerfilter: -Werror,-Wunused-variableMiklos Vajna2016-03-101-1/+0
* RTF import: handle classification during copy&pasteMiklos Vajna2016-03-102-2/+55
* RTF import: set user-defined metadata only after parsing all of themMiklos Vajna2016-03-101-11/+43
* Extract Directories from BootstrapFixtureBaseStephan Bergmann2016-03-101-1/+1
* RTF import: handle \staticvalMiklos Vajna2016-03-092-0/+42
* RTF import: handle \proptypeMiklos Vajna2016-03-092-0/+12
* RTF import: handle \userprops and \propnameMiklos Vajna2016-03-093-0/+22
* tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani2016-03-081-11/+0
* improve defaultparams lopluginNoel Grandin2016-03-071-2/+1
* writerfilter: prefix members of RTFTokenizerMiklos Vajna2016-03-042-29/+29
* writerfilter: prefix members of RTFHori/VertOrientMiklos Vajna2016-03-041-8/+8
* writerfilter: prefix members of RTFFrameMiklos Vajna2016-03-032-67/+67
* writerfilter: RTFParserState is meant to be a struct with no member functionsMiklos Vajna2016-03-032-8/+8
* tdf#96326 RTF import: handle checkbox form field undefined resultMiklos Vajna2016-03-011-1/+2
* loplugin:unuseddefaultparams in writerfilter/Noel Grandin2016-02-256-38/+14
* Indentation fixesMiklos Vajna2016-02-241-1/+1
* tdf#59699 RTF import: handle INCLUDEPICTURE fieldMiklos Vajna2016-02-238-10/+77
* new loplugin: find write-only fieldsNoel Grandin2016-02-192-6/+0
* Related: tdf#59699 DOCX import: fix linked graphics with relative URLsMiklos Vajna2016-02-165-12/+20
* writerfilter: DOCX signature is read in xmlsecurity already, remove TODOMiklos Vajna2016-02-101-8/+0
* tdf#87034 RTF import: fix multiple superscripts after footnote ...Miklos Vajna2016-02-102-6/+1
* writerfilter: silence 'failed to initialize RDF' warning on RTF importMiklos Vajna2016-02-091-1/+1
* Remove excess newlinesChris Sherlock2016-02-0913-31/+0
* Fix typosAndrea Gelmini2016-02-052-2/+2
* writerfilter: no need to manually realloc hereMiklos Vajna2016-02-041-6/+5
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-041-1/+1
* writerfilter: tdf#97417: don't insert numbering on end-of-sectionMichael Stahl2016-02-011-2/+11
* boost::tuple -> std::tupleCaolán McNamara2016-01-316-128/+126
* Remove unused includesMiklos Vajna2016-01-302-2/+0