summaryrefslogtreecommitdiff
path: root/toolkit/source/helper/vclunohelper.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin1-0/+1
2023-01-16XUnoTunnel->dynamic_cast in VCLXBitmapNoel Grandin1-1/+1
2023-01-16XUnoTunnel->dynamic_cast in VCLXRegionNoel Grandin1-1/+1
2023-01-13XUnoTunnel->dynamic_cast in VCLXFontNoel Grandin1-1/+1
2023-01-13XUnoTunnel->dynamic_cast in VCLXDeviceNoel Grandin1-5/+5
2022-11-19loplugin:unusedmethodsNoel Grandin1-5/+0
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-8/+8
2021-04-08move set/get Pointer to VCLUnoHelperCaolán McNamara1-4/+22
2021-02-23loplugin:refcounting in toolkitNoel1-5/+4
2021-01-25avoid some ref-countingNoel Grandin1-6/+6
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-2/+2
2020-10-20fix font orientation conversion in VCLUnoHelperNoel Grandin1-2/+2
2020-04-10Make BitmapPrimitive2D vcl-independentArmin Le Grand1-0/+5
2020-02-05move some toolkit/ headers inside the moduleNoel Grandin1-5/+5
2019-09-18tdf#42949 Fix IWYU warnings in toolkit/Gabor Kelemen1-6/+0
2019-08-15loplugin:sequenceloop in test..toolkitNoel Grandin1-1/+1
2019-07-04remove some unneede vcl/bitmap.hxx includesNoel Grandin1-1/+0
2019-06-30Simplify Sequence iterations in toolkitArkadiy Illarionov1-3/+2
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov1-8/+8
2019-06-04tdf#39593 remove IMPL_XUNOTUNNEL* macrosArkadiy Illarionov1-8/+8
2019-01-15tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen1-0/+1
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-11-08Convert FieldUnit to scoped enumMike Kaganski1-17/+17
2018-10-22loplugin:staticvar in variousNoel Grandin1-4/+4
2018-09-27loplugin:constfields in toolkitNoel Grandin1-3/+3
2018-02-22loplugin:changetoolsgen in tools..toolkitNoel Grandin1-2/+2
2018-01-15More loplugin:cstylecast: toolkitStephan Bergmann1-10/+10
2018-01-12More loplugin:cstylecast: toolkitStephan Bergmann1-13/+13
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-2/+2
2017-04-02coverity#1403662 Mixing enum typesCaolán McNamara1-170/+7
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-3/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-1/+1
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-36/+36
2016-05-13clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin1-6/+6
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-3/+3
2016-02-03toolkit: remove some comment cruft from vclunohelper.cxxChris Sherlock1-5/+0
2016-02-03tdf#39468 toolkit: translate some German comments in the VCL UNO helper fileChris Sherlock1-2/+2
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-2/+2
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-1/+1
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-2/+2
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-13vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-09com::sun::star->css in toolkit/Noel Grandin1-143/+122
2015-10-16Allow injection of keyboard and mouse events through UNOMatthew J. Francis1-0/+20