summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann4-11/+11
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-24Get rid of comphelper::string::is*Ascii functionsStephan Bergmann1-1/+1
2015-06-23Remove another inappropriate ellipsis from a command’s nameAdolfo Jayme Barrientos1-1/+1
2015-06-23TableRef: finalize database ranges before defined namesEike Rathke1-2/+2
2015-06-23Revert "Typo: iff->if"Julien Nabet2-2/+2
2015-06-23Typo: iff->ifJulien Nabet2-2/+2
2015-06-23sc: add ScModelObj::getTextSelection().Henry Castro2-0/+85
2015-06-23in OOXML save references of named expressions with col,row=0,0 base positionEike Rathke5-29/+63
2015-06-23Drop duplicate #includesTakeshi Abe2-2/+0
2015-06-23TableRef: clone inner reference RPN token only if it existsEike Rathke1-1/+1
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky4-5/+4
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-22sc tiled rendering: Set some minimal size of the document.Jan Holesovsky4-2/+20
2015-06-22TableRef: inherit RelName in generated reference if named expressionEike Rathke3-2/+24
2015-06-22Fix typosAndrea Gelmini7-7/+7
2015-06-21Fix typosAndrea Gelmini2-2/+2
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-20tdf#83859: Make arrow keys work again in named ranges dropdownKatarina Behrens1-0/+4
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky1-1/+1
2015-06-19add unit test for ocRangeOp and ScComplexRefData::Extend()Eike Rathke2-0/+96
2015-06-19Revert "tdf#90290 reduce some copy&paste code in ucalc."Eike Rathke11-367/+675
2015-06-19rhbz#1233420 handle inexistent cond. formatDavid Tardon1-15/+30
2015-06-19tdf#90290 reduce some copy&paste code in ucalc.ritztro11-675/+367
2015-06-18add test case document to unit tests, tdf#69552Eike Rathke4-1/+69
2015-06-18simplify the unit test, tdf#83365 follow-upEike Rathke1-63/+20
2015-06-18Fix typosAndrea Gelmini4-4/+4
2015-06-18unit test for INDIRECT reference handling, tdf#83365Henry Castro2-0/+118
2015-06-18Resolves: tdf#83365 push proper references in INDIRECTEike Rathke5-3/+53
2015-06-18properly inherit relative and 3D flags when extending, tdf#83365 relatedEike Rathke1-1/+48
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe29-72/+69
2015-06-17Resolves: tdf#86305 clone upper left of matrix result if double tokenEike Rathke2-5/+20
2015-06-16unit test for tdf#91411Eike Rathke2-0/+46
2015-06-16Fix typosAndrea Gelmini4-4/+4
2015-06-16Fix typosAndrea Gelmini2-2/+2
2015-06-16Fix typosAndrea Gelmini4-4/+4
2015-06-16Fix typosAndrea Gelmini3-4/+4