summaryrefslogtreecommitdiff
path: root/sc/source/ui/sidebar
AgeCommit message (Expand)AuthorFilesLines
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin1-1/+0
2019-10-21loplugin:deadvirtual unused param in ItemUpdateReceiverInterfaceNoel Grandin6-12/+6
2019-10-01loplugin:stringadd in scNoel Grandin1-8/+8
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann1-1/+1
2019-05-28ScNumberFormatControl uses an SfxUInt16ItemStephan Bergmann1-1/+1
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen5-0/+5
2019-03-21tdf#42949 Fix IWYU warnings in sc/source/ui/pagedlg...undoGabor Kelemen10-32/+12
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen2-0/+2
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin1-10/+10
2018-11-30tdf#42949 Fix IWYU warnings in sc/source/ui/*/hxxGabor Kelemen6-15/+1
2018-11-08Convert FieldUnit to scoped enumMike Kaganski1-8/+8
2018-10-26loplugin:singlevalfields improvementNoel Grandin2-9/+0
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin2-3/+2
2018-10-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin1-1/+1
2018-10-15loplugin:constfields in scNoel Grandin3-13/+13
2018-10-03loplugin:unusedmethodsNoel Grandin1-0/+1
2018-08-10unnecessary null check before dynamic_cast, in scNoel Grandin1-4/+4
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-2/+4
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen5-6/+0
2018-04-06improve field names in CellAppearancePropertyPanelNoel Grandin2-132/+90
2018-04-06merge CellBorderUpdater into CellAppearancePropertyPanelNoel Grandin4-126/+39
2018-04-05tdf#116799 Border selection icon tool in sidebar disappearingNoel Grandin1-17/+22
2018-03-23Typo: GetSelectItemId -> GetSelectedItemIdSamuel Mehrbrodt1-1/+1
2018-03-07use more Color in scNoel Grandin1-1/+1
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-2/+1
2018-02-17Revert "loplugin:changetoolsgen in sc" and reapply pluginNoel Grandin1-2/+2
2018-02-16move CellBorderUpdater bitmap update to VirtualDeviceNoel Grandin1-77/+22
2018-02-14loplugin:changetoolsgen in scNoel Grandin1-3/+3
2018-01-12More loplugin:cstylecast: scStephan Bergmann2-9/+9
2017-12-19Uncheck Engineering notation checkbox on Scientific selectionJim Raykowski1-0/+1
2017-12-15tdf#114216 Uncheck Thousands separator on Number category selectionJim Raykowski1-0/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-10-27Use LocaleDataWrapper::stringToDouble() in AlignmentPropertyPanel, tdf#81671Eike Rathke1-2/+1
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann6-14/+14
2017-10-03tdf#112842: UI enable/disable leadingzeroeslabelXisco Fauli2-0/+5
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-2/+2
2017-09-14improve redundantcast lopluginNoel Grandin1-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+2
2017-07-02loplugin:casttovoid: scStephan Bergmann3-21/+9
2017-04-26remove sc bitmaps from .src filesCaolán McNamara2-85/+11
2017-04-23Replace GetImage with CommandInfoProvider::GetImageForCommandMaxim Monastirsky1-1/+0
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-13/+13
2017-03-19TyposJulien Nabet3-3/+3
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin2-9/+8
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin1-4/+4
2017-02-16split sc.hrc into definitely resources and maybe slotsCaolán McNamara2-2/+2
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-18/+4