summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-03-31tdf#148253: fix matching algorithmMike Kaganski3-35/+89
2022-03-16tdf#147921 Filesave DOC: wrong layout and then all missing from 7.3Noel Grandin1-17/+21
2022-03-11tdf#113066 tdf#142204 EMF Implement SETARCDIRECTIONBartosz Kosiorek2-15/+28
2021-12-24tdf#146382 cant open file from Explorer-attached remote locationNoel Grandin2-0/+12
2021-12-06tdf#128715 fix tools::Time::GetMonotonicTicks() on 32-bit linuxUrja Rannikko1-2/+3
2021-11-29speed up Fraction::operator*= a littleNoel Grandin1-6/+15
2021-11-26tdf#133835 speedup calc autofilter (10)Noel Grandin1-20/+22
2021-11-24Fix typos and translationsAndrea Gelmini1-1/+1
2021-11-23Use proper type for OUString length variablesStephan Bergmann1-3/+3
2021-11-23Add test for INetURLObject::changeSchemeStephan Bergmann1-0/+18
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-11-23avoid OUString temporary in INetURLObject::changeSchemeNoel Grandin1-4/+2
2021-11-23tools: fix INetURLObject::changeScheme()Michael Stahl1-4/+5
2021-11-22tdf#133835 speedup calc autofilter (9)Noel Grandin1-48/+46
2021-11-22tdf#133835 speedup calc autofilter (8)Noel Grandin1-1/+1
2021-11-22tdf#133835 speedup calc autofilter (6)Noel Grandin1-19/+19
2021-11-21tdf#133835 speedup calc autofilter (5)Noel Grandin1-44/+73
2021-11-21tdf#133835 speedup calc autofilter (4)Noel Grandin1-57/+101
2021-11-20tdf#133835 speedup calc autofilter (3)Noel Grandin1-34/+32
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski3-3/+3
2021-11-19Drop F_2PIMike Kaganski1-2/+2
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski1-3/+3
2021-11-19rtl::Static->thread-safe static in toolsNoel Grandin1-4/+7
2021-10-31Prepare for removal of non-const operator[] from Sequence in toolsMike Kaganski1-18/+18
2021-10-29Let's assume this is a bogus warningTor Lillqvist1-2/+0
2021-10-28-Werror,-Wunused-macrosStephan Bergmann3-0/+6
2021-10-27CPU-specific files should not include templates or inlinesLuboš Luňák3-16/+16
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-4/+2
2021-10-14Simplify JsonWriter a bitMike Kaganski1-13/+16
2021-10-13Improve JsonWriter's escapement codeMike Kaganski1-56/+79
2021-10-13Unify JsonWriter::put and putRaw a bitMike Kaganski2-58/+8
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-24/+18
2021-10-02fix buffer overruns in JsonWriter::put with UTF-8 valuesNoel Grandin1-3/+8
2021-10-02simplify JsonWriter::reallocBuffer by using reallocNoel Grandin1-4/+1
2021-09-30loplugin:constmethod handle more casesNoel Grandin1-1/+1
2021-09-30no need to copy the name in XmlWalker::attributeNoel Grandin1-3/+2
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák4-15/+30
2021-09-17ensure that some basic geometry classes are trivially copyableLuboš Luňák1-0/+7
2021-09-16Revert "speedup rational_FromDouble"Noel Grandin1-5/+5
2021-09-15No need to check if nDX is 0 for atan2Mike Kaganski1-1/+1
2021-09-10clang:optin.performance.Padding in toolsNoel Grandin1-3/+3
2021-09-06tdf#144319 fix formula loadNoel Grandin1-0/+3
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin2-6/+3
2021-08-26tdf#142307 - Upgrade SSE2 sum to AVX512 sum with Neumaier 1dante1-0/+5
2021-08-17Fix o3tl::convert for Rectangle, to operate on right/bottom valuesMike Kaganski1-0/+24
2021-08-17Rename SaturatingSet[XY] to SaturatingSetPos[XY]Mike Kaganski1-2/+2
2021-08-17Simplify and inline tools::Rectangle::JustifyMike Kaganski1-9/+0
2021-08-17Fix ctor taking Point and Size, to properly handle regative sizesMike Kaganski1-0/+11
2021-08-16Rename setX/setY to SetPosX/SetPosY, to align with SetPosMike Kaganski2-16/+2
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski2-3/+3