summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)AuthorFilesLines
2022-04-20loplugin:passstuffbyrefNoel Grandin2-2/+2
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin1-1/+2
2022-04-02Recheck modules t* with IWYUGabor Kelemen38-55/+16
2022-03-28Operate on VCL Menu with SolarMutex lockedStephan Bergmann1-0/+1
2022-03-05GetComponentServiceName can be constNoel Grandin20-46/+46
2022-02-22Add XWeak constructor and operator= to uno::WeakReferenceNoel Grandin1-1/+1
2022-02-09expand out IMPLEMENT_FORWARD_XTYPEPROVIDER3Noel Grandin2-3/+19
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)1-0/+7
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin2-6/+5
2022-01-14no need to hold OInterfaceContainerHelper4 by unique_ptrNoel Grandin1-9/+4
2022-01-08Fix buildMike Kaganski1-2/+2
2022-01-08move UserData bodge into VCLXMenuCaolán McNamara1-0/+16
2022-01-05Disable epoxy test with --disable-guiJan-Marek Glogowski1-5/+1
2021-12-27osl::Mutex->std::mutex in ODocumentCloserNoel Grandin1-9/+9
2021-12-27use comphelper::WeakComponentImplHelper in GridColumnNoel Grandin2-37/+33
2021-12-18use more cppu::BaseMutexNoel Grandin1-8/+3
2021-12-18tdf#146286 Crash/hang calling context menuNoel Grandin1-8/+9
2021-12-17osl::Mutex->std::mutex in VCLXMenuNoel Grandin1-46/+46
2021-12-17osl::Mutex->std::mutex in VCLXFontNoel Grandin1-7/+7
2021-12-16use more OInterfaceContainerHelper3 in toolkitCaolán McNamara4-30/+10
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann1-1/+1
2021-11-29use more XPopupMenu methods over PopupMenu onesCaolán McNamara1-1/+1
2021-11-29move PopupMenu::IsInExecute out of vcl/include/menu.hxxCaolán McNamara1-1/+2
2021-11-28use more OInterfaceContainerHelper3 in toolkitNoel Grandin7-38/+32
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