summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)AuthorFilesLines
2022-09-17tdf#150974 Writer crashes when starting with WollMux installedNoel Grandin1-0/+26
2022-06-15Fix leak with stock widgets in a dialog from an extensionSamuel Mehrbrodt1-0/+6
2022-06-11fix 32bit build in new a11y cppunit testsRene Engelhard2-9/+9
2022-06-10new loplugin:moveitNoel Grandin1-2/+1
2022-06-08Fix typoAndrea Gelmini1-1/+1
2022-06-08Fix typoAndrea Gelmini1-1/+1
2022-06-08toolkit: convert AccessibleStatusBar test to C++Colomban Wendling15-316/+1848
2022-05-20new loplugin:unnecessary lockingNoel Grandin1-1/+0
2022-05-18tdf#105972: pdf form: export date fields as date typeXisco Fauli1-0/+48
2022-05-18tdf#105972: pdf form: export time fields as time typeXisco Fauli1-2/+30
2022-05-17tdf#105972: pdf form: export numeric and currency fields as number typeXisco Fauli1-0/+36
2022-05-13tdf#148706: map value prop in numericfield to textXisco Fauli1-0/+8
2022-05-12tdf#143612: map SecondaryRefValue in form pdf exportXisco Fauli1-0/+16
2022-05-12related: tdf#148442: do not replace 'Yes' if onValue is emptyXisco Fauli1-2/+0
2022-05-11tdf#148442: map RefValue property to onValue in pdfXisco Fauli1-0/+9
2022-05-05use more o3tl::getTokenNoel Grandin1-1/+1
2022-05-04Just use Any ctor instead of makeAny (macOS)Stephan Bergmann1-4/+4
2022-05-03Use o3tl::make_unsigned in some placesStephan Bergmann9-15/+21
2022-05-03Just use Any ctor instead of makeAny in toolkitStephan Bergmann14-93/+92
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