summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* tdf#89031 remove agressiveness from Calc function suggestionsWinfried Donkers2015-07-132-34/+20
* tdf#92668: Revert some implementation names, for backwards compatibilityStephan Bergmann2015-07-131-1/+4
* execute the terrible bottle neck loop only if there are conditional formatsEike Rathke2015-07-093-1/+10
* Resolves: tdf#84762 collect all recalc-always cells before setting any dirtyEike Rathke2015-07-091-6/+14
* fix export to xls, tdf#69552Winfried Donkers2015-07-092-6/+6
* always justify a referenced range in order, tdf#92468Eike Rathke2015-07-086-0/+139
* end/restart group listening in DeleteSelection(), similar to DeleteArea()Eike Rathke2015-07-081-0/+63
* Related: tdf#92392 clear some more vclptrs on disposeCaolán McNamara2015-07-081-0/+5
* Related: tdf#92392 protect against double dispose from dtor with disposeOnceCaolán McNamara2015-07-071-1/+1
* tdf#92392 - Dispose ScFormulaReferenceHelper properly.Michael Meeks2015-07-062-1/+10
* This one should override SfxToolBoxControl::SelectMaxim Monastirsky2015-07-062-4/+2
* tdf#92262 - fixup shared_ptr -> VclPtr issue.Michael Meeks2015-07-022-2/+5
* fix a11y crash seen on moving chart wizard dialogCaolán McNamara2015-07-021-1/+2
* tdf#91641 adjust cursor when deleting preceding charactersJustin Luth2015-06-301-2/+10
* tdf#92426 explicitly set valid row/col for entire col/row referencesEike Rathke2015-06-301-4/+4
* Related tdf#92262: PIVOTTABLE: crash when clicking on the autofilter arrowJulien Nabet2015-06-301-1/+1
* tdf#92427 entire column/row reference also if both sticky parts are relativeEike Rathke2015-06-301-0/+19
* introduce ScRefUpdateRes UR_STICKYEike Rathke2015-06-304-9/+37
* Resolves: tdf#31577 volatile lookup ranges must not be cachedEike Rathke2015-06-291-1/+7
* support plain database range (table) names in INDIRECTEike Rathke2015-06-291-1/+34
* TableRef: can be used in INDIRECTEike Rathke2015-06-291-0/+47
* tdf#83859: Make arrow keys work again in named ranges dropdownKatarina Behrens2015-06-281-0/+4
* tdf#90717 prevent crash, not really fixedEike Rathke2015-06-271-1/+32
* tdf#90573 do not shift/move entire col/row references and rangesEike Rathke2015-06-273-14/+78
* use ScComplexRefData::IsEntireCol() and IsEntireRow()Eike Rathke2015-06-262-4/+18
* tdf#44419 display entire column/row references as A:A/1:1Eike Rathke2015-06-261-23/+65
* entire rows/cols have absolute col/row anchors, tdf#44419 follow-upEike Rathke2015-06-261-0/+4
* tdf#44419 allow A:A and 1:1 references also in Calc A1 and ODF syntaxEike Rathke2015-06-261-4/+42
* sc tiled rendering: Set some minimal size of the document.Jan Holesovsky2015-06-264-2/+20
* tdf#44419 in second reference part stop number parsing at separatorEike Rathke2015-06-251-0/+12
* a singleton must be fully parsed to be valid, tdf#44419 relatedEike Rathke2015-06-251-2/+2
* bail out early if maTableColumnNames.empty()Eike Rathke2015-06-251-0/+3
* TableRef: compile named expression into RPN once to populate informationEike Rathke2015-06-251-0/+7
* TableRef: ScCompiler::IsTableRefColumn() lookup column name in ScDBDataEike Rathke2015-06-251-0/+16
* TableRef: search table column names case insensitiveEike Rathke2015-06-251-1/+20
* TableRef: move getTables().applyTableColumns() to the correct positionEike Rathke2015-06-252-1/+1
* TableRef: add ScDBData::GetColumnNameOffset()Eike Rathke2015-06-252-0/+20
* TableRef: invalidate table column names on most sheet operationsEike Rathke2015-06-252-1/+63
* sc: suppress some [loplugin:staticmethods]Michael Stahl2015-06-241-0/+2
* TableRef: import OOXML table column names to ScDBDataEike Rathke2015-06-246-17/+58
* TableRef: read <table><tableColumns><tableColumn> from OOXMLEike Rathke2015-06-248-2/+410
* TableRef: add ScDBData::maTableColumnNamesEike Rathke2015-06-242-2/+9
* TableRef: finalize database ranges before defined namesEike Rathke2015-06-231-2/+2
* sc: add ScModelObj::getTextSelection().Henry Castro2015-06-232-0/+85
* rendercontext: Mass fix of using the wrong size.Jan Holesovsky2015-06-234-5/+4
* in OOXML save references of named expressions with col,row=0,0 base positionEike Rathke2015-06-235-29/+63
* TableRef: clone inner reference RPN token only if it existsEike Rathke2015-06-231-1/+1
* LinkUpdateMode is a global settingStephan Bergmann2015-06-232-4/+24
* Excel export: set correct grammar for named expressions symbolsEike Rathke2015-06-231-1/+2
* TableRef: inherit RelName in generated reference if named expressionEike Rathke2015-06-223-2/+24