summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwshf.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-08-02svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-1/+1
2016-08-02svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna1-1/+1
2016-06-12sc lok: Implement unit test for .uno:{Insert,Name,Remove} for sheets.Jan Holesovsky1-4/+16
2016-06-12sc lok: Fix .uno:Remove (removing sheets) to accept a parameter.Jan Holesovsky1-21/+44
2016-06-12sc: Further .uno:Insert (inserting a new sheet) tweak.Jan Holesovsky1-2/+4
2016-06-12sc: Make .uno:Insert (inserting a new sheet) always succeed.Jan Holesovsky1-3/+9
2016-06-12The sheet no. from .uno:Insert can also equal the current no. of tabsMihai Varga1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-09-18boost->stdCaolán McNamara1-10/+10
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-10/+10
2015-09-17boost->stdCaolán McNamara1-10/+10
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin1-2/+2
2015-09-07tdf#39468 translated german comments in tabvwshe.cxx and tabvwshf.cxxAlbert Thuswaldner1-3/+3
2015-07-28inline "old" SbERR constantsNoel Grandin1-2/+2
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-2/+2
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-2/+2
2015-02-26fdo#39468 translated german commentsMichael Jaumann1-25/+25
2014-10-28loplugin: cstylecastNoel Grandin1-11/+11
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-2/+4
2014-08-18ErrorBox->MessageDialogCaolán McNamara1-2/+1
2014-06-25remove whitespaceMarkus Mohrhard1-4/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-38/+38
2014-05-18Avoid possible memory leaks in case of exceptionsTakeshi Abe1-3/+2
2014-05-08Avoid possible memory leaks in case of exceptionsTakeshi Abe1-12/+7
2014-04-23sc: sal_Bool->boolNoel Grandin1-15/+15
2014-04-06whitespace cleanup in scMarkus Mohrhard1-4/+0
2014-02-24Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2013-12-29convert tab background color to .uiCaolán McNamara1-2/+1
2013-12-19convert show sheets dialog to .uiCaolán McNamara1-1/+1
2013-10-23convert input string dialog to .uiCaolán McNamara1-2/+2
2013-10-08convert sc/source/ui/view/*.cxx from String to OUStringNoel Grandin1-14/+14
2013-10-04convert sc/source/ui/inc/i*.hxx from String to OUStringNoel Grandin1-3/+3
2013-07-24convert move table dialog to .ui formatoger0001-3/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-9/+9
2013-03-09group undo action when hiding/showing sheetsLaurent Godard1-37/+17
2013-02-24loplugin: unused variablesThomas Arnhold1-2/+0
2013-02-14adapt code to insert sheet .uiCaolán McNamara1-3/+2
2013-02-13calc : multiple tabs can be hidden at onceLaurent Godard1-22/+15
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks1-3/+3
2012-03-05Sprinkle DISABLE_SCRIPTING ifdefsTor Lillqvist1-0/+4
2012-02-07Have SfxItemSet::HasItem take an optional pointer-to-pointer.Kohei Yoshida1-12/+12
2012-02-06I think it's time we had a real method for this...Kohei Yoshida1-17/+12
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida1-0/+1
2011-11-17remove obsolete layout codeFelix Zhang1-1/+0
2011-11-15removing obsolete layout codeFelix Zhang1-6/+0
2011-08-29More on String to rtl::OUString.Kohei Yoshida1-4/+4