summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/app/i18n_status.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-09-04tdf#118314 Code clean up on imestatuswindowSzabolcs Toth1-439/+0
2018-06-09hold and return SalI18NImeStatus using std::unique_ptrNoel Grandin1-2/+2
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-1/+1
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-1/+1
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-10/+10
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-2/+2
2017-09-28Unify SalUserEvent handlingJan-Marek Glogowski1-6/+3
2017-09-19rename GetGenericData to GetGenericUnixSalDataNoel Grandin1-2/+2
2017-07-24loplugin:unusedfields some untouched fieldsNoel Grandin1-194/+1
2017-07-20loplugin:unusedfields in vclNoel Grandin1-8/+2
2017-06-17loplugin:unusedfields in vcl part2Noel Grandin1-4/+1
2017-05-18Revert "Fix typos"Stephan Bergmann1-1/+1
2017-05-18Fix typosAndrea Gelmini1-1/+1
2017-03-21cppcheck: alloca (vcl/i18n_status)Julien Nabet1-3/+3
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-4/+4
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-09-06don't need to include all these headers, reduce to required minCaolán McNamara1-1/+1
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin1-3/+3
2016-05-19Resolve: "TODO(Q1): Make GetSystemData method virtual"Caolán McNamara1-5/+5
2016-05-19rename to two GetSystemData methods to find all call-sitesCaolán McNamara1-5/+5
2016-05-10Convert SAL_EVENT to scoped enumNoel Grandin1-1/+1
2016-02-22tdf#82577: Remove prex.h and postx.h wrapper headersJorenz Paragas1-2/+1
2016-02-22loplugin:commaoperator in vcl/Noel Grandin1-1/+4
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-2/+2
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-1/+1
2015-11-13vcl: rename static variable I18NStatus::pInstanceMichael Stahl1-9/+9
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-13/+13
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-12/+12
2015-10-06loplugin:unusedmethodsNoel Grandin1-5/+0
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-3/+2
2015-08-21loplugin: defaultparamsNoel Grandin1-1/+1
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-05-25convert SHOW constants to scoped enumNoel Grandin1-2/+2
2015-05-08PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks1-1/+1
2015-04-30Use typed Link for MenuButton::SetSelectHdlStephan Bergmann1-3/+2
2015-04-20vcl: convert new to ::CreateMichael Meeks1-4/+4
2015-04-10re-insert erroneously converted delete calls.Michael Meeks1-0/+1
2015-04-10vclwidget: make sure we have an explicit destructorNoel Grandin1-0/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-3/+1
2015-04-09loplugin: vclwidget: add check that dispose is calling superclass disposeNoel Grandin1-11/+7
2015-04-09vcl: window destructors calling disposeNoel Grandin1-3/+0
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin1-2/+2
2015-04-09vcl: add cast operator to VclReference to convert to pointerNoel Grandin1-1/+1
2015-04-09manage VCL widgets using rtl::ReferenceNoel Grandin1-24/+38