summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2015-07-09execute the terrible bottle neck loop only if there are conditional formatsEike Rathke
2015-07-09Resolves: tdf#84762 collect all recalc-always cells before setting any dirtyEike Rathke
2015-07-09fix export to xls, tdf#69552Winfried Donkers
2015-07-08always justify a referenced range in order, tdf#92468Eike Rathke
2015-07-08end/restart group listening in DeleteSelection(), similar to DeleteArea()Eike Rathke
2015-07-08Related: tdf#92392 clear some more vclptrs on disposeCaolán McNamara
2015-07-07Related: tdf#92392 protect against double dispose from dtor with disposeOnceCaolán McNamara
2015-07-06tdf#92392 - Dispose ScFormulaReferenceHelper properly.Michael Meeks
2015-07-06This one should override SfxToolBoxControl::SelectMaxim Monastirsky
2015-07-02tdf#92262 - fixup shared_ptr -> VclPtr issue.Michael Meeks
2015-07-02fix a11y crash seen on moving chart wizard dialogCaolán McNamara
2015-06-30tdf#91641 adjust cursor when deleting preceding charactersJustin Luth
2015-06-30tdf#92426 explicitly set valid row/col for entire col/row referencesEike Rathke
2015-06-30Related tdf#92262: PIVOTTABLE: crash when clicking on the autofilter arrowJulien Nabet
2015-06-30tdf#92427 entire column/row reference also if both sticky parts are relativeEike 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-28tdf#83859: Make arrow keys work again in named ranges dropdownKatarina Behrens
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-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