summaryrefslogtreecommitdiff
path: root/writerfilter/inc
AgeCommit message (Expand)AuthorFilesLines
2020-09-21update pchesCaolán McNamara1-1/+2
2020-08-27remove some unused includes and update pchesCaolán McNamara1-1/+4
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara1-4/+2
2020-07-20compact namespace: writerfilterNoel Grandin4-18/+8
2020-07-12update pchesCaolán McNamara1-2/+3
2020-05-20writerfilter: clang-format these filesMiklos Vajna2-8/+8
2020-04-26update pchesCaolán McNamara1-1/+5
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara1-9/+3
2020-04-08simplify QNameToStringNoel Grandin1-22/+3
2020-02-20tdf#42949 Fix IWYU warnings in writerfilter/Gabor Kelemen3-5/+0
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák1-6/+5
2019-12-22loplugin:finalclasses in UnoControls..writerperfectNoel Grandin1-1/+1
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-1/+1
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák1-3/+5
2019-10-17loplugin:virtualdead unused param in BinaryObj::dataNoel Grandin1-3/+1
2019-10-17loplugin:virtualdead unused param in OOXMLDocument::setXNoteTypeNoel Grandin1-1/+0
2019-08-16Fix typosAndrea Gelmini1-1/+1
2019-05-12regenerate PCH headersLuboš Luňák1-1/+2
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák1-10/+18
2019-03-25We can simply use DBG_UTIL now after efc29fbb6d458f5fd3660a36e2ff1592608fcbacTor Lillqvist1-3/+3
2018-07-26writerfilter: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-0/+6
2018-07-10tdf#79877 perf loading docx file, writerfilter/ improvementsNoel Grandin4-30/+24
2018-03-02delete colordata.hxxNoel Grandin1-1/+0
2017-11-22RTF filter: drop now redundant astyle.optionsMiklos Vajna1-2/+1
2017-10-04loplugin:finalclasses in writerfilterNoel Grandin1-1/+0
2017-09-22Fresh run of bin/update_pch.shMike Kaganski1-11/+21
2017-08-17tdf#50097: DOCX: export form controls as MSO ActiveX controlsTamás Zolnai1-3/+1
2017-08-07Indentation fixesMiklos Vajna1-1/+1
2017-07-31loplugin:constparams in writerfilterNoel Grandin1-1/+1
2017-07-11tdf#106132 DOCX import: fix handling of nested textbox marginsMiklos Vajna1-0/+4
2017-06-23writerfilter: remove redundant virtual keywords in the RTF importMiklos Vajna1-2/+2
2017-06-12tdf#108055 RTF: Header and Footer are added multiple times.Thomas Beck1-1/+0
2017-06-07Related: tdf#108269 DOCM filter: reuse oox code for VBA data preservationMiklos Vajna1-2/+1
2017-06-02Related: tdf#108269 DOCM filter: preserve VBA streamMiklos Vajna1-0/+1
2017-05-26RTF filter: use 'using' instead of 'typedef'Miklos Vajna2-2/+2
2017-05-01AutoText: Reading multiple entriesSzymon Kłos1-0/+6
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-02-08loplugin:unusedenumconstants read-only constants in writerfilterNoel Grandin1-1/+1
2016-09-19Explanation of the SPRM acronym added to definition of the Sprm classMilos Sramek1-1/+1
2016-08-12loplugin:countusersofdefaultparams in vcl..xmlsecurityNoel Grandin1-1/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-05-26loplugin:unusedmethodsNoel Grandin1-2/+0
2016-05-19loplugin:unusedmethods in writerfilter to xmloffNoel Grandin1-1/+0
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-3/+3
2016-04-12clang-tidy performance-unnecessary-value-param in writerfilterNoel Grandin1-5/+5
2016-03-11writerfilter: avoid ugly cross-directory includeMiklos Vajna1-0/+6
2016-02-25loplugin:unuseddefaultparams in writerfilter/Noel Grandin1-2/+1
2016-02-23tdf#59699 RTF import: handle INCLUDEPICTURE fieldMiklos Vajna1-1/+2
2016-02-16Related: tdf#59699 DOCX import: fix linked graphics with relative URLsMiklos Vajna1-1/+1
2016-01-31boost::tuple -> std::tupleCaolán McNamara1-1/+1