summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2015-08-25tdf#68016 Speed up ScChart2DataSequence by caching addressesTobias Lippert
2015-08-21remove last WeakImplHelper8 usesCaolán McNamara
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-08-19sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-08-19sc: these are ptr_map not ptr_setMichael Stahl
2015-08-18introduce temporary hard-recalc state, tdf#92749 follow-upEike Rathke
2015-08-17make Link<> typedNoel Grandin
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin
2015-08-14forget about the C++ Standard, use our own known goodsEike Rathke
2015-08-13do not use INFINITY (or NAN while at it..) macroEike Rathke
2015-08-13add sc::divide() for defined -fsanitize=float-divide-by-zero behaviorEike Rathke
2015-08-12rename confusing classesWinfried Donkers
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-08-04sc: inline some use-once typedefsNoel Grandin
2015-08-04fdo#68016 Add unittests for ScChartListenerCollectionTobias Lippert
2015-08-04fdo#68016 Speed up ScChartListenerCollection::EndListeningHiddenRangeTobias Lippert
2015-07-31TableRef: implement ScTableRefToken::IsGlobal() overrideEike Rathke
2015-07-30loplugin:unusedmethodsNoel Grandin
2015-07-28tdf#88206 Change uses of cppu::WeakImplHelper* to the variadic variantRaj Natarajan
2015-07-27tdf#92548, limit number of characters shown in formula wizardBenjamin Ni
2015-07-27tiledrendering: added getPartName method for calcMihai Varga
2015-07-24tdf#92256: Handle case when string ref syntax is unknownKatarina Behrens
2015-07-23inline a handful of use-once #definesNoel Grandin
2015-07-22loplugin:unusedmethods scNoel Grandin
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin
2015-07-21loplugin:unusedmethods formulaNoel Grandin
2015-07-20Resolves: tdf#58838 do not use collation for Equal/NotEqual operatorsEike Rathke
2015-07-20tdf#92256: ODF save/load syntax for string referenceKatarina Behrens
2015-07-17Resolves: tdf#77479 do not reset AutoFilter range for temporary operationsEike Rathke
2015-07-16Convert Alignment button to the generic controllerMaxim Monastirsky
2015-07-16Convert FontWorkShapeTypeControl to the generic controllerMaxim Monastirsky
2015-07-16Resolves: tdf#88402 remember sort "has headers" at anonymous database rangesEike Rathke
2015-07-16loplugin:unusedmethods svxNoel Grandin
2015-07-13renumber globstr.hrc STR_...Eike Rathke
2015-07-13Resolves: tdf#92709 conditional formats are applied to ranges, not expressionsEike Rathke
2015-07-13Introduce generic sub toolbar controllerMaxim Monastirsky
2015-07-13editeng: make Link<> usage typedNoel Grandin
2015-07-10Kill SID_TBXCTL_INSOBJMaxim Monastirsky
2015-07-10formula/random.hxx in pchCaolán McNamara
2015-07-09execute the terrible bottle neck loop only if there are conditional formatsEike Rathke
2015-07-08remove ScRange::Justify() and replace calls with PutInOrder()Eike Rathke
2015-07-08sc: remove unused boost::random includesMichael Stahl
2015-07-07introduce ScTokenArray::AdjustReferenceOnCopy(), tdf#92468Eike Rathke
2015-07-07(re-)introduce ScComplexRefData::PutInOrder(), tdf#92468Eike Rathke
2015-07-06unify code duplication in ScInterpreter::ScSum and IterateParametersWinfried Donkers
2015-07-06tdf#92547 - incorrect input values shown in formula wizardBenjamin Ni
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-07-04Fix typosAndrea Gelmini
2015-06-29no need to recompile the formula againMarkus Mohrhard