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