summaryrefslogtreecommitdiffstats
path: root/lotuswordpro
Commit message (Expand)AuthorAgeFilesLines
* ofz#25881 use std::vector with bounds checking accessorCaolán McNamara2020-09-232-8/+8
* improve loplugin:unusedvarsglobalNoel Grandin2020-09-091-1/+0
* Fix typo in codeAndrea Gelmini2020-09-015-7/+7
* Fix typosAndrea Gelmini2020-09-011-1/+1
* Fix typosAndrea Gelmini2020-08-292-2/+2
* Directly use OUString(sal_Unicode) ctorStephan Bergmann2020-08-291-10/+2
* Fix typo in codeAndrea Gelmini2020-08-232-4/+4
* Fix typoAndrea Gelmini2020-08-231-1/+1
* Fix typosAndrea Gelmini2020-08-211-1/+1
* SvTreeListBox can move into toolkit headers nowCaolán McNamara2020-08-121-3/+1
* ofz#24404 row insert attempt in table with same table already in the rowCaolán McNamara2020-07-293-1/+21
* update pchesCaolán McNamara2020-07-121-7/+5
* replace usage of blacklist with excludelist for IWYUThorsten Behrens2020-07-101-1/+1
* Upcoming improved loplugin:staticanonymous -> redundantstatic: lotuswordproStephan Bergmann2020-07-013-4/+4
* Upcoming improved loplugin:elidestringvar: lotuswordproStephan Bergmann2020-06-261-4/+1
* return directlyDavid Tardon2020-06-121-2/+1
* return directlyDavid Tardon2020-06-121-2/+1
* use dynamic_castDavid Tardon2020-06-121-1/+1
* drop misleading commentDavid Tardon2020-06-121-1/+0
* rename variableDavid Tardon2020-06-121-8/+8
* cast to the right typeDavid Tardon2020-06-121-1/+1
* ofz#23300 infinite loopCaolán McNamara2020-06-111-1/+4
* tdf#42949 Fix IWYU warnings in lotuswordpro/*/*cxxGabor Kelemen2020-06-0861-216/+26
* ofz#23103 Invalid-enum-valueCaolán McNamara2020-06-061-1/+6
* Upcoming loplugin:elidestringvar: lotuswordproStephan Bergmann2020-06-041-68/+17
* ofz#23016 Invalid-enum-valueCaolán McNamara2020-06-031-2/+1
* loplugin:simplifybool in hwpfilter..lotuswordproNoel Grandin2020-05-292-3/+3
* new loplugin:simplifypointertoboolNoel Grandin2020-05-103-4/+4
* improve loplugin:makesharedNoel Grandin2020-05-012-3/+3
* Add include needed for std::minMike Kaganski2020-04-221-0/+1
* tdf#42949 Fix IWYU warnings in lotuswordpro/source/filter/*hxxGabor Kelemen2020-04-2176-185/+147
* loplugin:flatten in lotuswordproNoel Grandin2020-04-0718-571/+566
* ofz#21164 infinite loopCaolán McNamara2020-04-061-2/+2
* tdf#42949 Fix IWYU warnings in lotuswordpro/inc/*Gabor Kelemen2020-04-06141-120/+229
* fix assert when loading id:000059,sig:11,src:000008,op:havoc,rep:2.lwpNoel Grandin2020-03-251-4/+1
* ofz#20635 infinite loopCaolán McNamara2020-03-081-1/+4
* clang-format lotuswordpro with under 5-percent lines of changeMuhammet Kara2020-03-0244-157/+154
* workaround GCC 9.2.1 -Og -Werror=maybe-uninitializedMichael Stahl2020-02-241-1/+1
* use color instead of intXisco Fauli2020-02-102-4/+5
* ofz#20504 Indirect-leakCaolán McNamara2020-02-083-0/+7
* ofz#20517 null-dereferenceCaolán McNamara2020-02-072-1/+3
* test: move component context from subclasses to BootstrapFixtureMiklos Vajna2020-02-071-2/+0
* LWP: add unittest for char/para propertiesXisco Fauli2020-02-052-0/+162
* tdf#129993: Add unittestXisco Fauli2020-02-044-0/+111
* ofz#20507 infinite table conversionCaolán McNamara2020-02-043-1/+38
* ofz#20507 hold by referenceCaolán McNamara2020-02-041-3/+3
* make update_pch also consider files in <module>/src/**/incLuboš Luňák2020-02-011-2/+2
* ofz#20456 Null-dereference READCaolán McNamara2020-02-011-2/+3
* ofz#20447 Null-dereference READCaolán McNamara2020-02-011-1/+2
* std:set->o3tl::sorted_vectorNoel Grandin2020-02-017-29/+30