summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/gridwin.cxx
AgeCommit message (Expand)Author
2013-03-12Resolves: #i120017, filter button is not shown in merged cellJian Fang Zhang
2012-12-14bnc#791706: Support multiple selection in page fields.Kohei Yoshida
2012-12-11Support non 'Calc A1' reference syntax in HYPERLINK function.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-03remove debug outputMarkus Mohrhard
2012-12-03ugly hack to avoid virtual method in WindowMarkus Mohrhard
2012-12-03first working version of modal ref input dlgsMarkus Mohrhard
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann
2012-09-11warning C4805: '!=': unsafe mix of type 'bool' and type 'sal_Bool'Stephan Bergmann
2012-09-10Resolves: fdo#44925 list box contents should be same direction as sheetManal Alhassoun
2012-08-07drop bogus eof linesThomas Arnhold
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen
2012-07-23fdo#48549 System::Beep() removalMathieu Vonlanthen
2012-07-13Resolves: fdo#48256 clean out Hide/Show CursorThomas Arnhold
2012-07-09some UniString->rtl::OUStringCaolán McNamara
2012-07-06adjust the calculation of the cursor pos if ALT is used, fdo#48869Markus Mohrhard
2012-06-21Remove unused dbexch.hrcThomas Arnhold
2012-06-15Remove unused argumentCor Nouws
2012-05-17Add sort options to the autofilter popup.Kohei Yoshida
2012-05-17Support separators in the autofilter/pivot table popup window.Kohei Yoshida
2012-05-17Better string values for "empty" and "non-empty" filtering option.Kohei Yoshida
2012-05-03New menu now inserts current time into cell.Kohei Yoshida
2012-04-30make ResId::toString a non-static memberCaolán McNamara
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-22removed duplicate includes in scTakeshi Abe
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
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe
2012-02-08Rename TypedStrData to ScTypedStrData, just to be consistent.Kohei Yoshida
2012-02-08Move away from TypedScStrCollection in favor of STL's.Kohei Yoshida
2012-02-08Let's use enum for better type safety.Kohei Yoshida
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot
2012-01-05Removed unnecessary tools includes.Marcel Metz
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida
2011-11-18Disable the OK button when no items are selected.Kohei Yoshida
2011-11-18Get top10, empty and non-empty special queries to work.Kohei Yoshida
2011-11-18Execute launching of standard filter dialog.Kohei Yoshida
2011-11-18We probably don't need to do this for the new popup.Kohei Yoshida
2011-11-18Register modes for non-standard autofiltering options.Kohei Yoshida
2011-11-18Fix painting of autofilter buttons.Kohei Yoshida
2011-11-18Use scoped_ptr instead of auto_ptr; auto_ptr is deprecated.Kohei Yoshida
2011-11-18Removing the switch. Now we use the new autofilter popup for good.Kohei Yoshida
2011-11-18Replace DeleteQuery with RemoveEntryByField.Kohei Yoshida
2011-11-18Remove the query entry when all items are selected.Kohei Yoshida
2011-11-18Now the new popup works somewhat as expected.Kohei Yoshida