summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/gridwin.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-01-30Resolves: #i124085# disabled CF_DIBV5...Armin Le Grand1-0/+4
2014-01-28bool improvementsStephan Bergmann1-17/+17
2014-01-18Window::PreNotify should return boolStephan Bergmann1-8/+8
2013-12-02Integrate branch of IAccessible2Steve Yin1-2/+41
2013-10-30use SC_STRLOAD()Eike Rathke1-2/+2
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard1-1/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-6/+6
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-3/+3
2013-10-11Spell check context can be NULL (when the live spell check is not on).Kohei Yoshida1-1/+1
2013-10-11GetEditUrlOrError() is no more. Just use GetEditUrl().Kohei Yoshida1-7/+1
2013-10-11Fix context menu launch on mis-spelled word in a cell.Kohei Yoshida1-33/+24
2013-10-11Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida1-12/+17
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-1/+1
2013-10-08convert sc/source/ui/view/*.cxx from String to OUStringNoel Grandin1-12/+10
2013-10-04convert sc/source/ui/inc/gridwin.hxx from String to OUStringNoel Grandin1-7/+7
2013-09-07Spell check iteration too slow when only a few cells are misspelled.Kohei Yoshida1-3/+4
2013-09-01Separate misspelled ranges when entering a new cell value.Kohei Yoshida1-0/+11
2013-09-01Reset autospell data when inserting/deleting cells.Kohei Yoshida1-0/+10
2013-09-01Handle enabling / disabling of auto spell check.Kohei Yoshida1-1/+11
2013-09-01Be sure to skip pivot table ranges.Kohei Yoshida1-0/+18
2013-09-01First step toward showing mis-spelled words without modifying cells.Kohei Yoshida1-0/+140
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-10/+6
2013-08-29Check whether or not a visible range has changed.Kohei Yoshida1-0/+12
2013-08-26treelist for autofilter ( nested nodes for dates ) ( using SvxTreeListBox )Noel Power1-1/+4
2013-08-14Resolves: #i122149# Corrected stuff around polygon-based clip regionsArmin Le Grand1-3/+5
2013-08-08fdo#67592 Resize selection box from all 4 cornersTomaž Vajngerl1-25/+84
2013-06-19Resolves: #i122497# Filter D&D flags for calc D&DArmin Le Grand1-4/+10
2013-06-13Resolves: #i121532# unified getting the blended selection colorArmin Le Grand1-18/+2
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