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