summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/chardlg.cxx
AgeCommit message (Expand)Author
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29convert LANG_LIST constants to scoped enumNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann
2015-04-18cui: convert new to ::Create.Michael Meeks
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09prophylactic double dispose audit.Michael Meeks
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-23loplugin:constantfunction: cuiNoel Grandin
2015-03-12CppCheck cleanlyness : reduce variable's scopeMichaël Lefèvre
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl
2015-01-20Some more loplugin:cstylecast: cuiStephan Bergmann
2014-12-18cui: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-09changed timers to idlesTobias Madl
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn
2014-10-23loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-07-30Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann
2014-06-04avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard
2014-05-22handle SvxLanguageComboBox editEike Rathke
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin
2014-05-16use SvxLanguageBoxBase* in the general routinesEike Rathke
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin
2014-04-27constLuboš Luňák
2014-04-16cui: sal_Bool->boolNoel Grandin
2014-04-02Resolves: fdo#75307 discard invalid user dataCaolán McNamara
2014-03-27sfx2: sal_Bool->boolNoel Grandin
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-02-27editeng: sal_Bool->boolNoel Grandin
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20svl: sal_Bool -> boolStephan Bergmann