summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2015-07-01tdf#92262 - fixup shared_ptr -> VclPtr issue.Michael Meeks
2015-07-01tdf#86179 inc/dec font is missing in some shellsMaxim Monastirsky
2015-06-30Fix typosAndrea Gelmini
2015-06-30unit test, check for all ScRange::Parse() valid flags, tdf#92426Eike Rathke
2015-06-30tdf#92426 explicitly set valid row/col for entire col/row referencesEike Rathke
2015-06-30unit tests for tdf#92427Eike Rathke
2015-06-30tdf#92427 entire column/row reference also if both sticky parts are relativeEike Rathke
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin
2015-06-30translate some comments on the flyEike Rathke
2015-06-30introduce ScRefUpdateRes UR_STICKYEike Rathke
2015-06-29Resolves: tdf#31577 volatile lookup ranges must not be cachedEike Rathke
2015-06-29support plain database range (table) names in INDIRECTEike Rathke
2015-06-29TableRef: can be used in INDIRECTEike Rathke
2015-06-29Related tdf#92262: PIVOTTABLE: crash when clicking on the autofilter arrowJulien Nabet
2015-06-29coverity#1308591 Uncaught exceptionCaolán McNamara
2015-06-29coverity#1308589 Uncaught exceptionCaolán McNamara
2015-06-29insert/shift unit test for tdf#44419Eike Rathke
2015-06-29unit test for tdf#44419Eike Rathke
2015-06-29coverity#1308596 Uncaught exceptionCaolán McNamara
2015-06-29coverity#1308602 Uncaught exceptionCaolán McNamara
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin
2015-06-29no need to recompile the formula againMarkus Mohrhard
2015-06-29use a prefix instead of pMarkus Mohrhard
2015-06-29Subformula evaluation in formula wizard treeBenjamin Ni
2015-06-28coverity#1308565 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308558 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308541 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308532 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308531 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308528 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308520 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308517 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308513 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308510 Uncaught exceptionCaolán McNamara
2015-06-28tdf#91857 Minor fixes to impress's and calc's reorganized menusYousuf Philips
2015-06-28Fix typosAndrea Gelmini
2015-06-28Fix typosAndrea Gelmini
2015-06-27tdf#90717 prevent crash, not really fixedEike Rathke
2015-06-27tdf#90573 do not shift/move entire col/row references and rangesEike Rathke
2015-06-26use ScComplexRefData::IsEntireCol() and IsEntireRow()Eike Rathke
2015-06-26tdf#44419 display entire column/row references as A:A/1:1Eike Rathke
2015-06-26entire rows/cols have absolute col/row anchors, tdf#44419 follow-upEike Rathke
2015-06-26tdf#44419 allow A:A and 1:1 references also in Calc A1 and ODF syntaxEike Rathke
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-25tdf#44419 in second reference part stop number parsing at separatorEike Rathke
2015-06-25a singleton must be fully parsed to be valid, tdf#44419 relatedEike Rathke
2015-06-25bail out early if maTableColumnNames.empty()Eike Rathke
2015-06-25TableRef: compile named expression into RPN once to populate informationEike Rathke
2015-06-25TableRef: ScCompiler::IsTableRefColumn() lookup column name in ScDBDataEike Rathke