summaryrefslogtreecommitdiff
path: root/lotuswordpro
AgeCommit message (Expand)AuthorFilesLines
5 daysUse more o3tl::convert in lotuswordproMike Kaganski21-168/+166
2024-03-14tdf#141908 - CppUnittests: replace usage of sal_Int32 with colorsRafał Dobrakowski1-2/+2
2024-02-12tdf#145538 use range based for loopsKeldin Maldonado (KNM)1-2/+2
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2024-01-03UnoApiTest::loadFromURL -> UnoApiTest::loadFromFileMike Kaganski1-3/+3
2024-01-02ofz#64860 TimeoutCaolán McNamara1-7/+2
2023-12-30move IsFuzzing to comphelperCaolán McNamara2-4/+4
2023-12-17Static map initialization in lotuswordpro/lwpnumericfmtJulien Nabet1-51/+48
2023-12-10cid#1546281 COPY_INSTEAD_OF_MOVECaolán McNamara2-5/+2
2023-12-09cid#1556778 COPY_INSTEAD_OF_MOVECaolán McNamara1-3/+1
2023-10-24changed sal_uInt8 to BenError (enum)sahil4-6/+6
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-6/+6
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann2-6/+6
2023-09-12tdf#114441 - Convert sal_uLong to better integer typessahil5-15/+15
2023-05-02ofz#58529 Null-dereference READCaolán McNamara1-0/+2
2023-04-24loplugin:unnecessarygetstr extend to createFromAsciiNoel Grandin1-2/+2
2023-04-10ofz#57800 TimeoutCaolán McNamara2-4/+3
2023-04-03tdf#143148: Use pragma once instead of include guardsjpuronah4-15/+4
2023-03-06no need to allocate these separatelyNoel Grandin10-16/+13
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski2-4/+12
2023-01-12ofz#55034 Stack-buffer-overflow in vcl::bitmap::CreateFromDataCaolán McNamara1-1/+1
2023-01-12drop internal support for 1-bit imagesNoel Grandin1-1/+1
2022-11-24loplugin:unusedfields make some fields privateNoel Grandin9-40/+40
2022-11-08UnoApiTest: simplify code by using tempfile memberXisco Fauli1-0/+1
2022-11-06-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): lotuswordproStephan Bergmann3-16/+13
2022-11-01CppunitTest_lotuswordpro_import_test: inherit from UnoApiTestXisco Fauli2-36/+13
2022-10-17use more string_viewNoel Grandin2-94/+96
2022-09-09ofz#51149 avoid TimeoutCaolán McNamara1-0/+8
2022-09-09rearrange to have a single ConvertTable callCaolán McNamara1-9/+6
2022-08-30ofz#50756 Direct-leakCaolán McNamara1-10/+10
2022-07-21Fix typosAndrea Gelmini1-2/+2
2022-07-21tdf33787 lotuswordpro: fix increments of ordered bulletsBartosz Kosiorek3-8/+114
2022-07-14tdf#112626 lotuswordpro: switch to constexpr and update documentationBartosz Kosiorek3-12/+19
2022-06-23clang-tidy modernize-pass-by-value in lotuswordproNoel Grandin11-19/+27
2022-05-01use more string_view in variousNoel Grandin2-11/+11
2022-04-02loplugin:stringviewparam convert methods using compareToNoel Grandin2-3/+3
2022-03-23tdf#147906 Use std::hypot for Pythagorean additionVaibhavMalik41871-1/+1
2022-03-16tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macropsidiumcode1-1/+1
2022-03-13Fix typo in codeAndrea Gelmini2-3/+3
2022-03-13ofz#45524 string is presumed to be at least length 1Caolán McNamara1-1/+5
2022-03-11new loplugin:trivialdestructorNoel Grandin12-33/+0
2022-02-02Fix typoAndrea Gelmini1-2/+2
2022-02-01ensure bounds checkingzhutyra1-50/+15
2022-02-01read of width/height uses wrong record sizezhutyra1-2/+6
2022-01-28ofz: Undefined-ShiftCaolán McNamara1-2/+2
2022-01-27Recheck modules [i-l]* with IWYUGabor Kelemen6-6/+2
2022-01-26ofz#44080 throw exception on a negative lengthCaolán McNamara1-7/+3
2022-01-22ofz#43949 TimeoutCaolán McNamara1-11/+14
2022-01-20ofz#43689 Direct-LeakCaolán McNamara2-5/+5
2022-01-20ofz: Use-of-uninitialized-valueCaolán McNamara1-1/+5