summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Expand)AuthorFilesLines
2018-05-29tdf#115582 Correct coordinate usage for sc's ::ArrayArmin Le Grand1-6/+15
2018-05-18Resolves: tdf#117093 sanitize the active grid window valueEike Rathke2-13/+33
2018-05-08Resolves: tdf#117005 undo/redo skips comment when switching sheetsCaolán McNamara1-1/+2
2018-05-04tdf#117017 Make modifier keys not trigger the InputChanged handlerMaxim Monastirsky3-2/+21
2018-04-24tdf#116821 Keep row/column buttons enabled even when insert impossibleMaxim Monastirsky2-4/+0
2018-04-13Related: tdf#100925 background not getting set under X sometimesCaolán McNamara1-1/+6
2018-04-13Resolves: tdf#116813 Height/Width swappedCaolán McNamara1-2/+2
2018-04-04tdf#112997 multiple animated gif only one frameNoel Grandin1-1/+1
2018-03-27ofz#7121 NamedDBs::insert takes ownership of its argumentEike Rathke1-1/+0
2018-03-21Resolves: tdf#116215 separate column sums and row sums, tdf#71339 relatedEike Rathke1-7/+16
2018-03-16Resolves: tdf#115923 try a different approach to solving tdf#46637Caolán McNamara1-5/+20
2018-03-15Resolves: tdf#54197 update input line with new cell content after Ctrl+D fillEike Rathke1-0/+26
2018-03-13forcepoint #26 check input against max valid enum valuesCaolán McNamara2-8/+8
2018-03-13tdf#103175: Initialize DrawLayer if requiredMike Kaganski1-2/+3
2018-03-07Resolves: tdf#113805 insert special character fails in insert footnote...Caolán McNamara3-3/+3
2018-03-06tdf#116171: Tunnel arbitrary rtl_TextEncoding from sc to sdbc:dbase connectionStephan Bergmann1-22/+5
2018-02-21Resolves: tdf#115710 let css::sheet::FunctionAccess execute WEBSERVICEEike Rathke1-1/+1
2018-02-16Resolves: tdf#115046 don't restore a sheet-local DBData from temporaryEike Rathke1-3/+18
2018-02-16ofz#6311 still problems with SdrEdgeObj listening to same obj at start as endCaolán McNamara5-9/+9
2018-02-15tdf#115483 svl xmloff sc sw: verify all ODF 1.2 protection-key hashesMichael Stahl1-0/+4
2018-02-14it does not make sense to check for nullptr and then access anywayMarkus Mohrhard1-3/+5
2018-02-13CheckLinkFormulaNeedingCheck() for .slk importEike Rathke1-0/+1
2018-02-12tdf#72440 Abs sheet ref must be givenLaurent BP1-1/+2
2018-02-09CheckLinkFormulaNeedingCheck() for .csv importEike Rathke1-0/+11
2018-01-30fix tdf#114934 borderline feature regressionsArmin Le Grand4-8/+10
2018-01-30tdf#115044: do not load external documents if it is not allowedVasily Melenchuk1-0/+9
2018-01-25tdf#114519 Update cell content on sidebar number format changeJim Raykowski1-0/+1
2018-01-16handle ocWebservice similarly to ocDdeCaolán McNamara3-7/+17
2018-01-16Better handle ScDde formulas with missing dde-link entriesCaolán McNamara2-1/+3
2018-01-16tdf#114992: fix crash in deleting sheetJulien Nabet1-1/+1
2018-01-16shapes provide their name through the container::XNamed interface, tdf#114932Markus Mohrhard1-3/+3
2018-01-12VclPtr, missing disposeCaolán McNamara1-1/+1
2018-01-12Add back initialization of ScNavigatorSettings::maExpandedVecStephan Bergmann1-0/+1
2018-01-07tdf#113980 Refresh row/column buttons state after selection changeMaxim Monastirsky1-0/+2
2017-12-22Add UI config option to enable/disable threading.Dennis Francis2-0/+15
2017-12-20tdf#114545 Enabling/Disabling Ok button depending on correct formattagezi1-0/+6
2017-12-19Uncheck Engineering notation checkbox on Scientific selectionJim Raykowski1-0/+1
2017-12-18clear the data provider cache after import, tdf#111960Markus Mohrhard1-0/+5
2017-12-15tdf#114216 Uncheck Thousands separator on Number category selectionJim Raykowski1-0/+1
2017-12-09A "standard" format does not necessarily mean the General formatEike Rathke1-4/+2
2017-12-09lok: calc: fix: CTRL+RIGHT => crashMarco Cecchetti1-1/+2
2017-12-08Fix segfault when ScDBDocFunc::AddDBRange is called ...Jens Carl1-1/+0
2017-12-08Key must be sal_uInt32 instead of sal_Int16 SCCOL, tdf#113861 follow-upEike Rathke1-2/+2
2017-12-08assert on export of fdo69698-1.ods to pdfCaolán McNamara1-7/+13
2017-12-07tdf#114228: fix crash when deleting sheet in specific caseJulien Nabet1-2/+3
2017-12-01tdf#113831 Show number of search resultsheiko tietze2-28/+21
2017-11-25coverity#1422232 Improper use of negative valueCaolán McNamara1-1/+1
2017-11-25Convert ScConditionMode to scoped enumTor Lillqvist7-135/+135
2017-11-24drop unused ATTR itemsNoel Grandin1-2/+0
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin8-10/+10