summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2019-11-13jsdialogs: send .uno:NumberFormat updatesSzymon Kłos1-0/+10
2019-11-13Use two-argument form of static_assertStephan Bergmann1-3/+3
2019-11-13lok: calc: switch row / column / grouping data to pixels.Michael Meeks1-15/+12
2019-11-13no need to store reference to Import hereNoel Grandin2-8/+4
2019-11-13Related tdf#128753: fix regressionJulien Nabet1-1/+4
2019-11-12rename now it does more than just sortCaolán McNamara2-2/+2
2019-11-12Resolves: tdf#122232 Move TabStartCol logic to ScTable::GetNextPos()Eike Rathke7-50/+72
2019-11-12sc: rowcol: tdf#50916 convert core/data/table*Noel Grandin8-156/+158
2019-11-12tdf#121239 give writer, calc and draw/impress the same underline optionsCaolán McNamara3-8/+1
2019-11-12sc: pViewSh can be nullptr in the ScNavigatorDlg ctorMiklos Vajna1-1/+4
2019-11-12Related: tdf#121239 super/sub not shown as toggles in calcCaolán McNamara2-14/+4
2019-11-11cid#1455326 MoveSticky always has a non-nullptr pDocCaolán McNamara3-8/+9
2019-11-11Calc Dataprovider Dialog updateandreas kainz1-0/+4
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin46-231/+258
2019-11-11Chart Form Dialog Buttons use same widthandreas kainz1-0/+10
2019-11-11Calc Define Dialog Distance between Buttons is from systemtheme 6andreas kainz1-1/+1
2019-11-11cid#1455327 Dereference null return valueCaolán McNamara1-1/+2
2019-11-11cid#1455325 Dereference after null checkCaolán McNamara1-8/+17
2019-11-11cid#1455213 Dereference after null checkCaolán McNamara1-1/+2
2019-11-11tdf#121090: Correct the last argument to HLOOKUP/VLOOKUP descriptionMike Kaganski1-4/+4
2019-11-11sc: rowcol: tdf#50916 convert data/attrarrayNoel Grandin1-23/+23
2019-11-09tdf#121239 set double underline status to false when not double underlinedCaolán McNamara3-30/+12
2019-11-08jsdialogs: apply .uno:FillColor in CalcSzymon Kłos1-4/+19
2019-11-08Resolves: tdf#128667 crash in csv import from pasteCaolán McNamara3-1/+8
2019-11-08jsdialog: apply .uno:XLineColor in CalcSzymon Kłos1-0/+15
2019-11-08jsdialog: apply .uno:LineWidth in CalcSzymon Kłos1-2/+26
2019-11-07Show highlight ranges when chart is selectedSzymon Kłos5-15/+49
2019-11-07Fix typoAndrea Gelmini1-1/+1
2019-11-07tdf#124270 : unit-tests for spurious Err:522 fixesDennis Francis2-31/+247
2019-11-07tdf#124270 : improve formula-group cycle detectionDennis Francis4-4/+67
2019-11-06loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2019-11-06jsdialogs: .uno:Color with string argument in CalcSzymon Kłos1-1/+19
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin5-12/+4
2019-11-06loplugin:indentation find broken if statementsNoel Grandin8-24/+27
2019-11-06sc lok: cope with non 100% zoom better.Michael Meeks4-34/+36
2019-11-06Revert "lok: sc: make hi-dpi/zoom compatible with retrieving cell cursor"Michael Meeks1-5/+2
2019-11-06Revert "sc lok: Implement hi-dpi and zoom for spreadsheets."Michael Meeks2-27/+14
2019-11-05make some classes module-privateNoel Grandin20-50/+50
2019-11-04cid#1455213 sc: rowcol: tdf#50916 check pDoc for MaxCol() or MAXCOLEike Rathke1-23/+28
2019-11-04fix ODR violationNoel Grandin2-5/+5
2019-11-04tdf#128562 crash when opening navigator in calcNoel Grandin3-5/+6
2019-11-04Fix typo in codeAndrea Gelmini1-1/+1
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin5-11/+9
2019-11-03loplugin:stringaddNoel Grandin21-64/+42
2019-11-03find symbols that can be privateNoel Grandin1-2/+2
2019-11-03unnecessary forward declaresCaolán McNamara1-1/+0
2019-11-02New loplugin:conditionalstringStephan Bergmann3-4/+4
2019-11-02cid#1448338 silence Untrusted value as argumentCaolán McNamara1-1/+1
2019-11-02cid#1455214 Uninitialized scalar variableCaolán McNamara1-1/+1
2019-11-02cid#1455208 Uninitialized pointer fieldCaolán McNamara1-2/+3