summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/gridwin2.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen1-1/+0
2012-07-23fdo#48549 System::Beep() removalMathieu Vonlanthen1-2/+0
2012-07-13Resolves: fdo#48256 clean out Hide/Show CursorThomas Arnhold1-2/+0
2012-06-09Remove superfluous include commentsThomas Arnhold1-5/+0
2012-06-01targeted string re-workNorbert Thiebaud1-1/+1
2012-03-23Let's just centrally reload group data in DataPilotUpdate()...Kohei Yoshida1-1/+0
2012-03-23Some misc changes & some dumping facility for pivot table for debugging.Kohei Yoshida1-0/+1
2012-03-22When updating pivot table with groups, we need to clear the table data.Kohei Yoshida1-4/+3
2012-03-09Bool-ness.Kohei Yoshida1-1/+1
2012-03-09Only load members of the clicked field, not of all fields.Kohei Yoshida1-10/+5
2012-02-22Use ptr_vector for ScDPLabelData vector.Kohei Yoshida1-2/+2
2011-12-13fdo#35981: Handle empty members correctly during field popup.Kohei Yoshida1-2/+12
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-18Removing the switch. Now we use the new autofilter popup for good.Kohei Yoshida1-4/+0
2011-11-04Temporarily disabling the new autofilter popup due to a set-back.Kohei Yoshida1-0/+4
2011-11-04Test-run the filter query after pressing OK. It's far from perfect.Kohei Yoshida1-6/+12
2011-11-04Calculate window size and geometries of controls based on menu items.Kohei Yoshida1-1/+1
2011-11-04Separate the code path and add new method for autofilter popup launch.Kohei Yoshida1-1/+1
2011-11-02More on sal_Bool to bool (in method signatures).Kohei Yoshida1-3/+3
2011-11-02Prefer boost::scoped_ptr to std::auto_ptr and shared_ptr (if appropriate).Kohei Yoshida1-1/+1
2011-11-02sal_Bool->bool in ScGridWindow. One of them wasn't even used.Kohei Yoshida1-1/+1
2011-09-12Move ScCheckListMenuWindow and ScMenuFloatingWindow into own files.Kohei Yoshida1-1/+2
2011-09-12Rename: ScDPFieldPopupWindow -> ScCheckListMenuWindow.Kohei Yoshida1-2/+2
2011-06-01ScUserList and ScUserListData no longer dependent of ScCollection.Kohei Yoshida1-3/+3
2011-05-28String to OUString in ScDPObject.Kohei Yoshida1-10/+10
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak1-4/+4
2011-03-14Various fixes for build breakages, for sc.Kohei Yoshida1-2/+2
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-79/+79
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-1/+1
2011-02-15dr79: rebase to DEV300_m100Daniel Rentz [dr]1-82/+82
2011-02-06port repository calc to boost unordered containersFridrich Štrba1-4/+4
2011-01-24dr79: #i116540# change 'DataPilot' to 'Pivot Table' in Calc GUI; recover lost...Daniel Rentz [dr]1-1/+1
2011-01-24dr79: #i5759# extend pivot layout dialog: support for unlimited number of fie...Daniel Rentz [dr]1-2/+2
2011-01-21Let's store ScDocument* in ScSheetSourceDesc.Kohei Yoshida1-1/+1
2011-01-21Encapsulated access to aSourceRange.Kohei Yoshida1-1/+1
2011-01-20Added range name as a data member to ScSheetSourceDesc.Kohei Yoshida1-2/+2
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-82/+82
2011-01-17Remove some dead code in 'view'Thomas Arnhold1-9/+0
2010-12-20Merge commit 'libreoffice-3.3.0.2'Jan Holesovsky1-0/+16
2010-11-29Re-calculate visible range when switching sheets.Kohei Yoshida1-0/+16
2010-11-02replace use RTL_CONSTASCII_USTRINGPARAMGert Faller1-1/+1
2010-10-13Merge commit 'ooo/OOO330_m10'Jan Holesovsky1-3/+14
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2
2010-10-06ooo33gsl10: #i114944# handle AutoFilter button position on RTL sheetsNiklas Nebel1-3/+14