summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-07-26tools: try to work around DavGetHTTPFromUNCPath() not URL-encoding pathMichael Stahl
2022-06-27tools Color: implement MSO-style luminance modulation/offset filterMiklos Vajna
2022-05-16sw content controls, dropdown: add LOK APIMiklos Vajna
2022-04-12add tools::Guid class to generate, parse GUID valuesTomaž Vajngerl
2022-04-06tdf#148253: fix matching algorithmMike Kaganski
2022-03-22tdf#147921 Filesave DOC: wrong layout and then all missing from 7.3Noel Grandin
2022-03-22tdf#113066 tdf#142204 EMF Implement SETARCDIRECTIONBartosz Kosiorek
2022-02-14jsonwriter: ensure correct number of bytes is availableSzymon Kłos
2021-12-24tdf#146382 cant open file from Explorer-attached remote locationNoel Grandin
2021-12-06tdf#128715 fix tools::Time::GetMonotonicTicks() on 32-bit linuxUrja Rannikko
2021-11-29speed up Fraction::operator*= a littleNoel Grandin
2021-11-26tdf#133835 speedup calc autofilter (10)Noel Grandin
2021-11-24Fix typos and translationsAndrea Gelmini
2021-11-23Use proper type for OUString length variablesStephan Bergmann
2021-11-23Add test for INetURLObject::changeSchemeStephan Bergmann
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-23avoid OUString temporary in INetURLObject::changeSchemeNoel Grandin
2021-11-23tools: fix INetURLObject::changeScheme()Michael Stahl
2021-11-22tdf#133835 speedup calc autofilter (9)Noel Grandin
2021-11-22tdf#133835 speedup calc autofilter (8)Noel Grandin
2021-11-22tdf#133835 speedup calc autofilter (6)Noel Grandin
2021-11-21tdf#133835 speedup calc autofilter (5)Noel Grandin
2021-11-21tdf#133835 speedup calc autofilter (4)Noel Grandin
2021-11-20tdf#133835 speedup calc autofilter (3)Noel Grandin
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-11-19Drop F_2PIMike Kaganski
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski
2021-11-19rtl::Static->thread-safe static in toolsNoel Grandin
2021-10-31Prepare for removal of non-const operator[] from Sequence in toolsMike Kaganski
2021-10-29Let's assume this is a bogus warningTor Lillqvist
2021-10-28-Werror,-Wunused-macrosStephan Bergmann
2021-10-27CPU-specific files should not include templates or inlinesLuboš Luňák
2021-10-14use std::vector::insert instead of push_backNoel Grandin
2021-10-14Simplify JsonWriter a bitMike Kaganski
2021-10-13Improve JsonWriter's escapement codeMike Kaganski
2021-10-13Unify JsonWriter::put and putRaw a bitMike Kaganski
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-02fix buffer overruns in JsonWriter::put with UTF-8 valuesNoel Grandin
2021-10-02simplify JsonWriter::reallocBuffer by using reallocNoel Grandin
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-09-30no need to copy the name in XmlWalker::attributeNoel Grandin
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-17ensure that some basic geometry classes are trivially copyableLuboš Luňák
2021-09-16Revert "speedup rational_FromDouble"Noel Grandin
2021-09-15No need to check if nDX is 0 for atan2Mike Kaganski
2021-09-10clang:optin.performance.Padding in toolsNoel Grandin
2021-09-06tdf#144319 fix formula loadNoel Grandin
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-26tdf#142307 - Upgrade SSE2 sum to AVX512 sum with Neumaier 1dante
2021-08-17Fix o3tl::convert for Rectangle, to operate on right/bottom valuesMike Kaganski