summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/gridwin.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann1-0/+26
2013-05-13Support IMR_QUERYCHARPOSITION in Writer and Calc.Yohei Yukawa1-1/+2
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy1-1/+1
2013-04-20fdo#55432 fix the context menu position for RTL sheetAbdulaziz A Alayed1-1/+5
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-20/+19
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-28More on replacing ScBaseCell.Kohei Yoshida1-4/+3
2013-03-28More on killing direct use of ScEditCell.Kohei Yoshida1-24/+23
2013-03-28Started killing direct use of ScEditCell.Kohei Yoshida1-1/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-2/+2
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl1-1/+1
2013-03-12Resolves: #i120017, filter button is not shown in merged cellJian Fang Zhang1-0/+13
2013-02-28Remove dead voice command codeTor Lillqvist1-28/+0
2013-02-22fdo#39674: Rename menues to menuThomas Arnhold1-2/+2
2013-02-22fix sc buildCaolán McNamara1-1/+1
2013-02-16fix indentationMarkus Mohrhard1-3/+3
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida1-4/+2
2013-01-08Let's not have two variants of this getter. One is enough.Kohei Yoshida1-2/+1
2013-01-08support new hyperlink cell attributeNoel Power1-12/+28
2012-12-30More cppcheck cleaning in scJulien Nabet1-1/+1
2012-12-14bnc#791706: Support multiple selection in page fields.Kohei Yoshida1-154/+31
2012-12-11Support non 'Calc A1' reference syntax in HYPERLINK function.Kohei Yoshida1-1/+46
2012-12-06Avoid activating window pane when launching popup window.Kohei Yoshida1-16/+23
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-12-03remove debug outputMarkus Mohrhard1-8/+0
2012-12-03ugly hack to avoid virtual method in WindowMarkus Mohrhard1-0/+11
2012-12-03first working version of modal ref input dlgsMarkus Mohrhard1-1/+9
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-11/+11
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida1-1/+0
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann1-1/+1
2012-09-11warning C4805: '!=': unsafe mix of type 'bool' and type 'sal_Bool'Stephan Bergmann1-1/+1
2012-09-10Resolves: fdo#44925 list box contents should be same direction as sheetManal Alhassoun1-1/+2
2012-08-07drop bogus eof linesThomas Arnhold1-3/+0
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen1-1/+0
2012-07-23fdo#48549 System::Beep() removalMathieu Vonlanthen1-10/+0
2012-07-13Resolves: fdo#48256 clean out Hide/Show CursorThomas Arnhold1-8/+0
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-17/+18
2012-07-06adjust the calculation of the cursor pos if ALT is used, fdo#48869Markus Mohrhard1-2/+7
2012-06-21Remove unused dbexch.hrcThomas Arnhold1-1/+0
2012-06-15Remove unused argumentCor Nouws1-1/+1
2012-05-17Add sort options to the autofilter popup.Kohei Yoshida1-0/+46
2012-05-17Support separators in the autofilter/pivot table popup window.Kohei Yoshida1-0/+1
2012-05-17Better string values for "empty" and "non-empty" filtering option.Kohei Yoshida1-4/+4
2012-05-03New menu now inserts current time into cell.Kohei Yoshida1-1/+1
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-4/+4
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-03-22removed duplicate includes in scTakeshi Abe1-2/+0
2012-03-13Resolves: fdo#46728 reference count the overlay managersCaolán McNamara1-28/+26
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-1/+1