summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-11-21Move formula tree manipulation out of multi-threaded parts of codeTor Lillqvist8-43/+136
2017-11-21Always create the DocumentLinkManager, avoids a mutation assertion failureTor Lillqvist2-6/+2
2017-11-21Add "mutation guard" API for ScDocumentTor Lillqvist7-0/+69
2017-11-21First steps for Calc parallelismTor Lillqvist11-21/+337
2017-11-21tdf#103234 undo replacing text with formulaCaolán McNamara2-2/+2
2017-11-21clang-format fixesMiklos Vajna1-255/+410
2017-11-21TypedWhichId for SDRATTR* constants (2)Noel Grandin2-2/+2
2017-11-20tdf#95880 Add a lock mark on protected sheet tab.Gulsah Kose4-0/+17
2017-11-20ofz#4321 Direct-leakCaolán McNamara2-10/+9
2017-11-20tdf#89216 forward empty cells as empty to BASIC instead of 0.0Matti Lehtonen1-2/+3
2017-11-20ofz#4306 Null-dereference READCaolán McNamara1-7/+18
2017-11-20ofz#4328 AbrtCaolán McNamara1-2/+3
2017-11-20cosmetics: Drop duplicate semicolonTakeshi Abe1-1/+1
2017-11-20ofz#4334 Null-dereference READCaolán McNamara1-1/+1
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin5-8/+8
2017-11-20TypedWhichId for SDRATTR* constants (1)Noel Grandin2-3/+3
2017-11-20Fix typosAndrea Gelmini1-1/+1
2017-11-20TypedWhichId for XATTR* constantsNoel Grandin3-9/+9
2017-11-19Fix typosAndrea Gelmini1-1/+1
2017-11-19Typos about "bottom"Julien Nabet1-1/+1
2017-11-19tdf#113536 Better wording for CSV separatorheiko tietze2-3/+3
2017-11-19Replace list by vector in accessible part of scJulien Nabet3-30/+19
2017-11-19tdf#50746 Make "paste unformatted text" work for CalcSerge Krot10-0/+46
2017-11-18ofz#4306 init draw layerCaolán McNamara1-0/+1
2017-11-18Updated liborcus to 0.13.1.Kohei Yoshida5-14/+26
2017-11-18tdf#113861: Less aggressive expansion of chart headers.Vasily Melenchuk1-53/+52
2017-11-18tdf#45904 Move _XSpreadsheetView Java tests to C++Jens Carl1-2/+12
2017-11-17ScVbaRange::Find - allow empty string as What to search forJustin Luth2-10/+7
2017-11-17tdf#113894 release ctrl of ctrl+v in input line should strip formattingCaolán McNamara1-7/+0
2017-11-17coverity#1422192 include param field in string fieldEike Rathke1-1/+1
2017-11-17TypedWhichId for EE_CHAR* constantsNoel Grandin14-64/+64
2017-11-17TypedWhichId for EE_PARA* constantsNoel Grandin2-10/+6
2017-11-16ofz#4243 TimeoutCaolán McNamara1-2/+2
2017-11-16ofz#4243 TimeoutCaolán McNamara1-3/+2
2017-11-16Straighten use of MAXSTRLEN to be maximum string lengthEike Rathke3-19/+19
2017-11-16related ofz#4243 TimeoutCaolán McNamara1-2/+4
2017-11-16coverity#1421095 Useless callCaolán McNamara2-4/+2
2017-11-16use implict conversion operator in TypedWhichIdNoel Grandin7-16/+16
2017-11-16ofz: special case max index for cSymbolCaolán McNamara1-0/+2
2017-11-15tdf#45904 Move _XScenariosSupplier Java test to C++Jens Carl1-3/+8
2017-11-15tdf#108144: tabbed notebookbar add margins to seperatorsandreas kainz1-10/+30
2017-11-15tdf#45904 Move _XSheetAnnotationsSupplier Java test to C++Jens Carl1-1/+6
2017-11-15TypedWhichIdNoel Grandin11-25/+24
2017-11-15Fix typosAndrea Gelmini2-4/+4
2017-11-14Translate German comments and debug stringsJohnny_M1-4/+4
2017-11-14Distinguish single/multiple cell copy for plain text, tdf#113571 follow-upEike Rathke1-7/+16
2017-11-14Changed encoding from cp1252 to UTF-8Andrea Gelmini1-5/+5
2017-11-13ofz#4202 Null-dereference READCaolán McNamara1-1/+10
2017-11-13tdf#45904 Move _XLabelRange Java tests to C++Jens Carl4-1/+213
2017-11-13Resolves: tdf#113571 paste-special "Unformatted text [TSV-Calc]", tdf#32213Eike Rathke11-14/+48