summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/numfmt.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-2/+2
2021-05-20use toggle instead of click for CheckButtonCaolán McNamara1-6/+6
2021-01-04tdf#138654 Number format preview uses dark background and fontprincesinghtomar1-4/+3
2020-12-27Drop some unnecessary HDL macrosGabor Kelemen1-7/+5
2020-11-19SvxNumberFormatTabPage::nInitFormat should presumably be sal_uInt32Stephan Bergmann1-2/+3
2020-10-21use tools::Long in comphelper..cuiNoel1-3/+3
2020-10-04Fix format comment handling in number format dialogEike Rathke1-4/+31
2020-10-02loplugin:reducevarscope in cuiNoel1-3/+3
2020-09-10Replace sal_uLong with proper types in cuiMuhammet Kara1-1/+1
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski1-5/+5
2020-06-15tdf#103414 Add/Delete decimal for 100th secondLaurent BP1-6/+7
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-17loplugin:flatten in cuiNoel Grandin1-37/+37
2020-02-11tdf#114694: Make default value in language settings the first elementYusuf Keten1-2/+3
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+4
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-1/+1
2019-12-09drop newly unused SfxFloatingWindowCaolán McNamara1-0/+1
2019-10-17rename LanguageBox back to SvxLanguageBoxCaolán McNamara1-1/+1
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara1-3/+3
2019-09-26now drop TabPageParent intermediateCaolán McNamara1-4/+4
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara1-8/+2
2019-09-24approximate_char_width -> get_approximate_digit_widthCaolán McNamara1-1/+1
2019-08-29tdf#42949 Fix IWYU warnings in cui/source/{options,tabpages}/*cxxGabor Kelemen1-5/+0
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-06-09Fix logic error and simplify. Related: tdf#122120Muhammet Kara1-8/+5
2019-04-27tdf#42949 Fix IWYU warnings in include/svx/[a-D]*Gabor Kelemen1-0/+1
2019-04-27weld cluster of change tracking dialogsCaolán McNamara1-1/+1
2019-04-09drop some unneeded includesCaolán McNamara1-2/+0
2019-03-16clarify that set_visible(true/false) is just show/hideCaolán McNamara1-9/+9
2019-03-12insert an intermediate class to inherit fromCaolán McNamara1-12/+4
2019-02-22update commentCaolán McNamara1-1/+1
2019-02-21menu of currency combobox in format-cells is too narrowCaolán McNamara1-1/+1
2019-01-31weld::TreeView::get_selected_index returns intStephan Bergmann1-1/+1
2019-01-24Fix typoAndrea Gelmini1-2/+2
2019-01-17Resolves: tdf#122786 use weld::SpinButton::set_value() instead of set_text()Eike Rathke1-5/+5
2019-01-16Resolves: tdf#122509 we have a second list with generated currency formatsEike Rathke1-1/+1
2019-01-10Resolves: tdf#122356 on row-activate click ok buttonCaolán McNamara1-1/+4
2018-12-18Resolves: tdf#122168 width/height transposedCaolán McNamara1-1/+0
2018-12-17Related: tdf#122120 left align text if preview won't fitCaolán McNamara1-2/+11
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-20tdf#121538 index 1 never existedCaolán McNamara1-1/+3
2018-11-19weld TreeViewCaolán McNamara1-0/+4
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-3/+3
2018-10-04Select the current format if multiple instead of first matching format codeEike Rathke1-1/+1
2018-09-28weld ScAttrDlgCaolán McNamara1-7/+2
2018-09-28weld SvxNumberFormatTabPageCaolán McNamara1-534/+456
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin1-2/+0
2018-08-24pass DelFormats around using std::vectorNoel Grandin1-5/+3
2018-08-05cppcheck: knownConditionTrueFalseJochen Nitschke1-25/+21
2018-07-31loplugin:returnconstant in svxNoel Grandin1-9/+11