summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2015-07-13editeng: make Link<> usage typedNoel Grandin1-1/+1
2015-07-10Kill SID_TBXCTL_INSOBJMaxim Monastirsky1-1/+0
2015-07-10formula/random.hxx in pchCaolán McNamara1-1/+0
2015-07-09execute the terrible bottle neck loop only if there are conditional formatsEike Rathke1-0/+1
2015-07-08remove ScRange::Justify() and replace calls with PutInOrder()Eike Rathke1-2/+1
2015-07-08sc: remove unused boost::random includesMichael Stahl1-1/+0
2015-07-07introduce ScTokenArray::AdjustReferenceOnCopy(), tdf#92468Eike Rathke1-0/+6
2015-07-07(re-)introduce ScComplexRefData::PutInOrder(), tdf#92468Eike Rathke1-0/+9
2015-07-06unify code duplication in ScInterpreter::ScSum and IterateParametersWinfried Donkers1-0/+2
2015-07-06tdf#92547 - incorrect input values shown in formula wizardBenjamin Ni1-0/+1
2015-07-06improve the returnbyref lopluginNoel Grandin5-8/+8
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-29no need to recompile the formula againMarkus Mohrhard1-1/+0
2015-06-29Subformula evaluation in formula wizard treeBenjamin Ni1-0/+4
2015-06-26use ScComplexRefData::IsEntireCol() and IsEntireRow()Eike Rathke1-0/+14
2015-06-25TableRef: add ScDBData::GetColumnNameOffset()Eike Rathke1-0/+10
2015-06-25TableRef: invalidate table column names on most sheet operationsEike Rathke1-1/+5
2015-06-24TableRef: add ScDBData::maTableColumnNamesEike Rathke1-0/+4
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
2015-06-23sc: add ScModelObj::getTextSelection().Henry Castro1-0/+3
2015-06-23in OOXML save references of named expressions with col,row=0,0 base positionEike Rathke2-5/+1
2015-06-22sc tiled rendering: Set some minimal size of the document.Jan Holesovsky1-0/+3
2015-06-22TableRef: inherit RelName in generated reference if named expressionEike Rathke1-0/+4
2015-06-21TableRef: make ThisRow work in named expressionsEike Rathke1-1/+1
2015-06-18Resolves: tdf#83365 push proper references in INDIRECTEike Rathke1-0/+5
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe3-3/+3
2015-06-17Resolves: tdf#86305 clone upper left of matrix result if double tokenEike Rathke1-0/+6
2015-06-11Resolves: tdf#89643 report builder function wizard segfaultsCaolán McNamara1-4/+6
2015-06-11tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variationsWinfried Donkers1-0/+2
2015-06-11loplugin:staticmethodsStephan Bergmann1-1/+0
2015-06-10tdf#89972: also copy external reference statusMike Kaganski2-0/+10
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-06-08\<the the\> -> theJan Holesovsky1-1/+1
2015-06-05CALC: readd InsertRows/InsertColsPhilippe Jung2-3/+7
2015-06-02move header file out sc/incMarkus Mohrhard1-71/+0
2015-06-01loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-31Calc: Insert row/col before/after [2/2]Philippe Jung2-1/+5
2015-05-31Calc: Insert row/col before/after [1/2]Philippe Jung3-6/+8
2015-05-30Implemented formula group count statisticBenjamin Ni4-0/+24
2015-05-27Resolves: tdf#91416 setting progress -> resize -> destroy formula contextCaolán McNamara1-0/+4
2015-05-22loplugin:constantfunctionNoel Grandin1-2/+0
2015-05-20ScIconSetFormatData::mbCustom read uninitialized...Stephan Bergmann1-1/+2
2015-05-19don't use default style as parent for OOXML cond format style, tdf#91335Markus Mohrhard1-0/+3
2015-05-19use XL_A1 as ref string syntax for excel produced documentsMarkus Mohrhard1-1/+1
2015-05-18callcatcher: update unused codeCaolán McNamara1-6/+0
2015-05-16add missing OOXML icon sets, tdf#69095Markus Mohrhard1-1/+4
2015-05-15support custom iconSet collectionsMarkus Mohrhard1-0/+4
2015-05-12tdf#60573 Conditional formatting does not allow scrollingHenry Castro2-0/+4
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2-2/+2