summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/gridwin.hxx
AgeCommit message (Expand)Author
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-27remove unused code ScGridWindow::HasScenarioRangeNoel Grandin
2014-02-19sal_Bool->boolNoel Grandin
2014-02-13Drop unnecessary #includeTakeshi Abe
2014-01-18Window::PreNotify should return boolStephan Bergmann
2013-12-12CheckInverted() is not used anywhere.Matúš Kukan
2013-12-12datastreams: Wait with import if we need to repaint.Matúš Kukan
2013-12-02Integrate branch of IAccessible2Steve Yin
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-10-11GetEditUrlOrError() is no more. Just use GetEditUrl().Kohei Yoshida
2013-10-11Fix context menu launch on mis-spelled word in a cell.Kohei Yoshida
2013-10-04convert sc/source/ui/inc/gridwin.hxx from String to OUStringNoel Grandin
2013-09-01Separate misspelled ranges when entering a new cell value.Kohei Yoshida
2013-09-01Reset autospell data when inserting/deleting cells.Kohei Yoshida
2013-09-01Handle enabling / disabling of auto spell check.Kohei Yoshida
2013-09-01First step toward showing mis-spelled words without modifying cells.Kohei Yoshida
2013-08-29Check whether or not a visible range has changed.Kohei Yoshida
2013-08-08fdo#67592 Resize selection box from all 4 cornersTomaž Vajngerl
2013-02-22fdo#39674: Rename menues to menuThomas Arnhold
2012-12-14bnc#791706: Support multiple selection in page fields.Kohei Yoshida
2012-12-06Avoid activating window pane when launching popup window.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-12-03ugly hack to avoid virtual method in WindowMarkus Mohrhard
2012-12-03first working version of modal ref input dlgsMarkus Mohrhard
2012-08-17Translation of comments from german in sc/source/ui/inc/Albert Thuswaldner
2012-07-13Resolves: fdo#48256 clean out Hide/Show CursorThomas Arnhold
2012-06-24rearranged forward declarations of classTakeshi Abe
2012-05-17Add sort options to the autofilter popup.Kohei Yoshida
2012-03-13Resolves: fdo#46728 reference count the overlay managersCaolán McNamara
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2011-11-18Register modes for non-standard autofiltering options.Kohei Yoshida
2011-11-18Fix painting of autofilter buttons.Kohei Yoshida
2011-11-18Removing the switch. Now we use the new autofilter popup for good.Kohei Yoshida
2011-11-18Enable the new autofilter popup once again.Kohei Yoshida
2011-11-04Temporarily disabling the new autofilter popup due to a set-back.Kohei Yoshida
2011-11-04Test-run the filter query after pressing OK. It's far from perfect.Kohei Yoshida
2011-11-04Separate the code path and add new method for autofilter popup launch.Kohei Yoshida
2011-11-02More on sal_Bool to bool (in method signatures).Kohei Yoshida
2011-11-02Prefer boost::scoped_ptr to std::auto_ptr and shared_ptr (if appropriate).Kohei Yoshida
2011-11-02sal_Bool->bool in ScGridWindow. One of them wasn't even used.Kohei Yoshida
2011-09-12Rename: ScDPFieldPopupWindow -> ScCheckListMenuWindow.Kohei Yoshida
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-02-06Remove empty methodsThomas Arnhold
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2010-12-21callcatcher ScGridWindow::DrawComboButtonJulien Nabet
2010-11-29Re-calculate visible range when switching sheets.Kohei Yoshida
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-09-28This gets rid of a great number of the commentsJustin Malcolm
2010-09-28Port cws-koheicopyborder-sc.diff from ooo-build.Kohei Yoshida
2010-06-23koheirowlimitperf: #i109369# #i109373# #i109384# #i109385# #i109386# #i109387...obo