summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2015-06-23Typo: iff->ifJulien Nabet
2015-06-23sc: add ScModelObj::getTextSelection().Henry Castro
2015-06-23in OOXML save references of named expressions with col,row=0,0 base positionEike Rathke
2015-06-23Drop duplicate #includesTakeshi Abe
2015-06-23TableRef: clone inner reference RPN token only if it existsEike Rathke
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky
2015-06-23LinkUpdateMode is a global settingStephan Bergmann
2015-06-23Excel export: set correct grammar for named expressions symbolsEike Rathke
2015-06-22sc tiled rendering: Set some minimal size of the document.Jan Holesovsky
2015-06-22TableRef: inherit RelName in generated reference if named expressionEike Rathke
2015-06-22Fix typosAndrea Gelmini
2015-06-21Fix typosAndrea Gelmini
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-20tdf#83859: Make arrow keys work again in named ranges dropdownKatarina Behrens
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky
2015-06-19add unit test for ocRangeOp and ScComplexRefData::Extend()Eike Rathke
2015-06-19Revert "tdf#90290 reduce some copy&paste code in ucalc."Eike Rathke
2015-06-19rhbz#1233420 handle inexistent cond. formatDavid Tardon
2015-06-19tdf#90290 reduce some copy&paste code in ucalc.ritztro
2015-06-18add test case document to unit tests, tdf#69552Eike Rathke
2015-06-18simplify the unit test, tdf#83365 follow-upEike Rathke
2015-06-18Fix typosAndrea Gelmini
2015-06-18unit test for INDIRECT reference handling, tdf#83365Henry Castro
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-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-17Resolves: tdf#86305 clone upper left of matrix result if double tokenEike Rathke
2015-06-16unit test for tdf#91411Eike Rathke
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-16fix 176 unbalanced XML_f xlsx export failuiresCaolán McNamara
2015-06-15Resolves: 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-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-15cppcheck:unreadVariableNoel Grandin
2015-06-15tdf#55065 try to re-enable the testDavid Tardon
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-06-15cppcheck:redundantConditionNoel Grandin
2015-06-15more adjustment of references in RPNEike Rathke