summaryrefslogtreecommitdiff
path: root/toolkit/source/helper
AgeCommit message (Expand)AuthorFilesLines
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski2-9/+9
2021-07-28a11y: Expose FormattedField as spinboxMichael Weghorn2-1/+6
2021-07-07tdf#140594 Create proper window peer for FORMATTEDFIELDMichael Weghorn1-0/+1
2021-05-19fix crash in X-Ray extensionNoel Grandin1-8/+16
2021-05-17split OutputDevice from WindowNoel Grandin1-1/+1
2021-05-13DBG_ASSERT->assert in UnoWrapperNoel Grandin1-9/+10
2021-05-13can pass by const& hereNoel Grandin1-1/+1
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin1-10/+12
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin1-12/+10
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-04-12vclxtopwindow.hxx and vclxcontainer.hxx can now be private headersCaolán McNamara1-2/+2
2021-04-12VCLXMultiPage can be in private headersCaolán McNamara1-0/+1
2021-04-08move set/get Pointer to VCLUnoHelperCaolán McNamara1-4/+22
2021-02-23loplugin:refcounting in toolkitNoel2-9/+6
2021-02-19foward declare NotebookBarAddonsItem instead of using includeCaolán McNamara1-3/+2
2021-02-17loplugin:referencecasting in test..toolkitNoel1-1/+1
2021-01-25avoid some ref-countingNoel Grandin1-6/+6
2021-01-09fix coverity parse errorsCaolán McNamara1-14/+14
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-14/+14
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+2
2020-12-04add a way to get an awt::XPopupMenu from a PopupMenuCaolán McNamara1-0/+6
2020-11-18tdf#123936 Formatting files in module toolkit with clang-formatPhilipp Hofer1-8/+9
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel1-9/+9
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-2/+2
2020-10-20fix font orientation conversion in VCLUnoHelperNoel Grandin1-2/+2
2020-08-04loplugin:flatten in toolkitNoel Grandin1-11/+11
2020-07-03remove some dead WindowType valuesNoel Grandin1-3/+0
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: toolkitStephan Bergmann2-4/+4
2020-06-24use more std::container::insert instead of std::copyNoel Grandin1-2/+1
2020-05-08split button.hxx into toolkit-only pieceCaolán McNamara1-1/+1
2020-04-10Make BitmapPrimitive2D vcl-independentArmin Le Grand1-0/+5
2020-03-03inline some use-once constantsNoel Grandin1-72/+0
2020-02-05move some toolkit/ headers inside the moduleNoel Grandin3-7/+7
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin1-1/+1
2019-12-23sal_Char->char in toolkitNoel Grandin1-73/+73
2019-12-03remove some useless comment linesNoel Grandin2-2/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann2-0/+10
2019-11-07ButtonDialog is only inherited fromCaolán McNamara1-7/+0
2019-10-15move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák1-1/+1
2019-09-18tdf#42949 Fix IWYU warnings in toolkit/Gabor Kelemen5-26/+1
2019-09-17move GetStandardText to stdtext.hxxCaolán McNamara1-1/+2
2019-08-26tdf#93998 toolkit: restore support for setting dialog background from shapeMiklos Vajna1-1/+1
2019-08-20loplugin:constvars in test..unotoolsNoel Grandin1-2/+2
2019-08-15loplugin:sequenceloop in test..toolkitNoel Grandin1-1/+1
2019-07-21loplugin:referencecasting in test..toolkitNoel Grandin1-3/+3
2019-07-04remove some unneede vcl/bitmap.hxx includesNoel Grandin1-1/+0
2019-06-30Simplify Sequence iterations in toolkitArkadiy Illarionov3-13/+7
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov2-9/+9
2019-06-04tdf#39593 remove IMPL_XUNOTUNNEL* macrosArkadiy Illarionov2-9/+9
2019-05-08tdf#43157 Clean up OSL_VERIFY (replace with SAL_WARN)Jens Carl1-22/+48