summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2015-06-25TableRef: search table column names case insensitiveEike Rathke
2015-06-25TableRef: move getTables().applyTableColumns() to the correct positionEike Rathke
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann
2015-06-25TableRef: add ScDBData::GetColumnNameOffset()Eike Rathke
2015-06-25TableRef: invalidate table column names on most sheet operationsEike Rathke
2015-06-24sc: suppress some [loplugin:staticmethods]Michael Stahl
2015-06-24TableRef: import OOXML table column names to ScDBDataEike Rathke
2015-06-24TableRef: read <table><tableColumns><tableColumn> from OOXMLEike Rathke
2015-06-24TableRef: add ScDBData::maTableColumnNamesEike Rathke
2015-06-24Get rid of comphelper::string::is*Ascii functionsStephan Bergmann
2015-06-23Remove another inappropriate ellipsis from a command’s nameAdolfo Jayme Barrientos
2015-06-23TableRef: finalize database ranges before defined namesEike Rathke
2015-06-23Revert "Typo: iff->if"Julien Nabet
2015-06-23Typo: iff->ifJulien Nabet
2015-06-23sc: add ScModelObj::getTextSelection().Henry Castro
2015-06-23in OOXML save references of named expressions with col,row=0,0 base positionEike Rathke
2015-06-23Drop duplicate #includesTakeshi Abe
2015-06-23TableRef: clone inner reference RPN token only if it existsEike Rathke
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky