summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2019-12-09lok: calc - update our version of the other view's selections on zoom.Michael Meeks4-26/+60
2019-12-09Fix use_more_fonts Makefile typosJan-Marek Glogowski2-2/+2
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara48-130/+130
2019-12-07Fix more new dependencies on boost_headersStephan Bergmann3-0/+6
2019-12-06Test results across all imported and inserted sheets.Eike Rathke1-0/+1
2019-12-06Incomplete OpAverage, OpCount must not be used in dynamic_castStephan Bergmann1-369/+376
2019-12-06loplugin:implicitboolconversionStephan Bergmann1-2/+2
2019-12-06Resolves: tdf#129191 text properties in header/footer not setCaolán McNamara1-1/+1
2019-12-05tdf#101513 arrangement of customizeable items in NB groupedbar compandreas kainz1-1009/+1009
2019-12-05Fix "Open Hyperlink" context menu in scSamuel Mehrbrodt1-1/+1
2019-12-05tdf#128666 Only enable hyperlink actions when just the field is selectedSamuel Mehrbrodt2-15/+6
2019-12-05add ConfigureDialog item in NB burger menu buttonandreas kainz1-0/+1
2019-12-05tdf#101513 arrangement of customizeable items in NB tabbed compactandreas kainz1-726/+775
2019-12-05tdf#109425 NB tabbed accessible for screen reader usersandreas kainz1-198/+201
2019-12-05inline some typedefsNoel Grandin2-15/+13
2019-12-05clean up members in ScAccessibleSpreadsheetNoel Grandin1-36/+35
2019-12-05loplugin:mergeclasses SheetDataContextBase with SheetDataContextNoel Grandin2-28/+9
2019-12-05make some classes module privateNoel Grandin11-16/+16
2019-12-04lok: send other views our cursor position in their view co-ordinates.Michael Meeks1-17/+31
2019-12-04lok: cleanup getCellCursorMichael Meeks6-65/+43
2019-12-04revert optimization - 31b7dc19c32f42197c481cb7d2f44c600b755e2bMichael Meeks3-15/+0
2019-12-04remove some unnecessary includes and update pchesCaolán McNamara1-3/+4
2019-12-04tdf#101513 arrangement of customizeable items in NB tabbedandreas kainz1-580/+561
2019-12-04tdf#128927 groupedbar compact replace color with filterandreas kainz1-1/+1
2019-12-04Removed duplicated includesAndrea Gelmini1-1/+0
2019-12-04some std::set->o3tl::sorted_vectorNoel Grandin2-6/+6
2019-12-03cid#1456145 Missing move assignment operatorCaolán McNamara3-18/+5
2019-12-03Use o3tl::doAccess, prevent -Werror=maybe-uninitializedStephan Bergmann1-4/+3
2019-12-03Drop unnecessary o3tl::optional::resetStephan Bergmann1-2/+0
2019-12-03Remove useless PatternPair (sc/vbainterior)Julien Nabet1-1/+0
2019-12-03remove some useless comment linesNoel Grandin24-44/+0
2019-12-03split instrinsics CXXFLAGS per each instruction setLuboš Luňák1-8/+1
2019-12-03Make OpenCLMinimumDataSize configuration property non-nillableStephan Bergmann1-1/+1
2019-12-03lok: calc - store zoom in the view itself.Michael Meeks3-26/+64
2019-12-03lok: formula bar: function completionMarco Cecchetti4-0/+31
2019-12-02Following 3471d83f49dcaab2cbbe18521ab1a405f15a0788 (sc/vba)Julien Nabet1-27/+0
2019-12-02cid#1456145 Missing move assignment operatorCaolán McNamara2-48/+6
2019-12-02tdf#129141: paint all when in multiline modeMike Kaganski1-5/+3
2019-12-02use initializer listCaolán McNamara2-14/+14
2019-12-02use weld::WaitObjectCaolán McNamara7-8/+1
2019-12-01Use initializer list instead of using several inserts (sc/vba)Julien Nabet1-3/+25
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann46-157/+157
2019-12-01Don't use boost::optional forward declarationsStephan Bergmann3-5/+9
2019-11-30Rewrite uses of boost::optionalStephan Bergmann2-10/+10
2019-11-30Clarify the commentMike Kaganski1-0/+4
2019-11-29tdf#129007: fix autocompletionMike Kaganski1-34/+15
2019-11-29make some function symbols module privateNoel Grandin3-10/+8
2019-11-28Related: tdf#129082 set explicit parent for warning dialogCaolán McNamara1-1/+1
2019-11-28fix a few places using SCROW/SCCOL datatypes incorrectlyNoel Grandin7-8/+8
2019-11-28merge LOTUS_ROOT into LotusContextNoel Grandin13-108/+88