summaryrefslogtreecommitdiff
path: root/include/tools
AgeCommit message (Expand)AuthorFilesLines
2022-06-09loplugin:unusedmethodsNoel Grandin1-31/+0
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski1-0/+8
2022-06-04Rectangle: move inline definition into functionsJan-Marek Glogowski1-32/+36
2022-06-03Use more appropriate type for MultiSelection::nCurSubSel et alStephan Bergmann1-3/+4
2022-05-27clang-tidy modernize-pass-by-value in toolsNoel Grandin1-3/+3
2022-05-20elide temporary OUStringBuffer in INetURLObjectNoel Grandin1-13/+51
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin1-0/+2
2022-05-06tdf#103954: Z compressed graphic formats support for EMF/WMFofftkp1-0/+6
2022-05-05Deprecate css::uno::makeAny; completely disable it for LIBO_INTERNAL_ONLYStephan Bergmann1-6/+0
2022-05-02Add css::uno::Any(Color) specializationStephan Bergmann1-0/+2
2022-04-29use more string_view in INetURLObjectNoel Grandin1-16/+16
2022-04-28use more string_view in tools::INetMIMENoel Grandin1-1/+1
2022-04-28use more string_view in tools::SvGlobalNameNoel Grandin1-1/+1
2022-04-28use more string_view in tools::ColorNoel Grandin1-1/+1
2022-04-27use more string_view in toolsNoel Grandin2-4/+4
2022-04-25use string_view in CompareProtocolSchemeNoel Grandin1-2/+1
2022-04-12include OutputDevice MapMode in SalLayoutGlyphsCache key (tdf#148400)Luboš Luňák2-0/+8
2022-04-10use more string_viewNoel Grandin1-3/+3
2022-04-05Removed duplicated includeAndrea Gelmini1-1/+0
2022-04-05add tools::Guid class to generate, parse GUID valuesTomaž Vajngerl1-0/+166
2022-03-19reduce down to the part and config we are using and move to toolsCaolán McNamara1-0/+40
2022-03-12tdf#147921 Filesave DOC: wrong layout and then all missing from 7.3Noel Grandin1-1/+1
2022-03-10tdf#113066 tdf#142204 EMF Implement SETARCDIRECTIONBartosz Kosiorek1-1/+2
2022-03-01make Calc jumbo sheets an explicit build featureLuboš Luňák1-0/+1
2022-02-24cid#1500555 try -taint_source function annotation tag on function bodyCaolán McNamara1-1/+0
2022-02-23cid#1500555 try -taint_source function annotation tagCaolán McNamara1-0/+1
2022-02-17make DBG_UNHANDLED_EXCEPTION no-op if SAL_LOG_WARN is not enabledLuboš Luňák1-0/+4
2022-02-10MSVC -arch is independent from the ability to use CPU intrinsicsLuboš Luňák1-22/+9
2022-02-10remove AVX and AVX512 code from CalcLuboš Luňák2-0/+12
2022-02-09Simplify SvGlobalNameMike Kaganski1-33/+7
2022-02-07float-cast-overflowStephan Bergmann1-1/+5
2022-01-31jsonwriter: ensure correct number of bytes is availableSzymon Kłos1-0/+18
2022-01-12Remove break; after returnAndrea Gelmini1-1/+0
2022-01-10use less SvStream::Flush()Noel Grandin1-4/+4
2022-01-08vcl: Create listfonts utilityChris Sherlock1-0/+374
2021-12-24Use rtl functions instead of own surrogate checking/combiningMike Kaganski1-9/+5
2021-12-24Recheck include/[s-x]* with IWYUGabor Kelemen4-4/+0
2021-12-08tdf#146120 sw: show tracked table changes with different colorLászló Németh1-0/+2
2021-12-01improve the script for reducing symbol exportsNoel Grandin1-8/+9
2021-11-30remove unnecessary virtual inheritanceLuboš Luňák1-1/+1
2021-11-29tools Color: implement MSO-style luminance modulation/offset filterMiklos Vajna1-0/+8
2021-11-23tdf#133835 speedup calc autofilter (11)Noel Grandin1-1/+1
2021-11-22tdf#133835 speedup calc autofilter (9)Noel Grandin1-1/+1
2021-11-22Generalize DegreeNMike Kaganski1-8/+21
2021-11-22tdf#133835 speedup calc autofilter (6)Noel Grandin1-8/+8
2021-11-21tdf#133835 speedup calc autofilter (5)Noel Grandin1-1/+1
2021-11-21tdf#133835 speedup calc autofilter (4)Noel Grandin1-1/+1
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski1-2/+5
2021-11-19loplugin:stringliteraldefine in toolsNoel Grandin1-6/+6
2021-11-03Introduce 'scale' to Point/Size/Rectangle, to simplify anisotropic scalingMike Kaganski1-15/+44