summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-06-30Fix typosAndrea Gelmini8-8/+8
2015-06-30unit test, check for all ScRange::Parse() valid flags, tdf#92426Eike Rathke1-0/+20
2015-06-30tdf#92426 explicitly set valid row/col for entire col/row referencesEike Rathke1-4/+4
2015-06-30unit tests for tdf#92427Eike Rathke1-3/+51
2015-06-30tdf#92427 entire column/row reference also if both sticky parts are relativeEike Rathke1-0/+19
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin2-5/+3
2015-06-30translate some comments on the flyEike Rathke1-3/+3
2015-06-30introduce ScRefUpdateRes UR_STICKYEike Rathke4-9/+37
2015-06-29Resolves: tdf#31577 volatile lookup ranges must not be cachedEike Rathke1-1/+7
2015-06-29support plain database range (table) names in INDIRECTEike Rathke1-1/+34
2015-06-29TableRef: can be used in INDIRECTEike Rathke1-0/+47
2015-06-29Related tdf#92262: PIVOTTABLE: crash when clicking on the autofilter arrowJulien Nabet1-1/+1
2015-06-29coverity#1308591 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-29coverity#1308589 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-29insert/shift unit test for tdf#44419Eike Rathke1-0/+39
2015-06-29unit test for tdf#44419Eike Rathke1-1/+39
2015-06-29coverity#1308596 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-29coverity#1308602 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin1-20/+46
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin1-46/+20
2015-06-29no need to recompile the formula againMarkus Mohrhard2-8/+5
2015-06-29use a prefix instead of pMarkus Mohrhard1-3/+3
2015-06-29Subformula evaluation in formula wizard treeBenjamin Ni6-3/+52
2015-06-28coverity#1308565 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308558 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308541 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308532 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308531 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308528 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308520 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308517 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308513 Uncaught exceptionCaolán McNamara4-6/+6
2015-06-28coverity#1308510 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28tdf#91857 Minor fixes to impress's and calc's reorganized menusYousuf Philips1-1/+1
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-27tdf#90717 prevent crash, not really fixedEike Rathke1-1/+32
2015-06-27tdf#90573 do not shift/move entire col/row references and rangesEike Rathke3-14/+78
2015-06-26use ScComplexRefData::IsEntireCol() and IsEntireRow()Eike Rathke2-4/+18
2015-06-26tdf#44419 display entire column/row references as A:A/1:1Eike Rathke1-23/+65
2015-06-26entire rows/cols have absolute col/row anchors, tdf#44419 follow-upEike Rathke1-0/+4
2015-06-26tdf#44419 allow A:A and 1:1 references also in Calc A1 and ODF syntaxEike Rathke1-4/+42
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann12-50/+39
2015-06-25tdf#44419 in second reference part stop number parsing at separatorEike Rathke1-0/+12
2015-06-25a singleton must be fully parsed to be valid, tdf#44419 relatedEike Rathke1-2/+2
2015-06-25bail out early if maTableColumnNames.empty()Eike Rathke1-0/+3
2015-06-25TableRef: compile named expression into RPN once to populate informationEike Rathke1-0/+7
2015-06-25TableRef: ScCompiler::IsTableRefColumn() lookup column name in ScDBDataEike Rathke1-0/+16
2015-06-25TableRef: search table column names case insensitiveEike Rathke1-1/+20
2015-06-25TableRef: move getTables().applyTableColumns() to the correct positionEike Rathke2-1/+1