summaryrefslogtreecommitdiff
path: root/vcl/source/components
AgeCommit message (Expand)AuthorFilesLines
2022-05-15use comphelper::WeakComponentImplHelper in GenericClipboardNoel Grandin1-20/+11
2022-05-03Just use Any ctor instead of makeAny in vclStephan Bergmann1-1/+1
2022-02-11lok: add private member transfer data to GenericDragSourceHenry Castro1-1/+7
2022-01-07VCL move platform code from mouse.cxx into pluginsJan-Marek Glogowski1-4/+21
2022-01-06We don't want or need any LOKClipboard on iOSTor Lillqvist1-0/+4
2021-03-09Don't use uninitialized member to initialize base classMike Kaganski1-1/+2
2020-07-31tdf#135212 Don't crash when unable to create clipboardMichael Weghorn1-1/+2
2020-07-07vcl/clipboard: create instances with uno constructorsNoel Grandin2-59/+7
2020-07-07vcl: create instances with uno constructorsNoel Grandin2-31/+11
2020-04-08Make SalInstance::CreateClipboard return a single instance in the non-LOK caseStephan Bergmann1-3/+24
2020-01-27tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorBurak Bala1-4/+2
2019-12-24sal_Char->char in vclNoel Grandin1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann2-0/+20
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann1-1/+1
2019-08-18tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-2/+2
2019-08-10loplugin:stringconstant (macOS)Stephan Bergmann1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): vclStephan Bergmann2-10/+10
2019-07-02tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*Gabor Kelemen3-8/+0
2019-06-18Simplify Sequence iterations in vclArkadiy Illarionov1-4/+2
2019-05-28tdf#124752: Add system clipboard interface for iOSTor Lillqvist1-0/+2
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-2/+2
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin3-10/+10
2017-11-03Replace some lists by vectors (vcl)Julien Nabet1-6/+5
2017-10-23loplugin:includeform: vclStephan Bergmann2-19/+19
2017-07-28loplugin:checkunusedparams more part1Noel Grandin2-2/+2
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-04-25enable clipboard service for androidTomaž Vajngerl1-0/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-73/+58
2016-11-23loplugin:unnecessaryoverride (dtors) in vclStephan Bergmann2-25/+0
2016-10-26loplugin:expandablemethods in vclNoel Grandin1-46/+22
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-5/+5
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin1-2/+2
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock2-3/+3
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris 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-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2015-11-18com::sun::star->css in vcl/Noel Grandin3-44/+44
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-4/+2
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-09new loplugin: oncevarNoel Grandin2-25/+13
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-33/+33
2015-09-11vcl: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-3/+3
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-19/+37
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann2-0/+2
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-2/+2