summaryrefslogtreecommitdiff
path: root/cui/source/inc/numfmt.hxx
AgeCommit message (Expand)Author
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-20use toggle instead of click for CheckButtonCaolán McNamara
2020-11-19SvxNumberFormatTabPage::nInitFormat should presumably be sal_uInt32Stephan Bergmann
2020-10-04Fix format comment handling in number format dialogEike Rathke
2020-09-13tdf#124176 Use #pragma once in cuiGeorge Bateman
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2019-11-20loplugin:unusedmethodsNoel Grandin
2019-10-17rename LanguageBox back to SvxLanguageBoxCaolán McNamara
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara
2019-09-26now drop TabPageParent intermediateCaolán McNamara
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara
2019-07-25tdf#42949 Fix IWYU warnings in cui/*hxxGabor Kelemen
2018-09-28weld ScAttrDlgCaolán McNamara
2018-09-28weld SvxNumberFormatTabPageCaolán McNamara
2018-06-21loplugin:useuniqueptr in SvxNumberFormatTabPageNoel Grandin
2018-06-12fix leak in SfxApplication::OpenDocExec_ImplNoel Grandin
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara
2017-07-31loplugin:constparams in cuiNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2016-11-10loplugin:expandablemethods in cuiNoel Grandin
2016-10-19loplugin:expandablemethodds in cuiNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-14loplugin:constantparam in chart2..connectivityNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-16Fraction Number Format: add UI/Sidebar optionsLaurent Balland-Poirier
2016-07-25new loplugin overrideparamNoel Grandin
2016-06-06Convert DeactivePage return code to scoped enumNoel Grandin
2016-04-20tdf#99361 Separate checkbox in Number dialogLaurent Balland-Poirier
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-16convert Link<> to typedNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-09-24convert Link<> to typedNoel Grandin
2015-09-11convert Link<> to typedNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-13make Link<> instances typedNoel Grandin
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin
2015-05-06tdf#90258 Toggle Thousand Separator with Engineering NotationLaurent Balland-Poirier
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-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28UpdateFormatListBox_Impl bCat param wants to be of type boolStephan Bergmann
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks