summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)AuthorFilesLines
2022-06-24Fix leak with stock widgets in a dialog from an extensionSamuel Mehrbrodt1-0/+6
2022-05-25tdf#148706: map value prop in numericfield to textXisco Fauli1-0/+8
2022-05-25tdf#143612: map SecondaryRefValue in form pdf exportXisco Fauli1-0/+16
2022-05-25related: tdf#148442: do not replace 'Yes' if onValue is emptyXisco Fauli1-2/+0
2022-05-25tdf#148442: map RefValue property to onValue in pdfXisco Fauli1-0/+9
2021-11-12adapt to Sequence::operator[] non-const removalLuboš Luňák1-3/+4
2021-11-12make it possible to find out what fonts are actually really usedLuboš Luňák1-0/+28
2021-10-31Prepare for removal of non-const operator[] from Sequence in toolkitMike Kaganski16-78/+68
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák1-1/+1
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin2-2/+2
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin1-3/+3
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin1-5/+5
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski7-15/+15
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski6-31/+32
2021-10-12loplugin:moveparam in variousNoel Grandin1-4/+4
2021-10-08loplugin:moveparam in vclNoel Grandin1-1/+1
2021-10-05drop 'using namespace std' in s* + toolkitJulien Nabet1-2/+0
2021-10-01loplugin:constmethodNoel Grandin3-5/+5
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin1-1/+1
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák2-3/+3
2021-09-20Add sal/config.h in preparation for patchChris Sherlock1-0/+2
2021-09-18vcl: create FontMetric from PhysicalFontFaceChris Sherlock1-2/+2
2021-09-18Fix typoAndrea Gelmini1-2/+2
2021-09-18Fix typoAndrea Gelmini1-1/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski2-8/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski1-2/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski13-23/+23
2021-09-07vcl: move OutputDevice rasterop functions to outdev.cxxChris Sherlock1-7/+8
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin21-70/+21
2021-09-04use std::vector for fetching DX array dataNoel Grandin1-3/+3
2021-08-30tdf#74702 vcl: introduce GetSystemTextColor()Chris Sherlock5-9/+9
2021-08-25osl::Mutex->std::mutex in ResourceListenerNoel Grandin2-19/+20
2021-08-24remove pimpl from WindowStyleSettingsNoel Grandin2-285/+273
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin5-8/+7
2021-08-19loplugin:constmethodsNoel Grandin1-1/+1
2021-08-19toolkit: fix deadlock in MutableTreeNodeMichael Stahl1-10/+14
2021-08-18loplugin:constparamsNoel Grandin1-1/+1
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski1-2/+2
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-08-04osl::Mutex->std::mutex in VCLXPointerNoel Grandin2-6/+4
2021-08-04osl::Mutex->std::mutex in VCLXRegionNoel Grandin2-16/+14
2021-08-04inline some typedefsNoel Grandin1-12/+10
2021-08-04getReference is unnecessaryNoel Grandin1-13/+5
2021-08-04osl::Mutex->std::mutex in MutableTreeNodeNoel Grandin1-20/+21
2021-08-04osl::Mutex->std::mutex in VCLXBitmapNoel Grandin2-7/+7
2021-08-04osl::Mutex->std::mutex in SimpleNamedThingContainerNoel Grandin1-15/+18
2021-08-04osl::Mutex->std::mutex in getDefaultFormatsNoel Grandin1-29/+17
2021-08-02convert #defines to OUStringLiteralNoel Grandin4-14/+14
2021-07-29rtl::Static -> static localNoel Grandin1-17/+14
2021-07-28a11y: Expose FormattedField as spinboxMichael Weghorn3-1/+13