summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-03-03Fix typoAndrea Gelmini1-1/+1
2018-03-03Add a new test case for Excel 2003 XML import.Kohei Yoshida2-0/+160
2018-03-02Resolves: tdf#116149 handle external references in VAR* and STDEV* functionsEike Rathke1-1/+3
2018-03-02Resolves: tdf#115351 convert boolean equivalent format codes to proper BooleanEike Rathke1-2/+3
2018-03-02-Werror,-WformatStephan Bergmann1-1/+1
2018-03-02Related: tdf#114555 cater for lastcolumn+1 oddity if last is last possibleEike Rathke1-2/+8
2018-03-02forcepoint #15 notify FormatsContext if Format deletedCaolán McNamara4-4/+18
2018-03-02delete colordata.hxxNoel Grandin3-3/+0
2018-03-02add Color method version of OORGBToXLRGBNoel Grandin1-2/+1
2018-03-02Add a new test case for Excel 2003 XML import.Kohei Yoshida2-0/+169
2018-03-01Related: tdf#54197 copy AutoSpellData from adjacent if no selectionEike Rathke1-4/+21
2018-03-01Related: tdf#115297 copy AutoSpellData from row above if no selectionEike Rathke1-1/+6
2018-03-01Resolves: tdf#54197 update input line with new cell content after Ctrl+D fillEike Rathke1-0/+4
2018-03-01Resolves: tdf#114555 check .xlsx col/row/tab overflow and display warningEike Rathke3-6/+90
2018-03-01weld ScStringInputDlg to native dialogCaolán McNamara9-78/+85
2018-03-01make Color::GetRGBColor return Color instead of ColorDataNoel Grandin1-1/+1
2018-03-01sc: add props. BackGraphic as replacement for BackGraphicURLTomaž Vajngerl2-0/+8
2018-02-28Revert "Resolves: tdf#114555 check .xlsx col/row/tab overflow and display war...Eike Rathke3-82/+6
2018-02-28Resolves: tdf#114555 check .xlsx col/row/tab overflow and display warningEike Rathke3-6/+82
2018-02-28use less COLORDATA_RGBNoel Grandin1-4/+1
2018-02-28Translate German comments and debug stringsJohnny_M4-5/+5
2018-02-28convert COL_ constants to be of type ColorNoel Grandin22-53/+59
2018-02-27tdf#45904: Move _SheetFilterDescriptor Java tests to C++Jens Carl1-1/+7
2018-02-27convert Redline warning dialog to .ui to get helpidsCaolán McNamara8-47/+68
2018-02-27crashtesting: remove wrong assert with tdf114555-2.xlsxEike Rathke1-2/+0
2018-02-27lok: All mouse,key events asyncPranav Kant3-23/+42
2018-02-27lok sc: This is not needed nowPranav Kant1-6/+0
2018-02-27lok sc: Post mouse events to main threadPranav Kant2-3/+5
2018-02-27lokdialog sc: post key events to the main threadPranav Kant2-2/+5
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke4-4/+0
2018-02-27uitest for bug tdf#77479Zdeněk Crhonek1-0/+0
2018-02-27replace Color(COL_*) with COL_*Noel Grandin30-62/+62
2018-02-27convert various MessBox to weld::MessageDialogCaolán McNamara1-1/+0
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara4-36/+60
2018-02-27drop old tools/gen.hxx methods in scNoel Grandin13-54/+55
2018-02-26convert corner case warningboxes with checkboxesCaolán McNamara11-34/+167
2018-02-26Introduce enum comphelper::Hash::IterCount instead of boolEike Rathke1-1/+1
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara19-95/+240
2018-02-26use less RGB_COLORDATANoel Grandin3-6/+6
2018-02-26Prepare to handle OOXML Agile Encryption password hash as wellEike Rathke1-1/+1
2018-02-26sc lok: Make the Validation "Invalid value." message box working.Jan Holesovsky1-2/+6
2018-02-26Move convenience abstractions to DocPasswordHelper, tdf#104250 follow-upEike Rathke1-1/+2
2018-02-26loplugin:useuniqueptr in SvxMSDffSolverContainerNoel Grandin1-5/+1
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin17-48/+24
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara17-66/+144
2018-02-25uitest - calc's autofilter bugsZdeněk Crhonek9-0/+247
2018-02-25uitest Calc merged cells- tdf#51368 tdf#105412 tdf#37901 tdf#51368 tdf#63766Zdeněk Crhonek3-0/+213
2018-02-25convert all help responses to gtk's -11Caolán McNamara101-251/+251
2018-02-24Resolves: tdf#104250 import sheetProtection hash attributesEike Rathke1-0/+6
2018-02-24Write ScOoxPasswordHash to OOXML if set, tdf#104250 prepEike Rathke3-0/+29