summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-01Resolves: tdf#128476 limit sidebar navigation panel file name combobox widthCaolán McNamara1-0/+1
2019-11-01loplugin:finalclasses in sc/incNoel Grandin93-227/+220
2019-10-31crashtesting: null deref on import of fdo51601-2.xlsxCaolán McNamara1-1/+2
2019-10-31tdf#125688, better sizing for some OUStringBufferNoel Grandin1-3/+3
2019-10-31crashtesting: null deref on import of fdo64646-4.xlsCaolán McNamara1-1/+1
2019-10-31crashtesting: null deref on import of fdo48634-1.xlsCaolán McNamara1-1/+2
2019-10-31remove some stray random propertiesCaolán McNamara4-6/+0
2019-10-31tdf#125688, deque->vectorNoel Grandin2-18/+18
2019-10-31Missing test dependencyStephan Bergmann1-0/+1
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann11-26/+13
2019-10-31tdf#125688 avoid OUString constructionNoel Grandin1-2/+1
2019-10-31tdf#125688 remove intermediate OUStringBufferNoel Grandin2-12/+3
2019-10-31sc: rowcol: tdf#50916 convert filter/*Aron Budea17-95/+108
2019-10-31tdf#128447 sc/vml: accept <? ?> xml prologJustin Luth1-0/+0
2019-10-30don't need to include vcl/tabctrl.hxxCaolán McNamara1-2/+1
2019-10-30svx: prefix members of SdrModelMiklos Vajna1-3/+3
2019-10-29tdf#49813 make autofilter popup at least the width of its columnCaolán McNamara3-4/+6
2019-10-29remove unnecessary includesCaolán McNamara3-10/+1
2019-10-29jsdialogs: set .uno:BackgroundColor in CalcSzymon Kłos1-2/+17
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin63-369/+409
2019-10-29cid#1453992 Dereference after null checkCaolán McNamara1-3/+2
2019-10-29Resolves: tdf#128410 wrong size request for dialogCaolán McNamara1-2/+2
2019-10-29cid#1455158 Explicit null dereferencedCaolán McNamara1-1/+1
2019-10-29remove XclRoot::GetDocRefNoel Grandin14-38/+31
2019-10-28cid#1448338 silence Untrusted value as argumentCaolán McNamara1-1/+1
2019-10-28loplugin:stringadd improve detectionNoel Grandin1-3/+3