summaryrefslogtreecommitdiff
path: root/include/svtools/calendar.hxx
AgeCommit message (Expand)Author
2018-05-02Fix typosAndrea Gelmini
2018-04-29loplugin:useuniqueptr in CalendarNoel Grandin
2017-10-24loplugin:finalclasses in svtoolsNoel Grandin
2017-08-25loplugin:unusedfieldsNoel Grandin
2017-08-25loplugin:unusedmethodsNoel Grandin
2017-08-18WB_RANGESELECT,WB_MULTISELECT in Calendar is deadNoel Grandin
2017-08-18WB_BOLDTEXT,WB_FRAMEINFO,WB_WEEKNUMBER are deadNoel Grandin
2017-08-18WB_QUICKHELPSHOWSDATEINFO is deadNoel Grandin
2017-07-21loplugin:unusedfields in svtoolsNoel Grandin
2017-07-20change some Date += long to Date += sal_Int32Jochen Nitschke
2017-06-21loplugin:unusedfields in svtoolsNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2016-11-21loplugin:countusersofdefaultparams in include/svtoolsNoel Grandin
2016-10-27loplugin:expandablemethods in svtoolsNoel Grandin
2016-10-07loplugin:staticmethods: svtoolsStephan Bergmann
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke
2016-06-24loplugin:singlevalfields in svtoolsNoel Grandin
2016-04-13loplugin:passstuffbyref in svtoolsNoel Grandin
2016-04-04loplugin:constantparam in svtoolsNoel Grandin
2016-03-17loplugin:constantparam in svtoolsNoel Grandin
2016-03-04loplugin:unuseddefaultparam in svtoolsNoel Grandin
2016-03-01loplugin:unuseddefaultparam in svtoolsNoel Grandin
2016-02-09Formatting changes across all modulesChris Sherlock
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-09convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-17maSelectHdl is unusedNoel Grandin
2015-08-17make Link<> typedNoel Grandin
2015-08-17maDoubleClickHdl is unusedNoel Grandin
2015-08-17maRequestDateInfoHdl is unusedNoel Grandin
2015-08-17maDateRangeChangedHdl is unusedNoel Grandin
2015-08-17maSelectionChangingHdl is unusedNoel Grandin
2015-07-14loplugin:unusedmethods svtoolsNoel Grandin
2015-05-18-Werror,-Winconsistent-missing-overrideStephan Bergmann
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl
2015-05-11refactor "Calendar" control to use RenderContextTomaž Vajngerl
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-17svtools: convert new to ::Create.Noel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud