summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2 daysdo less OString->OUString conversion in tools datetime functionsNoel Grandin1-5/+18
2 dayscreateFromAscii -> OUString literals in INetURLObjectNoel Grandin1-31/+31
3 daysreplace createFromAscii with OUString literals in INetURLObjectNoel Grandin1-62/+62
12 daysmakefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)Christian Lohmaier1-3/+3
14 dayscid#1596706 Dereference after null checkCaolán McNamara1-1/+2
2024-05-01WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara2-11/+7
2024-04-23loplugin:singlevalfieldsNoel Grandin1-59/+16
2024-04-19loplugin:unusedfieldsNoel Grandin1-2/+0
2024-04-18Optimize a bit, to avoid a copy of the vectorMike Kaganski1-6/+11
2024-04-17Simplify a bitMike Kaganski1-13/+0
2024-04-17Drop FRound, and use generalized basegfx::froundMike Kaganski5-83/+31
2024-04-14Round in XmlWriter::attribute when passing a doubleMike Kaganski1-1/+1
2024-03-17loplugin:unusedmethodsNoel Grandin1-5/+0
2024-03-11Document Colors do not show any color in the PaletteCaolán McNamara1-0/+10
2024-03-09Support o3tl::iterateCodePoints with both sal_Int32 and std::size_tStephan Bergmann1-2/+3
2024-03-02avoid a memcpy when constructing output of tools::JsonWriterNoel Grandin1-9/+12
2024-02-29Restore a commentMike Kaganski1-0/+4
2024-02-29Use <bit> instead of platform-specific intrinsicsMike Kaganski2-49/+6
2024-02-25Avoid MAX_PATH limitation in launcherMike Kaganski2-46/+21
2024-02-23use more string_view in tools::JsonWriterNoel Grandin2-10/+11
2024-02-06return string_view from some XmlWalker methodsNoel Grandin2-6/+9
2024-01-14Fix system-libfixmathThorsten Behrens1-1/+1
2024-01-09Simplify a bitMike Kaganski1-49/+27
2024-01-09lok: external data source listSzymon Kłos2-0/+32
2024-01-08Simplify JsonWriter a bitMike Kaganski2-42/+10
2023-12-30no need to use SvLockBytes in formsNoel Grandin1-4/+1
2023-12-23cid#1471704 Assignment of overlapping memoryCaolán McNamara1-4/+5
2023-12-22cid#1546500 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+3
2023-12-20Make BigInt::DivMod public, to allow optimized divisionMike Kaganski1-28/+67
2023-12-20Simplify and rename for clarityMike Kaganski2-100/+70
2023-12-20ofz#65165 Stack-buffer-overflow READ 4 test caseCaolán McNamara2-109/+115
2023-12-17Simplify BigIntMike Kaganski1-313/+187
2023-12-16Drop incorrect conditional compilationMike Kaganski1-2/+2
2023-12-12Simplify and fix SvGlobalName comparisonMike Kaganski1-21/+0
2023-12-12Make some SvGlobalName ctors constexprMike Kaganski1-11/+0
2023-12-11Clean up SvStream API a bitMike Kaganski1-7/+10
2023-12-10Simplify SvStream::WriteDoubleMike Kaganski1-11/+3
2023-12-10Keep original errorMike Kaganski1-1/+1
2023-12-07cid#1545320 Unused valueCaolán McNamara1-4/+2
2023-11-29Extended loplugin:ostr: toolsStephan Bergmann1-1/+1
2023-11-19Extended loplugin:ostr: toolsStephan Bergmann8-81/+81
2023-11-07warn about exotic protocols as wellCaolán McNamara1-1/+2
2023-11-06tdf#146619 Recheck include/t* with IWYUGabor Kelemen1-0/+1
2023-11-03add some protocols that don't make sense as floating frame targetsCaolán McNamara1-0/+8
2023-11-01tdf#157820: handle \\?\ prefixes in INetURLObjectMike Kaganski2-17/+97
2023-10-23tdf#130924 replace '*printf' with 'SAL_*' logging macros in toolssahil1-12/+4
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: toolsStephan Bergmann1-28/+28
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann1-6/+6
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann1-1/+1
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann1-1/+1