summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
AgeCommit message (Expand)AuthorFilesLines
2018-01-30fix tdf#114934 borderline feature regressionsArmin Le Grand1-2/+5
2017-12-22Add UI config option to enable/disable threading.Dennis Francis1-0/+2
2017-12-01tdf#113831 Show number of search resultsheiko tietze1-1/+3
2017-11-22Follow our naming conventions, tdf#39593 follow-upEike Rathke1-1/+1
2017-11-22tdf#39593 deduplicate code in ScOutputDatatagezi1-0/+2
2017-11-21coverity warningsCaolán McNamara1-1/+2
2017-11-21Introduce and use ScCellShell::HasClipboardFormat(), tdf#50746 follow-upEike Rathke1-0/+2
2017-11-20tdf#95880 Add a lock mark on protected sheet tab.Gulsah Kose1-0/+1
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-11-11A user object id is *NOT* a SotClipboardFormatIdEike Rathke2-2/+2
2017-11-10loplugin:unusedmethodsNoel Grandin1-2/+0
2017-10-31loplugin:constantparam in scNoel Grandin1-2/+1
2017-10-27Resolves: tdf#113455 Impossible to clear width/height in pagesCaolán McNamara1-1/+7
2017-10-27loplugin:finalclasses in scNoel Grandin13-76/+48
2017-10-23loplugin:includeform: scStephan Bergmann133-226/+226
2017-10-23overload std::hash for OUString and OStringNoel Grandin3-6/+6
2017-10-21coverity#1401307 document checked 'Uncaught exception'Caolán McNamara7-51/+51
2017-10-20tdf#112100 Select shape name in NavigatorTamas Bunth2-0/+2
2017-10-19Resolves: tdf#113179 merge language attributes early, tdf#108795 follow-upEike Rathke1-2/+7
2017-10-19dyncolcontainer: convert nRight to std::vectorNoel Grandin1-1/+1
2017-10-18dyncolcontainer: convert aColWidthPath to std::mapNoel Grandin1-1/+2
2017-10-14implement new more user friendly data provider dlgMarkus Mohrhard3-34/+45
2017-10-12adapt dataprovider to the requirements of the new UIMarkus Mohrhard1-15/+8
2017-10-09make sure to include all relevant header filesMarkus Mohrhard1-0/+1
2017-10-09document a few method parametersMarkus Mohrhard1-0/+5
2017-10-02lok - sc: row/column headers are updated fasterMarco Cecchetti1-0/+5
2017-10-02lok - sc: make computation of cell cursor position fasterMarco Cecchetti1-0/+8
2017-10-02lok - sc: invalidation of cached row/col positions on several casesMarco Cecchetti2-0/+4
2017-10-02lok - sc: document size as sum of row heights/col widths in pixelMarco Cecchetti1-2/+5
2017-10-02lok - sc: a cache-like structure for row/col positions in the documentMarco Cecchetti1-0/+37
2017-10-02lok: sc: overlays and edit view misplaced by other view actionsMarco Cecchetti2-0/+9
2017-10-02consistently apply std::unique_ptr to SvLBoxButtonDataCaolán McNamara1-1/+1
2017-09-28Remove dead code behind Calc "Live Data Streams" dialog's "scriptdata" buttonStephan Bergmann2-3/+1
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt1-1/+1
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-1/+1
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt3-3/+3
2017-09-14convert SvxCellOrientation to scoped enumNoel Grandin1-1/+1
2017-09-13Replace list by vector in TableFillingAndNavigationTools (sc)Julien Nabet1-2/+2
2017-09-12Revert "tdf#108299: Limit the size of bitmap created for clipboard..."Dennis Francis1-1/+0
2017-09-11tdf#108299: Limit the size of bitmap created for clipboard...Dennis Francis1-0/+1
2017-09-08sc-perf: do not add a million empty filter entries just to sort and discardEike Rathke2-3/+4
2017-09-08convert pEntryLists to std::array<std::unique_ptr<...Noel Grandin1-1/+4
2017-09-07Resolves: tdf#112258 correctly pick items from AutoFilter selectionEike Rathke1-1/+1
2017-09-07tdf#107952: Move cursor to changed cell after undo/redo in ScUndoSetCellDennis Francis1-0/+1
2017-09-05sc: adjust block height only if neededDimitri Bouron1-2/+3
2017-08-29Fix typo in codeAndrea Gelmini1-2/+2
2017-08-29loplugin:constparam in sc part9Noel Grandin6-8/+8
2017-08-29loplugin:constparam in sc part8Noel Grandin4-10/+10
2017-08-29external data: add a simple table view for spreadsheet dataMarkus Mohrhard1-0/+109
2017-08-26loplugin:constparam in sc part7Noel Grandin13-30/+30