summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-28tools: json: fix missing escaped charsHenry Castro
2020-12-24Revert "add sal*Int64 conversions to BigInt"Stephan Bergmann
2020-12-24add sal*Int64 conversions to BigIntNoel Grandin
2020-12-24custom literal for Degree10Noel Grandin
2020-12-20use CLZ intrinsic in tools::FractionNoel Grandin
2020-12-19speedup rational_FromDoubleNoel Grandin
2020-12-18throw exception in SvStream when reading past end of fileNoel
2020-12-17simplify checkSeek()Noel Grandin
2020-12-14remove Seek(nCurr) in SvStream::remainingSize()Noel
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-10Avoid calling OString ctor with null pointerStephan Bergmann
2020-12-08jsdialog: send close on dialog responseSzymon Kłos
2020-12-04update pchesCaolán McNamara
2020-12-03jsdialog: fix arrays in JsonWriter outputSzymon Kłos
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-21Changes to the color classdante
2020-11-20tools::Polygon::Clip() is broken with bezier curves (tdf#137068)Luboš Luňák
2020-11-18tdf#123936 Formatting files in module tools with clang-formatPhilipp Hofer
2020-11-18Reduce variable scopeMike Kaganski
2020-11-17Fix vcl_svm_test after making tools::Long 64-bit on _WIN64Mike Kaganski
2020-11-17simplify BigInt, remove isSetNoel
2020-11-16Instead of labs, use overloaded absStephan Bergmann
2020-11-16replace std::max(std::min()) with std::clampNoel
2020-11-14BigInt's non-big value type is currently sal_Int32Mike Kaganski
2020-11-13Revert "remove BigInt::operator tools::Long()"Noel Grandin
2020-11-12Simplify comparison operatorsMike Kaganski
2020-11-12remove BigInt::operator tools::Long()Noel
2020-11-11Improved starmath colordante
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-10-28tdf#123476 filter: try to detect 0-byte files based on extensionMiklos Vajna
2020-10-28std::set->o3tl::sorted_vector in MultiSelectionNoel Grandin
2020-10-28convert some more long -> tools::LongNoel
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-19add tools::Long typedef and use it in toolsNoel
2020-10-17tdf#124176: Use pragma once instead of include guardsmariamfahmy
2020-10-06loplugin:const* make some params and methods constNoel
2020-10-04loplugin:reducevarscope in toolkit..unotoolsNoel
2020-09-28Fix SSE2 cpuid checksDr. David Alan Gilbert
2020-09-28Fix SSSE3 cpuid checksDr. David Alan Gilbert
2020-09-22Fix AVX2 cpuid checksDr. David Alan Gilbert
2020-09-17osl+tools: fix Windows Arm64 buildJan-Marek Glogowski
2020-09-12Replace remaining uses of sal_CharJulien Nabet
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann
2020-09-01Fix typo in codeAndrea Gelmini
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann
2020-08-18loplugin:unusedvarsglobalNoel Grandin
2020-08-06loplugin:flatten in toolsNoel Grandin
2020-08-03Missing include (std::max; Windows --disable-pch)Stephan Bergmann
2020-07-21Fix uses of char16_t*/wchar_t* stream insertersStephan Bergmann