summaryrefslogtreecommitdiff
path: root/tools/source
AgeCommit message (Expand)Author
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-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-21new tools::Degree10 strong typedefNoel Grandin
2020-10-19add tools::Long typedef and use it in toolsNoel
2020-10-06loplugin:const* make some params and methods constNoel
2020-10-04loplugin:reducevarscope in toolkit..unotoolsNoel
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-02Upcoming improved loplugin:staticanonymous -> redundantstatic: toolsStephan Bergmann
2020-07-01loplugin:constantparamNoel Grandin
2020-06-29tools: fix 32bit Android buildMiklos Vajna
2020-06-25use tools::JsonWriter for dumping property treeNoel Grandin
2020-06-24fix JsonWriter::reallocBufferNoel Grandin
2020-06-21Avoid one more unhelpful -Werror=stringop-truncationStephan Bergmann
2020-06-20use JsonWriter for the rest of ITiledRenderableNoel Grandin
2020-06-19asan: need to use malloc instead of new for tools::JsonWriterNoel Grandin
2020-06-19Fix typosAndrea Gelmini
2020-06-18Avoid unhelpful -Werror=stringop-truncationStephan Bergmann
2020-06-18new json writer for LOKNoel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-04-20add tools::Rectangle::JustifyNoel Grandin
2020-04-17loplugin:buriedassign in tools..xmloffNoel Grandin
2020-03-15Revert "loplugin:constfields in tools"Noel Grandin
2020-02-21tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer typesCanberk TURAN
2020-02-19use FILE_ATTRIBUTE_TEMPORARY on Windows for temp filesNoel Grandin
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin
2020-02-03loplugin:unsignedcompare (clang-cl)Stephan Bergmann
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-22 don't warn about 0/0/0 year, commonly used as a default-value/no-valueNoel Grandin
2020-01-17loplugin:redundantcast (size_t vs. std::size_t)Stephan Bergmann
2020-01-08 tdf#96505 Get rid of cargo cult long integer literalsYusuf Keten
2019-12-28pdf: extract XMP metadata writing and use XmlWriterTomaž Vajngerl
2019-12-23sal_Char->char in toolsNoel Grandin
2019-12-18tools: define DbgTestSolarMutex() unconditionallyMiklos Vajna
2019-12-12SvFileStream::Lock/UnlockRange are only called from within SvFileStream itselfStephan Bergmann
2019-12-11Fix typosAndrea Gelmini