summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/numfmt.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-20tdf#99361 Separate checkbox in Number dialogLaurent Balland-Poirier1-24/+35
2016-02-09Remove excess newlinesChris Sherlock1-3/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-24/+24
2015-10-19loplugin:defaultparamsStephan Bergmann1-4/+4
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky1-2/+2
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky1-2/+2
2015-10-16convert Link<> to typedNoel Grandin1-7/+12
2015-10-12convert Link<> to typedNoel Grandin1-16/+17
2015-10-06Fix typosAndrea Gelmini1-1/+1
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-3/+3
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht1-1/+1
2015-09-24convert Link<> to typedNoel Grandin1-4/+4
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin1-1/+1
2015-09-11convert Link<> to typedNoel Grandin1-2/+2
2015-09-08convert Link<> to typedNoel Grandin1-1/+5
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-6/+18
2015-08-13make Link<> instances typedNoel Grandin1-1/+1
2015-07-31tdf#44399 Do not display 0 decimal for General formatLaurent Balland-Poirier1-1/+8
2015-07-29com::sun::star->css in cuiNoel Grandin1-2/+1
2015-07-19Fix typosAndrea Gelmini1-2/+2
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-1/+1
2015-05-15convert LISTBOX_ENTRY_FLAG constants to scoped enumNoel Grandin1-2/+2
2015-05-14refactor cui tabpages controls to use RenderContextTomaž Vajngerl1-18/+17
2015-05-09tdf#91052 - use macros to standardize 'make' constructors for VclBuilder.Michael Meeks1-4/+2
2015-05-06tdf#90258 Toggle Thousand Separator with Engineering NotationLaurent Balland-Poirier1-2/+36
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-2/+2
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-2/+1
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-29convert LANG_LIST constants to scoped enumNoel Grandin1-1/+1
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-15/+37
2015-04-28UpdateFormatListBox_Impl bCat param wants to be of type boolStephan Bergmann1-5/+5
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann1-1/+1
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-14/+3
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+25
2015-04-09prophylactic double dispose audit.Michael Meeks1-0/+2
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-0/+7
2015-03-25Typo: formated->formattedJulien Nabet1-1/+1
2015-03-23loplugin:constantfunction: cuiNoel Grandin1-18/+1
2015-03-12CppCheck cleanlyness : reduce variable's scopeMichaël Lefèvre1-2/+1
2015-02-03tdf#88999 Modify number of decimal for scientific also (UI and Sidebar)Laurent Balland-Poirier1-1/+1
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-1/+1
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-1/+1
2014-10-23loplugin: cstylecastNoel Grandin1-15/+15