summaryrefslogtreecommitdiff
path: root/writerperfect/source
AgeCommit message (Expand)AuthorFilesLines
2023-09-19loplugin:unusedfieldsNoel Grandin1-27/+0
2023-09-13loplugin:unusedmethodsNoel Grandin1-61/+0
2023-08-24cid#1541185 Operands don't affect resultCaolán McNamara1-1/+5
2023-08-23cid#1541186 Operands don't affect resultCaolán McNamara1-2/+3
2023-08-21remove pimpl in WPXSvInputStreamNoel Grandin1-175/+87
2023-06-27loplugin:stringstatic look for more stringsNoel Grandin2-3/+3
2023-04-25Add script to find unused using declarationsGabor Kelemen1-1/+0
2023-03-31Simplify a bitMike Kaganski1-11/+6
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski2-5/+4
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann1-2/+1
2022-12-20lok: hide customization in EPUB export dialogSzymon Kłos2-0/+6
2022-12-20Make EPUB Export dialog asyncSzymon Kłos2-0/+39
2022-12-16loplugin:unocast (SvXMLImport)Stephan Bergmann1-1/+2
2022-11-22loplugin:unusedfieldsNoel Grandin1-1/+0
2022-10-14WASM add Calc as optional build result, make it build & runBalazs Varga2-0/+8
2022-10-05tdf#143148 Use pragma once instead of include guardsNalini Prasad Dash1-5/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2-2/+2
2022-07-31clang-tidy modernize-pass-by-value in writer*Noel Grandin4-15/+18
2022-05-24modernize and improve PropertySetInfoNoel Grandin1-3/+2
2022-05-02Just use Any ctor instead of makeAny in writerperfectStephan Bergmann3-5/+6
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)3-0/+28
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin4-6/+6
2021-11-01Prepare for removal of non-const operator[] from Sequence in writerperfectMike Kaganski2-10/+11
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin2-14/+4
2021-09-04dynamic_cast -> static_cast (tdf#130795)Noel Grandin2-2/+2
2021-09-03Remove some unused includesMiklos Vajna1-1/+1
2021-08-17Replace GDIMetaFile::Write and WriteGDIMetaFile with SvmWriter::Writepanoskorovesis1-1/+3
2021-06-21bundle the FolderPicker instantiations behind a single callCaolán McNamara1-2/+3
2021-06-11Simplify Sequences initializations (writerfilter/writerperfect/x*)Julien Nabet1-4/+1
2021-05-17EPUB export: make sure txtparai.hxx is self-containedMiklos Vajna1-2/+2
2021-05-14Improve loplugin:stringviewStephan Bergmann1-1/+5
2021-04-28use string_view in INetURLObject::encodeNoel Grandin1-1/+1
2021-03-23tdf#124176 Use pragma once in w*Vincent LE GARREC38-152/+38
2021-02-23loplugin:refcounting check for managing OWeakObject with raw pointerNoel1-3/+2
2021-02-18loplugin:referencecasting in writerperfectNoel4-6/+4
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-6/+6
2020-12-26tdf#124176 Use pragma once in writerperfecthalfhiddencode4-16/+4
2020-12-19make *String(string_view) constructors explicitNoel Grandin2-2/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-2/+3
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel4-11/+11
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin3-6/+6
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel3-16/+17
2020-10-16writerfilter: use the fastparser API when possibleNoel2-12/+22
2020-09-27restore PocketWord filter, this time backed by libwpsDavid Tardon1-0/+3
2020-09-17writerperfect: include sal/config.h firstMiklos Vajna1-2/+2
2020-09-17writerperfect: make sure "own" header is the first oneMiklos Vajna1-2/+2
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2-2/+7
2020-09-02Remove some unused includesMiklos Vajna1-1/+0
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2-47/+47