summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas1-0/+1
2016-05-10Fix typosAndrea Gelmini1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann6-13/+20
2016-05-10tdf#96275 RTF import: fix anchor of shapes inside tablesMiklos Vajna2-2/+13
2016-05-10rtf: m_aStates can be empty in the inner conditionCaolán McNamara1-3/+7
2016-05-09writerfilter: extract dispatch{destination,flag,symbol,value} from rtfdocimplMiklos Vajna9-3362/+3512
2016-05-06writerfilter: replace 's_m_' prefixes with just 's_'Miklos Vajna2-30/+30
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin5-39/+39
2016-05-04use Any constructor instead of temporariesNoel Grandin2-20/+8
2016-05-03tdf#95707 RTF import: handle device-independent bitmapsMiklos Vajna3-3/+25
2016-04-29tdf#99434: import/export documentProtection-forms from .docx incl. testOliver Specht3-1/+13
2016-04-28Related: tdf#65642 RTF filter: import \pgndecMiklos Vajna2-1/+10
2016-04-27Resolves: tdf#99498 don't overwrite trwWidth value if set on a tableCaolán McNamara1-4/+14
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin2-13/+13
2016-04-26tdf#90097 RTF import: handle fRelFlipV property for line shapesMiklos Vajna2-0/+32
2016-04-25Some more sal_Bool -> boolStephan Bergmann1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann8-28/+28
2016-04-21Related: tdf#65642 RTF filter: import \pgnlcrmMiklos Vajna2-1/+10
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann9-59/+59
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