summaryrefslogtreecommitdiff
path: root/tools/source
AgeCommit message (Expand)AuthorFilesLines
2021-05-21tdf#55007 tdf#142263 tdf#142268 EMF Properly display ARC and CHORDBartosz Kosiorek1-3/+6
2021-04-04tdf#58745 - Detect end of month when extending a date listAndreas Heinisch1-0/+11
2021-01-22Make JsonWriter::writeEscapedOUString() handle surrogate pairs properlyTor Lillqvist1-3/+15
2020-11-21Changes to the color classdante1-0/+39
2020-11-20tools::Polygon::Clip() is broken with bezier curves (tdf#137068)Luboš Luňák2-0/+26
2020-11-18tdf#123936 Formatting files in module tools with clang-formatPhilipp Hofer4-36/+39
2020-11-18Reduce variable scopeMike Kaganski1-4/+2
2020-11-17Fix vcl_svm_test after making tools::Long 64-bit on _WIN64Mike Kaganski1-35/+8
2020-11-17simplify BigInt, remove isSetNoel1-7/+0
2020-11-16Instead of labs, use overloaded absStephan Bergmann1-4/+5
2020-11-16replace std::max(std::min()) with std::clampNoel1-1/+1
2020-11-13Revert "remove BigInt::operator tools::Long()"Noel Grandin1-2/+2
2020-11-12Simplify comparison operatorsMike Kaganski1-79/+21
2020-11-12remove BigInt::operator tools::Long()Noel1-2/+2
2020-11-11Improved starmath colordante1-10/+0
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-9/+9
2020-10-28tdf#123476 filter: try to detect 0-byte files based on extensionMiklos Vajna1-0/+20
2020-10-28std::set->o3tl::sorted_vector in MultiSelectionNoel Grandin1-5/+5
2020-10-21new tools::Degree10 strong typedefNoel Grandin3-14/+14
2020-10-19add tools::Long typedef and use it in toolsNoel7-83/+86
2020-10-06loplugin:const* make some params and methods constNoel1-1/+1
2020-10-04loplugin:reducevarscope in toolkit..unotoolsNoel2-6/+5
2020-09-17osl+tools: fix Windows Arm64 buildJan-Marek Glogowski1-2/+2
2020-09-12Replace remaining uses of sal_CharJulien Nabet1-1/+1
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann1-1/+1
2020-09-01Fix typo in codeAndrea Gelmini1-3/+3
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann1-3/+5
2020-08-18loplugin:unusedvarsglobalNoel Grandin1-4/+0
2020-08-06loplugin:flatten in toolsNoel Grandin4-212/+212
2020-08-03Missing include (std::max; Windows --disable-pch)Stephan Bergmann1-0/+1
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: toolsStephan Bergmann7-11/+11
2020-07-01loplugin:constantparamNoel Grandin1-5/+2
2020-06-29tools: fix 32bit Android buildMiklos Vajna1-1/+1
2020-06-25use tools::JsonWriter for dumping property treeNoel Grandin1-2/+59
2020-06-24fix JsonWriter::reallocBufferNoel Grandin1-0/+1
2020-06-21Avoid one more unhelpful -Werror=stringop-truncationStephan Bergmann1-1/+1
2020-06-20use JsonWriter for the rest of ITiledRenderableNoel Grandin1-12/+105
2020-06-19asan: need to use malloc instead of new for tools::JsonWriterNoel Grandin1-5/+11
2020-06-19Fix typosAndrea Gelmini1-1/+1
2020-06-18Avoid unhelpful -Werror=stringop-truncationStephan Bergmann1-5/+5
2020-06-18new json writer for LOKNoel Grandin1-0/+253
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-2/+2
2020-04-20add tools::Rectangle::JustifyNoel Grandin1-0/+9
2020-04-17loplugin:buriedassign in tools..xmloffNoel Grandin3-18/+31
2020-03-15Revert "loplugin:constfields in tools"Noel Grandin4-19/+19
2020-02-21tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer typesCanberk TURAN1-2/+2
2020-02-19use FILE_ATTRIBUTE_TEMPORARY on Windows for temp filesNoel Grandin1-1/+6
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-2/+2
2020-02-03loplugin:unsignedcompare (clang-cl)Stephan Bergmann1-3/+3
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-5/+6