summaryrefslogtreecommitdiff
path: root/include/tools
AgeCommit message (Expand)AuthorFilesLines
2022-10-27tdf#123419 optimise ImplMakeFractionNoel Grandin1-0/+3
2022-10-24tdf#133768 speed up temp file creationNoel Grandin1-2/+3
2022-10-22Fix StartWritingUnicodeTextMike Kaganski1-2/+1
2022-10-01Follow One Definition Rule for COL enum.Sergey Fukanchik1-50/+50
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin1-1/+1
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock1-7/+7
2022-08-19tools: use std::swap() in gen.hxxChris Sherlock1-10/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-194/+0
2022-08-09tools: prefix member variables with an 'm'Chris Sherlock1-130/+130
2022-07-28tdf#143148 tools: Use pragma once instead of include guardsChris Sherlock1-4/+2
2022-07-20move wintypes.hxx from tools to vclChris Sherlock1-265/+0
2022-07-12use a read-only stream when reading graphic dataLuboš Luňák1-0/+4
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-7/+6
2022-06-17Rectangle: split SetSize into SetWidth/SetHeightJan-Marek Glogowski1-1/+29
2022-06-12Add compression support for GZ through ZCodecofftkp1-0/+14
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