summaryrefslogtreecommitdiff
path: root/sw/source/filter/writer
AgeCommit message (Expand)AuthorFilesLines
2021-05-29std::unique_ptr->std::optionalNoel Grandin1-6/+6
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-4/+4
2021-01-16make the Color constructors explicitly specify transparencyNoel1-3/+3
2021-01-15tdf#135014 sw: fix crash exporting numbering to DOCXMichael Stahl1-2/+8
2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin1-2/+2
2020-11-12remove Fraction::operator tools::Long()Noel1-2/+2
2020-10-30convert some tools::Long->sal_Int32Noel1-1/+1
2020-10-28convert some more long -> tools::LongNoel1-1/+1
2020-10-20use tools::Long in swNoel2-28/+28
2020-09-30SwPaM::GetDoc can return a reference insteadCaolán McNamara1-3/+3
2020-07-07Typo: pargraph->paragraphJulien Nabet1-1/+1
2020-06-10loplugin:buriedassign in swNoel Grandin2-9/+14
2020-04-23pass SvxBrushItem around by unique_ptrNoel Grandin1-1/+1
2020-02-03sw: prefix members of StgWriter, SwAsciiOptions, SwReader and SwTextBlocksMiklos Vajna1-5/+5
2019-12-23sal_Char->char in swNoel Grandin1-2/+2
2019-12-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*cxxGabor Kelemen3-5/+0
2019-12-11rename Prc->Percent in swNoel Grandin1-3/+3
2019-11-03loplugin:stringaddNoel Grandin1-2/+1
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski1-1/+1
2019-08-10sw: fix ~SwIndexReg asserts on ODF export of ooo83072-1.odtMichael Stahl1-9/+15
2019-06-21Drop INetURLObject::GetName and INetURLObject::GetExtensionMike Kaganski1-1/+1
2019-06-18loplugin:logexceptionnicely in swNoel Grandin1-2/+3
2019-05-26move some searching inside IDocumentMarkAccessNoel Grandin1-7/+3
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-2/+2
2019-04-24simplify call sites of SfxItemPool::PutNoel Grandin1-2/+2
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin1-4/+2
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen1-0/+1
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-2/+1
2019-01-30Avoid computing negative nColSpanStephan Bergmann1-1/+2
2018-11-19Removed duplicated includesAndrea Gelmini1-1/+0
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen3-0/+3
2018-11-16entirity of writer rebuilding when vcl widget headers changeCaolán McNamara1-0/+1
2018-11-03Simplify containers iterations in sw/source/filterArkadiy Illarionov1-3/+2
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-10-04loplugin:useuniqueptr in SwWriteTableColsNoel Grandin1-14/+13
2018-09-19sw_redlinehide_2: hide redlines in ascii filter tooMichael Stahl1-0/+1
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+1
2018-09-06make SwWriteTableRows be a vector of std::unique_ptrNoel Grandin1-14/+17
2018-08-03Add missing sal/log.hxx headersGabor Kelemen2-0/+2
2018-04-16sw: prefix members of WriterMiklos Vajna1-46/+46
2018-03-07use more Color in swNoel Grandin1-2/+2
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-2/+1
2018-02-05TypedWhichId in sw(1)Noel Grandin1-2/+2
2018-01-24Fix some IWYU warningsMiklos Vajna1-0/+1
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-9/+9
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-1/+1
2017-12-09valgrind: more leaks on loading abi3279-1.htmlCaolán McNamara1-3/+3
2017-10-23loplugin:includeform: swStephan Bergmann1-4/+4
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-13tdf#112191: Don't export bullets when only one paragraph is selected.Jan Holesovsky1-1/+1