summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-04-14Related: tdf#65642 RTF filter: import \pgnucrmMiklos Vajna2-1/+10
2016-04-14loplugin:passstuffbyref in writerfilterNoel Grandin16-47/+47
2016-04-12clang-tidy performance-unnecessary-value-param in writerfilterNoel Grandin39-166/+165
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-08tdf#99140 DOCX import: fix table horizontal aligment to be 'from left' ...Miklos Vajna1-6/+7
2016-04-08tdf#99140 DOCX import: fix table at the bottom of the page to span over ...Miklos Vajna1-1/+24
2016-04-07tdf#99140 Factor out FloatingTableConversion() from CloseSectionGroup()Miklos Vajna2-19/+39
2016-04-05sequence->vector in writerfilterNoel Grandin2-5/+6
2016-04-04tdf#99074 DOCX import: handle <w:view w:val="web"/>Miklos Vajna1-0/+4
2016-04-04Use std::size_tMiklos Vajna5-12/+12
2016-03-31tdf#98987 sw: add AddVerticalFrameOffsets compat modeMiklos Vajna1-0/+1
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin2-6/+5
2016-03-31tdf#98806 RTF import: handle bookmarks in table textMiklos Vajna1-4/+10
2016-03-30Related: tdf#65642 RTF filter: import \pgnlcltrMiklos Vajna2-1/+10
2016-03-29loplugin:staticmethodsStephan Bergmann1-3/+3
2016-03-29tdf#98882 DOCX import: set default para properties on the Standard para styleMiklos Vajna1-27/+45
2016-03-22tdf#65642 RTF filter: import \pgnrestart and \pgnucltrMiklos Vajna4-1/+28
2016-03-14remove some unused typedefs, and inline some use-onceNoel Grandin3-4/+1
2016-03-11writerfilter: avoid ugly cross-directory includeMiklos Vajna6-30/+30
2016-03-10sfx2 classification: merge common code from sw and writerfilterMiklos Vajna1-36/+2
2016-03-10writerfilter: -Werror,-Wunused-variableMiklos Vajna1-1/+0
2016-03-10RTF import: handle classification during copy&pasteMiklos Vajna2-2/+55
2016-03-10RTF import: set user-defined metadata only after parsing all of themMiklos Vajna1-11/+43
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann1-1/+1
2016-03-09RTF import: handle \staticvalMiklos Vajna2-0/+42
2016-03-09RTF import: handle \proptypeMiklos Vajna2-0/+12
2016-03-09RTF import: handle \userprops and \propnameMiklos Vajna3-0/+22
2016-03-08tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani1-11/+0
2016-03-07improve defaultparams lopluginNoel Grandin1-2/+1
2016-03-04writerfilter: prefix members of RTFTokenizerMiklos Vajna2-29/+29
2016-03-04writerfilter: prefix members of RTFHori/VertOrientMiklos Vajna1-8/+8
2016-03-03writerfilter: prefix members of RTFFrameMiklos Vajna2-67/+67
2016-03-03writerfilter: RTFParserState is meant to be a struct with no member functionsMiklos Vajna2-8/+8
2016-03-01tdf#96326 RTF import: handle checkbox form field undefined resultMiklos Vajna1-1/+2
2016-02-25loplugin:unuseddefaultparams in writerfilter/Noel Grandin6-38/+14
2016-02-24Indentation fixesMiklos Vajna1-1/+1
2016-02-23tdf#59699 RTF import: handle INCLUDEPICTURE fieldMiklos Vajna8-10/+77
2016-02-19new loplugin: find write-only fieldsNoel Grandin2-6/+0
2016-02-16Related: tdf#59699 DOCX import: fix linked graphics with relative URLsMiklos Vajna5-12/+20
2016-02-10writerfilter: DOCX signature is read in xmlsecurity already, remove TODOMiklos Vajna1-8/+0
2016-02-10tdf#87034 RTF import: fix multiple superscripts after footnote ...Miklos Vajna2-6/+1
2016-02-09writerfilter: silence 'failed to initialize RDF' warning on RTF importMiklos Vajna1-1/+1
2016-02-09Remove excess newlinesChris Sherlock13-31/+0
2016-02-05Fix typosAndrea Gelmini2-2/+2
2016-02-04writerfilter: no need to manually realloc hereMiklos Vajna1-6/+5
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-1/+1
2016-02-01writerfilter: tdf#97417: don't insert numbering on end-of-sectionMichael Stahl1-2/+11
2016-01-31boost::tuple -> std::tupleCaolán McNamara6-128/+126
2016-01-30Remove unused includesMiklos Vajna2-2/+0