summaryrefslogtreecommitdiff
path: root/sw/source/filter/docx
AgeCommit message (Expand)AuthorFilesLines
2020-11-19tdf#123936 Formatting files in module sw with clang-formatPhilipp Hofer1-3/+3
2020-06-10loplugin:buriedassign in swNoel Grandin1-2/+4
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-06loplugin:unusedvariableplus in swNoel Grandin1-1/+0
2020-02-05sw: convert CopyRange boolean parameters to enumMichael Stahl1-1/+1
2020-01-10DOCX import: fix lost objects anchored to the single para of a linked headerMiklos Vajna1-1/+1
2020-01-10use more std::make_sharedNoel Grandin1-1/+1
2019-12-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*cxxGabor Kelemen1-8/+1
2019-08-12Fix typosAndrea Gelmini1-2/+2
2019-08-03Fix typosAndrea Gelmini1-1/+1
2019-06-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*hxxGabor Kelemen1-2/+0
2019-06-18loplugin:logexceptionnicely in swNoel Grandin1-2/+4
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-2/+2
2019-03-14DOCX autotext import: speed up handling of large amount of blocksMiklos Vajna1-1/+8
2019-02-11new loplugin writeonlyvarsNoel Grandin1-2/+0
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-30loplugin:stringloop in swNoel Grandin1-3/+1
2018-07-16convert SW*READER constants to scoped enumNoel Grandin2-3/+3
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke2-2/+0
2018-04-23sw: prefix members of ReaderMiklos Vajna1-3/+3
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-03-29Propagate BeginPutDoc failure out of SwDOCXReader::MakeEntriesStephan Bergmann1-1/+5
2018-03-09sw: fix some IWYU warningsMiklos Vajna1-0/+1
2018-02-08Fix some IWYU warningsMiklos Vajna1-0/+1
2018-01-31tdf#72942 Do not overwrite styles from the inserted docSerge Krot1-0/+9
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-08-28fix tdf#112025 insert docx into existing documentManfred Blume1-3/+40
2017-06-21convert ErrCode to strong typedefNoel Grandin2-2/+2
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin1-5/+5
2017-05-18Remove parentheses around some comparisonsStephan Bergmann1-1/+1
2017-05-10AutoText: add only real AutoText entriesSzymon Kłos1-22/+32
2017-05-04AutoText: fix dotm supportSzymon Kłos1-1/+5
2017-05-03AutoText: don't add empty paragraph at the endSzymon Kłos1-1/+1
2017-05-02AutoText: read names of entriesSzymon Kłos1-4/+14
2017-05-01AutoText: Reading multiple entriesSzymon Kłos1-19/+6
2017-04-23AutoText: importing docx contentSzymon Kłos2-63/+105
2017-04-18AutoText: loading dotx documentsSzymon Kłos2-3/+109
2017-04-14AutoText: .dotx files visible when importSzymon Kłos2-0/+91