summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/formatsh.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-01-25tdf#114519 Update cell content on sidebar number format changeJim Raykowski1-0/+1
2017-12-09A "standard" format does not necessarily mean the General formatEike Rathke1-4/+2
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin1-17/+13
2017-11-23TypedWhichId for sc constantsNoel Grandin1-26/+20
2017-10-23loplugin:includeform: scStephan Bergmann1-20/+20
2017-09-15convert SvxCellVerJustify to scoped enumNoel Grandin1-18/+18
2017-09-14improve redundantcast lopluginNoel Grandin1-4/+4
2017-09-14simplify calls to IsStreamValid/SetStreamValidNoel Grandin1-2/+1
2017-09-05sc: adjust block height only if neededDimitri Bouron1-4/+8
2017-08-26loplugin:constparam in sc part7Noel Grandin1-2/+2
2017-08-15loplugin:redundantcast, find more functional castsNoel Grandin1-4/+4
2017-08-15remove redundant SvxFrameDirection castsJochen Nitschke1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-0/+1
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-5/+5
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-6/+6
2017-06-07tdf#86119 Generalize number format control.Gulsah Kose1-20/+8
2017-05-31disambiguate dual use of toolbar idsCaolán McNamara1-1/+1
2017-05-30tdf#86119 Fix toggle behaviour of SID_NUMBER_STANDARD.Gulsah Kose1-1/+10
2017-05-05tdf#95885 Add new toolbar and toggle icons for Cell ProtectionGulsah Kose1-0/+27
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin1-4/+1
2017-04-06tdf#39468 Translate German commentsJens Carl1-3/+3
2017-03-24tdf#86119 Fix toggle behaviour of SID_NUMBER_TWODEC.Gulsah Kose1-2/+18
2017-03-23remove unused helpid in SfxShellNoel Grandin1-1/+0
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin1-3/+3
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin1-3/+3
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin1-22/+22
2017-03-03Fix typosAndrea Gelmini1-1/+1
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-2/+1
2016-11-24convert SFX_VISIBILITY constants to scoped enumNoel Grandin1-1/+2
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-2/+2
2016-09-04Restore the toggle state of the currency buttonMaxim Monastirsky1-11/+1
2016-08-31let's make Impress crash less - SfxStyleFamily editionMichael Stahl1-2/+2
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sc)Stephan Bergmann1-1/+1
2016-08-16Fraction Number Format: add UI/Sidebar optionsLaurent Balland-Poirier1-1/+3
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-2/+2
2016-08-01svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna1-2/+2
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin1-1/+2
2016-05-18sfx2 classification: add Type parameter to the UNO commandMiklos Vajna1-1/+7
2016-05-18sfx2 classification: specify policy type when setting a categoryMiklos Vajna1-1/+1
2016-05-12mpDefDialogParent is not used since 2002Caolán McNamara1-3/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-16/+16
2016-03-19tdf#82641 Currency drop-down listMohammed Abdul Azeem1-13/+54
2016-03-18loplugin:constantfunction in editengNoel Grandin1-1/+1
2016-03-10sfx2: make SfxClassificationHelper not require a full doc shellMiklos Vajna1-1/+1
2016-03-03loplugin:nullptrStephan Bergmann1-1/+1
2016-03-03sc: add classification toolbarMiklos Vajna1-0/+13
2016-02-10Refactor ScMarkData for tdf#50916Dennis Francis1-7/+4
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-14/+14
2015-12-09Use unique_ptr out-arg to in SfxBindings::QueryState to avoid mem leaksStephan Bergmann1-6/+4