summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/gridwin2.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-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-20sc: clean up remaining non-static isTiledRendering() usageMiklos Vajna1-1/+2
2016-07-12Bin silly 'STATIC DATA' commentsTor Lillqvist1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-18Fix typosAndrea Gelmini1-1/+1
2015-07-19tdf#39468 translated german comments in gridview2.cxx and gridview3.cxxAlbert Thuswaldner1-27/+27
2015-07-06improve the returnbyref lopluginNoel Grandin1-2/+2
2015-05-22convert POINTER constants to scoped enumNoel Grandin1-6/+6
2015-05-19tdf#91364 - fix data-pilot and auto-filter popup lifecycle.Michael Meeks1-0/+1
2015-04-20sc: convert new to ::CreateNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+1
2015-04-07sc tiled editing: Don't resize the gridwin to the entire document.Jan Holesovsky1-6/+31
2015-03-10ScGridWindow: scoped_ptr -> unique_ptrTomaž Vajngerl1-3/+3
2015-03-10clean-up ScGridWindowTomaž Vajngerl1-17/+16
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-3/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-2/+2
2014-06-25remove whitespaceMarkus Mohrhard1-2/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-9/+9
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-05-14Avoid possible memory leaks in case of exceptionsTakeshi Abe1-3/+3
2014-04-23sc: sal_Bool->boolNoel Grandin1-30/+30
2014-04-06whitespace cleanup in scMarkus Mohrhard1-12/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-03-10convert pivot filter dialog to .uiCaolán McNamara1-3/+2
2014-03-03Remove visual noise from scAlexander Wilms1-3/+3
2014-02-23Remove unneccessary commentsAlexander Wilms1-4/+4
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-19sal_Bool->boolNoel Grandin1-3/+3
2014-02-19sal_Bool->boolNoel Grandin1-6/+6
2014-02-19sal_Bool->boolNoel Grandin1-4/+4
2014-01-28bool improvementsStephan Bergmann1-3/+3
2013-10-30use SC_STRLOAD()Eike Rathke1-3/+3
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-08convert sc/source/ui/view/*.cxx from String to OUStringNoel Grandin1-1/+1
2013-10-04convert sc/../viewfunc.hxx from String to OUStringNoel Grandin1-3/+3
2013-09-01Reset autospell data when inserting/deleting cells.Kohei Yoshida1-4/+1
2013-09-01Repaint grid view when the visible area changes.Kohei Yoshida1-1/+1
2013-09-01Handle enabling / disabling of auto spell check.Kohei Yoshida1-2/+10
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-5/+5
2013-08-29Check whether or not a visible range has changed.Kohei Yoshida1-5/+2
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+3
2013-03-12Abbreviate Rectangle as Rect, not RecTor Lillqvist1-4/+4
2013-03-12Resolves: #i120017, filter button is not shown in merged cellJian Fang Zhang1-0/+2
2013-01-11Create a self-update variant of DataPilotUpdate().Kohei Yoshida1-1/+1
2012-12-14bnc#791706: Support multiple selection in page fields.Kohei Yoshida1-54/+64