summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-08-06Resolves: tdf#88402 remember sort "has headers" at anonymous database rangesEike Rathke3-0/+29
2015-08-06tdf#92668: Revert some implementation names, for backwards compatibilityStephan Bergmann1-1/+4
2015-08-06tdf#89031 remove agressiveness from Calc function suggestionsWinfried Donkers2-34/+20
2015-08-06SdrPaintView::AddWindowToPaintView: take a vcl::Window, tooMiklos Vajna1-2/+2
2015-08-06execute the terrible bottle neck loop only if there are conditional formatsEike Rathke3-1/+10
2015-08-06Resolves: tdf#84762 collect all recalc-always cells before setting any dirtyEike Rathke1-6/+14
2015-08-06fix export to xls, tdf#69552Winfried Donkers2-6/+6
2015-08-06always justify a referenced range in order, tdf#92468Eike Rathke6-0/+139
2015-08-06end/restart group listening in DeleteSelection(), similar to DeleteArea()Eike Rathke1-0/+63
2015-08-06Related: tdf#92392 clear some more vclptrs on disposeCaolán McNamara1-0/+5
2015-08-06Related: tdf#92392 protect against double dispose from dtor with disposeOnceCaolán McNamara1-1/+1
2015-08-06tdf#92392 - Dispose ScFormulaReferenceHelper properly.Michael Meeks2-1/+10
2015-08-06This one should override SfxToolBoxControl::SelectMaxim Monastirsky2-4/+2
2015-08-06tdf#92262 - fixup shared_ptr -> VclPtr issue.Michael Meeks2-2/+5
2015-08-06fix a11y crash seen on moving chart wizard dialogCaolán McNamara1-1/+2
2015-08-06tdf#91641 adjust cursor when deleting preceding charactersJustin Luth1-2/+10
2015-08-06tdf#92426 explicitly set valid row/col for entire col/row referencesEike Rathke1-4/+4
2015-08-06Related tdf#92262: PIVOTTABLE: crash when clicking on the autofilter arrowJulien Nabet1-1/+1
2015-08-06tdf#92427 entire column/row reference also if both sticky parts are relativeEike Rathke1-0/+19
2015-08-06introduce ScRefUpdateRes UR_STICKYEike Rathke4-9/+37
2015-08-06Resolves: tdf#31577 volatile lookup ranges must not be cachedEike Rathke1-1/+7
2015-08-06support plain database range (table) names in INDIRECTEike Rathke1-1/+34
2015-08-06TableRef: can be used in INDIRECTEike Rathke1-0/+47
2015-08-06tdf#83859: Make arrow keys work again in named ranges dropdownKatarina Behrens1-0/+4
2015-08-06tdf#90717 prevent crash, not really fixedEike Rathke1-1/+32
2015-08-06tdf#90573 do not shift/move entire col/row references and rangesEike Rathke3-14/+78
2015-08-06use ScComplexRefData::IsEntireCol() and IsEntireRow()Eike Rathke2-4/+18
2015-08-06tdf#44419 display entire column/row references as A:A/1:1Eike Rathke1-23/+65
2015-08-06entire rows/cols have absolute col/row anchors, tdf#44419 follow-upEike Rathke1-0/+4
2015-08-06tdf#44419 allow A:A and 1:1 references also in Calc A1 and ODF syntaxEike Rathke1-4/+42
2015-08-06tdf#44419 in second reference part stop number parsing at separatorEike Rathke1-0/+12
2015-08-06a singleton must be fully parsed to be valid, tdf#44419 relatedEike Rathke1-2/+2
2015-08-06bail out early if maTableColumnNames.empty()Eike Rathke1-0/+3
2015-08-06TableRef: compile named expression into RPN once to populate informationEike Rathke1-0/+7
2015-08-06TableRef: ScCompiler::IsTableRefColumn() lookup column name in ScDBDataEike Rathke1-0/+16
2015-08-06TableRef: search table column names case insensitiveEike Rathke1-1/+20
2015-08-06TableRef: move getTables().applyTableColumns() to the correct positionEike Rathke2-1/+1
2015-08-06TableRef: add ScDBData::GetColumnNameOffset()Eike Rathke2-0/+20
2015-08-06TableRef: invalidate table column names on most sheet operationsEike Rathke2-1/+63
2015-08-06sc: suppress some [loplugin:staticmethods]Michael Stahl1-0/+2
2015-08-06TableRef: import OOXML table column names to ScDBDataEike Rathke6-17/+58
2015-08-06TableRef: read <table><tableColumns><tableColumn> from OOXMLEike Rathke8-2/+410
2015-08-06TableRef: add ScDBData::maTableColumnNamesEike Rathke2-2/+9
2015-08-06TableRef: finalize database ranges before defined namesEike Rathke1-2/+2
2015-08-06rendercontext: Mass fix of using the wrong size.Jan Holesovsky4-5/+4
2015-08-06in OOXML save references of named expressions with col,row=0,0 base positionEike Rathke5-29/+63
2015-08-06TableRef: clone inner reference RPN token only if it existsEike Rathke1-1/+1
2015-08-06LinkUpdateMode is a global settingStephan Bergmann2-4/+24
2015-08-06Excel export: set correct grammar for named expressions symbolsEike Rathke1-1/+2
2015-08-06TableRef: inherit RelName in generated reference if named expressionEike Rathke3-2/+24