summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
AgeCommit message (Expand)Author
2015-09-09convert Link<> to typedNoel Grandin
2015-09-04TableRef: update table column names when cell content changedEike Rathke
2015-09-03sc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-09-03revert an unmaintainable dead end approachEike Rathke
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann
2015-09-03comment a nice-to-have ideaEike Rathke
2015-09-03TableRef: use ScRangeList instead of vector for Join()Eike Rathke
2015-09-03TableRef: add RefreshTableColumnNames() from rangeEike Rathke
2015-09-03add ScDocShellModificator::AppendCellContentModified()Eike Rathke
2015-09-02TableRef: introduce ScDBDataPortion enumEike Rathke
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-27Clean up aEmptyStephan Bergmann
2015-08-23tdf#39440 sc: reduce scope of local variablesMichael Weghorn
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann
2015-08-18introduce temporary hard-recalc state, tdf#92749 follow-upEike Rathke
2015-08-14loplugin: defaultparamsNoel Grandin
2015-07-28inline the "old" SbxErr constantsNoel Grandin
2015-07-20convert to typed Link<> in sfx2Noel Grandin
2015-07-17Resolves: tdf#77479 do not reset AutoFilter range for temporary operationsEike Rathke
2015-07-17do not reset existing HasHeader on anonymous database rangeEike Rathke
2015-07-17inherit existing HasHeader when expanding/shrinking anonymous database rangeEike Rathke
2015-07-16Resolves: tdf#88402 remember sort "has headers" at anonymous database rangesEike Rathke
2015-07-08remove ScRange::Justify() and replace calls with PutInOrder()Eike Rathke
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-07-04Fix typosAndrea Gelmini
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann
2015-06-23LinkUpdateMode is a global settingStephan Bergmann
2015-06-21Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-16Fix typosAndrea Gelmini
2015-06-11loplugin:staticmethodsStephan Bergmann
2015-06-10tdf#89972: also copy external reference statusMike Kaganski
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin
2015-06-01loplugin:loopvartoosmallNoel Grandin
2015-05-31Calc: Insert row/col before/after [2/2]Philippe Jung
2015-05-31Calc: Insert row/col before/after [1/2]Philippe Jung
2015-05-30Implemented formula group count statisticBenjamin Ni
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks
2015-05-26tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks
2015-05-22Remove include stdio (part5)Julien Nabet
2015-05-22loplugin:constantfunctionNoel Grandin
2015-05-19sc: simplify code by replacing std::find_if with std::any_ofTakeshi Abe
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann
2015-05-06document's visible tab may be out of syncEike Rathke