summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-01-15tdf#146754: consider xyz:123 as host:port when parsing URLs smartMike Kaganski
2022-01-10use less SvStream::Flush()Noel Grandin
2022-01-02Introduce OUString::unacquired(const OUStringBuffer&)Mike Kaganski
2021-12-27osl::Mutex->std::mutex in lockFileNoel Grandin
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski
2021-12-25Simplify INetURLObject::parseHostOrNetBiosName a bit moreMike Kaganski
2021-12-24Simplify INetURLObject::parseHostOrNetBiosNameMike Kaganski
2021-12-24Use rtl functions instead of own surrogate checking/combiningMike Kaganski
2021-12-24tdf#146382 cant open file from Explorer-attached remote locationNoel Grandin
2021-12-10Make BOM detection slightly more straightforwardMike Kaganski
2021-12-06tdf#128715 fix tools::Time::GetMonotonicTicks() on 32-bit linuxUrja Rannikko
2021-12-01Fix typosAndrea Gelmini
2021-11-29tools Color: implement MSO-style luminance modulation/offset filterMiklos Vajna
2021-11-26speed 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