summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-07-06tdf#92392 - Dispose ScFormulaReferenceHelper properly.Michael Meeks2-1/+10
2015-07-06This one should override SfxToolBoxControl::SelectMaxim Monastirsky2-4/+2
2015-07-02tdf#92262 - fixup shared_ptr -> VclPtr issue.Michael Meeks2-2/+5
2015-07-02fix a11y crash seen on moving chart wizard dialogCaolán McNamara1-1/+2
2015-06-30tdf#91641 adjust cursor when deleting preceding charactersJustin Luth1-2/+10
2015-06-30tdf#92426 explicitly set valid row/col for entire col/row referencesEike Rathke1-4/+4
2015-06-30Related tdf#92262: PIVOTTABLE: crash when clicking on the autofilter arrowJulien Nabet1-1/+1
2015-06-30tdf#92427 entire column/row reference also if both sticky parts are relativeEike Rathke1-0/+19
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-28tdf#83859: Make arrow keys work again in named ranges dropdownKatarina Behrens1-0/+4
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-26sc tiled rendering: Set some minimal size of the document.Jan Holesovsky4-2/+20
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
2015-06-25TableRef: add ScDBData::GetColumnNameOffset()Eike Rathke2-0/+20
2015-06-25TableRef: invalidate table column names on most sheet operationsEike Rathke2-1/+63
2015-06-24sc: suppress some [loplugin:staticmethods]Michael Stahl1-0/+2
2015-06-24TableRef: import OOXML table column names to ScDBDataEike Rathke6-17/+58
2015-06-24TableRef: read <table><tableColumns><tableColumn> from OOXMLEike Rathke8-2/+410
2015-06-24TableRef: add ScDBData::maTableColumnNamesEike Rathke2-2/+9
2015-06-23TableRef: finalize database ranges before defined namesEike Rathke1-2/+2
2015-06-23sc: add ScModelObj::getTextSelection().Henry Castro2-0/+85
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky4-5/+4
2015-06-23in OOXML save references of named expressions with col,row=0,0 base positionEike Rathke5-29/+63
2015-06-23TableRef: clone inner reference RPN token only if it existsEike Rathke1-1/+1
2015-06-23LinkUpdateMode is a global settingStephan Bergmann2-4/+24
2015-06-23Excel export: set correct grammar for named expressions symbolsEike Rathke1-1/+2
2015-06-22TableRef: inherit RelName in generated reference if named expressionEike Rathke3-2/+24
2015-06-21TableRef: use ScTokenArray::HasReferences() instead of GetNextReferenceRPN()Eike Rathke1-12/+6
2015-06-21TableRef: make ThisRow work in named expressionsEike Rathke3-213/+261
2015-06-21unit test for adjustSingleRefInName() during column insertionEike Rathke1-0/+21
2015-06-21adjustSingleRefInName() handle relative column and row independentlyEike Rathke1-8/+2
2015-06-21TableRef: clone inner reference token in copy-ctorEike Rathke1-1/+1
2015-06-21TableRef: sheet reference always absolute and 3DEike Rathke1-13/+2
2015-06-21TableRef: generated reference's column relativity follows column specifierEike Rathke1-3/+7
2015-06-21TableRef: column specifier is an absolute referenceEike Rathke1-3/+7
2015-06-21add unit test for ocRangeOp and ScComplexRefData::Extend()Eike Rathke2-0/+96