summaryrefslogtreecommitdiff
path: root/sc/source/ui/namedlg
AgeCommit message (Expand)AuthorFilesLines
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann4-37/+37
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt2-4/+4
2017-08-25loplugin:constparam in sc part6Noel Grandin3-3/+3
2017-08-15loplugin:checkunusedparams in scNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke2-4/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2-0/+2
2017-04-12tag ScAddress and friends with SAL_WARN_UNUSEDNoel Grandin1-2/+0
2017-04-04tdf#39468 Translate German commentsJens Carl1-1/+1
2017-02-16miscdlgs.hrc is just one line that includes another headerCaolán McNamara1-1/+1
2017-01-28tdf#86214 User isn't warned entering a cell address not allowedAbhilash Singh2-3/+12
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin2-5/+5
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann4-16/+16
2016-09-23convert formula error codes to scoped enumNoel Grandin2-5/+5
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-1/+1
2016-08-19loplugin:countusersofdefaultparams in scNoel Grandin1-1/+1
2016-07-26Resolves: tdf#87474 handle renaming of named expressions/ranges in formulasEike Rathke2-2/+7
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann1-1/+1
2016-05-30Convert SelectionMode to scoped enumNoel Grandin1-1/+1
2016-04-21new plugin stylepoliceNoel Grandin1-2/+2
2016-04-14loplugin:passstuffbyref in scNoel Grandin1-1/+1
2016-03-22tdf#84938 replace #define with scoped typed_flagsJochen Nitschke3-16/+16
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke2-3/+3
2016-03-03remove double definesJochen Nitschke2-19/+3
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-5/+5
2015-11-02sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl3-24/+31
2015-10-20loplugin:defaultparamsStephan Bergmann1-3/+3
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-16convert Link<> to typedNoel Grandin2-6/+4
2015-10-12convert Link<> to typedNoel Grandin1-2/+1
2015-09-24convert Link<> to typedNoel Grandin2-4/+2
2015-09-14convert Link<> to typedNoel Grandin1-9/+14
2015-09-08convert Link<> to typedNoel Grandin2-4/+2
2015-08-31convert Link<> to typedNoel Grandin1-7/+3
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin3-14/+8
2015-07-13Resolves: tdf#92709 conditional formats are applied to ranges, not expressionsEike Rathke1-1/+1
2015-05-20Those #define-s are still usedKatarina Behrens1-0/+4
2015-05-20tdf#91126: Enable click-on-column-header sortingKatarina Behrens1-7/+3
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-5/+5
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks4-4/+59
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-22convert HIB_ constants to scoped enumNoel Grandin1-3/+3
2015-04-20sc: convert new to ::CreateNoel Grandin2-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin4-3/+9
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks2-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin3-2/+39