summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/PropertyMap.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel1-1/+1
2020-10-14related tdf#108944 writerfilter: fix another missing ftn separatorJustin Luth1-1/+1
2020-09-16tdf#136706 writerfilter: don't create page style for footnoteJustin Luth1-4/+11
2020-09-15tdf#136667 DOCX import: fix crash of floating tablesLászló Németh1-26/+31
2020-09-07tdf#132271 DOCX: import change tracking in floating tablesLászló Németh1-0/+81
2020-08-11related tdf#135343 writerfilter: document broken nextColumnJustin Luth1-0/+4
2020-08-07tdf#135343 writerfilter: compat15 treats section nextCol as nextPageJustin Luth1-7/+21
2020-08-02loplugin:flatten in writerfilterNoel Grandin1-27/+27
2020-08-01NFC writerfilter: change m_nColumnCount to be the # of colsJustin Luth1-15/+16
2020-07-10replace usage of blacklist with denylistThorsten Behrens1-2/+2
2020-05-12fix "NFC writerfilter numbering: remove redundant code"Justin Luth1-1/+0
2020-05-12tdf#127778 DOCX import: fix unexpected heading on non-first page ...Miklos Vajna1-9/+0
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-04-21tdf#131446 DOCX import: restrict IncreasedAnchoredObjectSpacing furtherMiklos Vajna1-0/+22
2020-04-02NFC ww8/writerfilter: comment fixes and general code cleanupJustin Luth1-1/+1
2020-03-16Revert "loplugin:constfields in writerfilter"Noel Grandin1-1/+1
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-6/+6
2020-02-20tdf#42949 Fix IWYU warnings in writerfilter/Gabor Kelemen1-2/+1
2020-02-12tdf#129575 DOCX import: fix table style preferenceLászló Németh1-3/+25
2020-02-06DOCX import: don't give up on floating tables in headers completelyMiklos Vajna1-1/+11
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-3/+1
2020-01-15DOCX import: improve support for headers/footers from cont sect breakMiklos Vajna1-1/+24
2019-12-17tdf#112201 writerfilter: try to apply continuous section page style...Michael Stahl1-0/+15
2019-12-17tdf#112201 writerfilter: continuous sections:Michael Stahl1-1/+2
2019-12-17tdf#112202 writerfilter,sw: fix loss of headersMichael Stahl1-6/+46
2019-12-06Related: tdf#115719 DOCX import: fix increased spacing vs left-aligned objectsMiklos Vajna1-6/+7
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-6/+6
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-16Also consider saved exceptions when terminating parseMike Kaganski1-1/+10
2019-09-28loplugin:constmethod in writerfilterNoel Grandin1-2/+2
2019-09-25better data structures for some static const varsNoel Grandin1-2/+2
2019-09-04tdf#95848 writerfilter: DOCX import: fix mapping of w:abstractNumMichael Stahl1-2/+1
2019-08-21loplugin:constvars, look for loop vars that can be constNoel Grandin1-3/+3
2019-08-20tdf#76260 cache next page style numberNoel Grandin1-46/+19
2019-08-15loplugin:sequenceloop in writerfilter..xmlhelpNoel Grandin1-1/+1
2019-08-02tdf#123702 RTF/DOCX default 1" left/right page marginsLászló Németh1-6/+6
2019-06-18loplugin:logexceptionnicely in writerfilterNoel Grandin1-2/+2
2019-06-13Simplify Sequence iterations in writerfilter, writerperfect, xmlhelpArkadiy Illarionov1-14/+10
2019-04-13tdf#124637 writerfilter: partially revert import section marginsJustin Luth1-16/+2
2019-03-25We can simply use DBG_UTIL now after efc29fbb6d458f5fd3660a36e2ff1592608fcbacTor Lillqvist1-8/+8
2019-03-13DOCX import: fix unexpected page break on autotext insert at end of docMiklos Vajna1-4/+7
2019-03-05Avoid overflowing sal_Int16 PROP_GRID_LINESStephan Bergmann1-3/+3
2019-03-05tdf#123243 DOCX import: make increased anchored obj spacing cond more strictMiklos Vajna1-2/+3
2019-01-24loplugin:constparams in ucb..xmlhelpNoel Grandin1-1/+1
2019-01-15tdf#121670 ooxmlimport: no columns in page styles, only sectionsJustin Luth1-8/+10
2019-01-11writerfilter: import section margins and writingModeJustin Luth1-0/+33
2019-01-08writerfilter: avoid exception - IsProtect not page style property.Justin Luth1-1/+3
2018-12-25sw ooxmlimport: landscape <-> portrait ? not a continuous sectionJustin Luth1-0/+20
2018-12-20sw: DOCX: allow editing of unprotected areas in protected docSerge Krot1-1/+0
2018-12-11Related: tdf#121664 DOCX filter: fix line numbering start value handlingMiklos Vajna1-1/+4