summaryrefslogtreecommitdiffstats
path: root/sc/inc
Commit message (Expand)AuthorAgeFilesLines
* tdf#68016 Speed up ScChart2DataSequence by caching addressesTobias Lippert2015-08-251-1/+7
* remove last WeakImplHelper8 usesCaolán McNamara2015-08-211-6/+4
* sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl2015-08-191-4/+7
* sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-08-191-3/+9
* sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl2015-08-191-6/+10
* sc: these are ptr_map not ptr_setMichael Stahl2015-08-191-2/+1
* introduce temporary hard-recalc state, tdf#92749 follow-upEike Rathke2015-08-181-3/+12
* make Link<> typedNoel Grandin2015-08-171-1/+1
* remove default value from SfxPoolItem::PutValueNoel Grandin2015-08-141-3/+3
* forget about the C++ Standard, use our own known goodsEike Rathke2015-08-141-5/+11
* do not use INFINITY (or NAN while at it..) macroEike Rathke2015-08-131-2/+2
* add sc::divide() for defined -fsanitize=float-divide-by-zero behaviorEike Rathke2015-08-131-0/+29
* rename confusing classesWinfried Donkers2015-08-122-14/+14
* loplugin:unusedmethodsNoel Grandin2015-08-051-3/+0
* sc: inline some use-once typedefsNoel Grandin2015-08-041-4/+3
* fdo#68016 Add unittests for ScChartListenerCollectionTobias Lippert2015-08-041-4/+4
* fdo#68016 Speed up ScChartListenerCollection::EndListeningHiddenRangeTobias Lippert2015-08-041-9/+4
* TableRef: implement ScTableRefToken::IsGlobal() overrideEike Rathke2015-07-311-0/+1
* loplugin:unusedmethodsNoel Grandin2015-07-305-19/+0
* tdf#88206 Change uses of cppu::WeakImplHelper* to the variadic variantRaj Natarajan2015-07-283-27/+20
* tdf#92548, limit number of characters shown in formula wizardBenjamin Ni2015-07-271-0/+3
* tiledrendering: added getPartName method for calcMihai Varga2015-07-271-0/+3
* tdf#92256: Handle case when string ref syntax is unknownKatarina Behrens2015-07-241-0/+2
* inline a handful of use-once #definesNoel Grandin2015-07-231-14/+1
* loplugin:unusedmethods scNoel Grandin2015-07-227-56/+0
* loplugin:unusedmethods scripting,scNoel Grandin2015-07-2235-183/+32
* loplugin:unusedmethods formulaNoel Grandin2015-07-211-9/+2
* Resolves: tdf#58838 do not use collation for Equal/NotEqual operatorsEike Rathke2015-07-201-2/+6
* tdf#92256: ODF save/load syntax for string referenceKatarina Behrens2015-07-201-0/+1
* Resolves: tdf#77479 do not reset AutoFilter range for temporary operationsEike Rathke2015-07-172-3/+12
* Convert Alignment button to the generic controllerMaxim Monastirsky2015-07-161-1/+0
* Convert FontWorkShapeTypeControl to the generic controllerMaxim Monastirsky2015-07-161-1/+0
* Resolves: tdf#88402 remember sort "has headers" at anonymous database rangesEike Rathke2015-07-161-0/+5
* loplugin:unusedmethods svxNoel Grandin2015-07-161-3/+0
* renumber globstr.hrc STR_...Eike Rathke2015-07-131-563/+562
* Resolves: tdf#92709 conditional formats are applied to ranges, not expressionsEike Rathke2015-07-131-1/+3
* Introduce generic sub toolbar controllerMaxim Monastirsky2015-07-131-1/+0
* editeng: make Link<> usage typedNoel Grandin2015-07-131-1/+1
* Kill SID_TBXCTL_INSOBJMaxim Monastirsky2015-07-101-1/+0
* formula/random.hxx in pchCaolán McNamara2015-07-101-1/+0
* execute the terrible bottle neck loop only if there are conditional formatsEike Rathke2015-07-091-0/+1
* remove ScRange::Justify() and replace calls with PutInOrder()Eike Rathke2015-07-081-2/+1
* sc: remove unused boost::random includesMichael Stahl2015-07-081-1/+0
* introduce ScTokenArray::AdjustReferenceOnCopy(), tdf#92468Eike Rathke2015-07-071-0/+6
* (re-)introduce ScComplexRefData::PutInOrder(), tdf#92468Eike Rathke2015-07-071-0/+9
* unify code duplication in ScInterpreter::ScSum and IterateParametersWinfried Donkers2015-07-061-0/+2
* tdf#92547 - incorrect input values shown in formula wizardBenjamin Ni2015-07-061-0/+1
* improve the returnbyref lopluginNoel Grandin2015-07-065-8/+8
* Fix typosAndrea Gelmini2015-07-041-1/+1
* no need to recompile the formula againMarkus Mohrhard2015-06-291-1/+0