summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-12-18Use std::unique_ptr for the edit engine member of ScInputHandler.Kohei Yoshida2-128/+131
2017-12-18Reduce the indirection count...Kohei Yoshida1-3/+7
2017-12-18Use std::unique_ptr for the input handler instance here.Kohei Yoshida3-13/+15
2017-12-18convert DecodeMechanism to scoped enumNoel Grandin27-45/+45
2017-12-18convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin3-3/+3
2017-12-16lok: sc: fix DesktopLOKTest::testCellCursor unit test failureMarco Cecchetti1-2/+3
2017-12-15lok: sc: header, cursor and selection overlays issues wrt autofilterMarco Cecchetti13-61/+83
2017-12-15lok: sc: handling conflicts btw group collapsing and cell editingMarco Cecchetti1-27/+84
2017-12-15lok: sc: append the col, row position to the cell cursor messageMarco Cecchetti1-3/+6
2017-12-15lokdialog: Give non-programmatic name to autofilterPranav Kant3-7/+16
2017-12-12lok: calc: get uno:RowHeight/uno:ColumnWidth to work with online 2.1/3.0Marco Cecchetti2-30/+56
2017-12-12lok: calc: LOK_FEATURE_RANGE_HEADERSMarco Cecchetti1-7/+11
2017-12-07Windows build fix - uninitialized variableSzymon Kłos1-1/+1
2017-12-05sc: simplify ScColContainerAshod Nakashian4-43/+23
2017-12-05remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin10-12/+12
2017-12-05tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski6-5/+18
2017-12-05vector::data seems more natural than &vector::frontCaolán McNamara7-15/+15
2017-12-05convert BmpConversion to scoped enumNoel Grandin1-1/+1
2017-12-05loplugin:useuniqueptr extend to check local varsNoel Grandin4-14/+7
2017-12-05convert ScChartGlue to scoped enumNoel Grandin2-21/+21
2017-12-05new loplugin: useuniqueptr: sc part 1Noel Grandin35-163/+120
2017-12-05new loplugin: useuniqueptr: vclNoel Grandin2-3/+3
2017-12-05lokdialog: sc: Guard autofilter popup's LOK notificationPranav Kant1-1/+2
2017-12-04lok: calc: fix: the last col/row headers were not collectedMarco Cecchetti1-12/+13
2017-12-04lok: calc: fix: CTRL+RIGHT => crashMarco Cecchetti1-1/+2
2017-12-04fix buildAron Budea1-2/+2
2017-12-04tdf#109240, tdf#112571: add unit testAron Budea2-0/+28
2017-12-01tdf#107806: Semantic and syntax for .uno:RowHeight have been changedHenry Castro6-32/+72
2017-12-01lok: calc: small fixesMarco Cecchetti1-2/+2
2017-11-30lok: calc: set outline stateMarco Cecchetti2-15/+15
2017-11-29disambiguation (build fix on Windows)Andras Timar1-1/+1
2017-11-28tdf#109240, tdf#112571: don't export dupe built-in named rangesAron Budea2-3/+7
2017-11-28lok - calc: outline and group handlingMarco Cecchetti14-37/+377
2017-11-28lok: sc: subdivide headers data in rangeMarco Cecchetti1-1/+10
2017-11-28lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.Jan Holesovsky2-9/+0
2017-11-28lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky2-0/+9
2017-11-28lokdialog: Make the Autofilter popup notify about its creation.Jan Holesovsky1-0/+1
2017-11-27tdf#111907 Allow box in Manage Names dialog to expand on resizingAndreas Brandner1-1/+4
2017-11-27ofz: special case max index for cSymbolCaolán McNamara1-0/+2
2017-11-27ofz#4123 do not read past end of fileEike Rathke1-5/+25
2017-11-27ofz+valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara1-1/+1
2017-11-27ofz: bad mnRangeOpPosInSymbolCaolán McNamara1-0/+2
2017-11-22Resolves: tdf#111428 swap ScColumn::mnBlkCountFormulaEike Rathke1-0/+3
2017-11-15TypoPranav Kant1-1/+1
2017-11-01tdf#113268: Pivot table: Missing popup button after opening a ODSTamás Zolnai4-1/+32
2017-11-01tdf#113159: Pivot table: tabular mode is converted to oultine modeTamás Zolnai3-13/+64
2017-10-26sc lok: fix spell checking languages in CalcHenry Castro7-0/+158
2017-10-18Resolves: tdf#112780 no ResetDirty() after SetHybridEmptyDisplayedAsString()Eike Rathke1-1/+6
2017-10-18Resolves: tdf#100822 use sax::Converter::parseDateTime() for 'd' ISO 8601 dateEike Rathke1-8/+11
2017-10-18Resolves: tdf#103734 propagate error from matrix to MIN()/MAX()Eike Rathke2-2/+14