summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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-26sc tiled rendering: Set some minimal size of the document.Jan Holesovsky
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-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-23TableRef: finalize database ranges before defined namesEike Rathke
2015-06-23sc: add ScModelObj::getTextSelection().Henry Castro
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky
2015-06-23in OOXML save references of named expressions with col,row=0,0 base positionEike Rathke
2015-06-23TableRef: clone inner reference RPN token only if it existsEike Rathke
2015-06-23LinkUpdateMode is a global settingStephan Bergmann
2015-06-23Excel export: set correct grammar for named expressions symbolsEike Rathke
2015-06-22TableRef: inherit RelName in generated reference if named expressionEike Rathke
2015-06-21TableRef: use ScTokenArray::HasReferences() instead of GetNextReferenceRPN()Eike Rathke
2015-06-21TableRef: make ThisRow work in named expressionsEike Rathke
2015-06-21unit test for adjustSingleRefInName() during column insertionEike Rathke
2015-06-21adjustSingleRefInName() handle relative column and row independentlyEike Rathke
2015-06-21TableRef: clone inner reference token in copy-ctorEike Rathke
2015-06-21TableRef: sheet reference always absolute and 3DEike Rathke
2015-06-21TableRef: generated reference's column relativity follows column specifierEike Rathke
2015-06-21TableRef: column specifier is an absolute referenceEike Rathke
2015-06-21add unit test for ocRangeOp and ScComplexRefData::Extend()Eike Rathke
2015-06-19tdf#85594 Additional tweaks to standard and drawing toolbarsYousuf Philips
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky
2015-06-18Resolves: tdf#83365 push proper references in INDIRECTEike Rathke
2015-06-18properly inherit relative and 3D flags when extending, tdf#83365 relatedEike Rathke
2015-06-17Resolves: tdf#86305 clone upper left of matrix result if double tokenEike Rathke
2015-06-16Resolves: tdf#91411 end listening only on selected sheetsEike Rathke
2015-06-15use ReplaceToken() in ReadjustAbsolute3DReferences()Eike Rathke
2015-06-15prepare ReplaceToken() to replace also in RPNEike Rathke
2015-06-15more adjustment of references in RPNEike Rathke
2015-06-13do not access token data after token has been destroyedEike Rathke
2015-06-12do not adjust RPN named expressions relative references, tdf#91842 follow-upEike Rathke
2015-06-12copypasta error, tdf#69552 follow-upEike Rathke
2015-06-12tdf#62095 fix O(n^2) algorithm in opening pathological fileNoel Grandin
2015-06-12FLOOR.MATH has 3 parameters, show them in UI, tdf#69552 follow-upEike Rathke