summaryrefslogtreecommitdiff
path: root/basctl/source/dlged
AgeCommit message (Expand)Author
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-25simplify, IsEmpty() checks both Right and Bottom alreadyNoel Grandin
2015-08-22tdf#93077 - basic dialog localization issues.Michael Meeks
2015-08-17o3tl: rename compat_functional headerThorsten Behrens
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-07Resolves: tdf#92896 wrong delete language dialog pathCaolán McNamara
2015-07-17com::sun::star->css in basctlNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-05Resolves: tdf#90361 CellValueBinding/CellRangeListSource need WithArgumentsCaolán McNamara
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-26convert SCROLL constants to scoped enumNoel Grandin
2015-05-14refactor "basctl" classes to use RenderContextTomaž Vajngerl
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann
2015-04-29convert SDRSEARCH_ constants to scoped enumNoel Grandin
2015-04-29convert LANG_LIST constants to scoped enumNoel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel 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-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in basctlNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-24loplugin:constantfunction: basctlNoel Grandin
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant
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-02-17tdf#39440 - cppcheck cleanlinessRadu Ioan
2015-02-10coverity#1268024 coverity#1267686: basctl: uncaught exceptionMichael Stahl
2015-02-01coverity#1267686 Uncaught exceptionCaolán McNamara
2014-12-22avoid 'don't create ItemSets with full range before FreezeIdRanges assert'Caolán McNamara
2014-12-09timers: Timer never started, remove it completely.Tobias Madl
2014-12-09changed timers to idlesJennifer Liebel
2014-12-08reduce scope of local variablesMichael Weghorn
2014-12-04impl. Clone for all subclasses of SdrPageDavid Tardon
2014-12-04ooo#93212 avoid slicing during construction of SdrPageDavid Tardon
2014-11-22timers: Timer never started, remove it completely.Tobias Madl
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-23loplugin: cstylecastNoel Grandin
2014-10-17coverity#1247644 Uncaught exceptionCaolán McNamara
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-09-30fdo#82577: Handle RegionNoel Grandin