summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-07-19tools: try to work around DavGetHTTPFromUNCPath() not URL-encoding pathMichael Stahl1-1/+6
2022-06-03Use more appropriate type for MultiSelection::nCurSubSel et alStephan Bergmann1-22/+26
2022-05-30tdf#147021 Use std::size() instead SAL_N_ELEMENTS macroRoman Kuznetsov1-3/+4
2022-05-24no need to call makeStringAndClear hereNoel Grandin1-2/+2
2022-05-24no need to call makeStringAndClear hereNoel Grandin1-20/+13
2022-05-20elide temporary OUStringBuffer in INetURLObjectNoel Grandin1-53/+54
2022-05-16no need to stat a dir when opening a temporary fileNoel Grandin1-6/+12
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin1-3/+10
2022-05-13sw content controls, dropdown: add LOK APIMiklos Vajna1-0/+17
2022-05-07This condition is apparently fatalStephan Bergmann1-1/+2
2022-05-06tdf#103954: Z compressed graphic formats support for EMF/WMFofftkp1-7/+16
2022-05-03Adapt Base64::decodeSomeChars to change from OUString to std::u16string_viewStephan Bergmann1-1/+1
2022-05-01use more string_view in variousNoel Grandin1-2/+2
2022-04-29use more string_view in INetURLObjectNoel Grandin3-74/+76
2022-04-28use more string_view in tools::INetMIMENoel Grandin1-3/+3
2022-04-28use more string_view in tools::SvGlobalNameNoel Grandin1-3/+3
2022-04-28use more string_view in tools::ColorNoel Grandin1-7/+7
2022-04-27use more string_view in toolsNoel Grandin2-13/+19
2022-04-26add o3tl::toUInt32Noel Grandin1-1/+2
2022-04-25use string_view in CompareProtocolSchemeNoel Grandin1-4/+3
2022-04-12include OutputDevice MapMode in SalLayoutGlyphsCache key (tdf#148400)Luboš Luňák2-0/+19
2022-04-05Fix typosAndrea Gelmini1-1/+1
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