summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-04-05add tools::Guid class to generate, parse GUID valuesTomaž Vajngerl2-0/+124
2022-04-02Recheck modules t* with IWYUGabor Kelemen17-35/+13
2022-03-31tdf#148253: fix matching algorithmMike Kaganski3-35/+89
2022-03-20add system-libfixmathRene Engelhard1-1/+12
2022-03-19reduce down to the part and config we are using and move to toolsCaolán McNamara2-0/+173
2022-03-13ofz#45527 detect too many points earlierCaolán McNamara1-1/+2
2022-03-13pass reference to the target vector insteadCaolán McNamara1-9/+8
2022-03-12no need to temporary OUString hereNoel Grandin1-5/+5
2022-03-12tdf#147921 Filesave DOC: wrong layout and then all missing from 7.3Noel Grandin1-17/+21
2022-03-10tdf#113066 tdf#142204 EMF Implement SETARCDIRECTIONBartosz Kosiorek2-15/+28
2022-03-06ofz: Use-of-uninitialized-valueCaolán McNamara1-3/+3
2022-03-05ofz: Use-of-uninitialized-valueCaolán McNamara1-1/+6
2022-02-28cid#1500555 try +taint_sanitize instead of -taint_sourceCaolán McNamara1-2/+2
2022-02-24cid#1500555 try -taint_source function annotation tag on function bodyCaolán McNamara1-2/+4
2022-02-23cid#1500555 try -taint_source function annotation tagCaolán McNamara1-1/+0
2022-02-21cid#1500555 silence Untrusted loop boundCaolán McNamara1-1/+2
2022-02-09Simplify SvGlobalName::GetHexNameMike Kaganski1-25/+8
2022-02-09Flatten SvGlobalName::MakeIdMike Kaganski1-54/+46
2022-02-09Simplify SvGlobalNameMike Kaganski1-129/+48
2022-02-03cid#1497939 Division or modulo by zeroCaolán McNamara1-0/+3
2022-01-31jsonwriter: ensure correct number of bytes is availableSzymon Kłos1-2/+37
2022-01-23Improve DBG_UNHANDLED_EXCEPTION output a bitStephan Bergmann1-1/+2
2022-01-15tdf#146754: consider xyz:123 as host:port when parsing URLs smartMike Kaganski2-2/+55
2022-01-10use less SvStream::Flush()Noel Grandin3-11/+5
2022-01-02Introduce OUString::unacquired(const OUStringBuffer&)Mike Kaganski1-4/+2
2021-12-27osl::Mutex->std::mutex in lockFileNoel Grandin1-5/+5
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski1-2/+2
2021-12-25Simplify INetURLObject::parseHostOrNetBiosName a bit moreMike Kaganski1-11/+9
2021-12-24Simplify INetURLObject::parseHostOrNetBiosNameMike Kaganski1-54/+37
2021-12-24Use rtl functions instead of own surrogate checking/combiningMike Kaganski1-27/+1
2021-12-24tdf#146382 cant open file from Explorer-attached remote locationNoel Grandin2-0/+12
2021-12-10Make BOM detection slightly more straightforwardMike Kaganski1-32/+34
2021-12-06tdf#128715 fix tools::Time::GetMonotonicTicks() on 32-bit linuxUrja Rannikko1-2/+3
2021-12-01Fix typosAndrea Gelmini1-1/+1
2021-11-29tools Color: implement MSO-style luminance modulation/offset filterMiklos Vajna2-0/+45
2021-11-26speed 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