summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2015-09-07TableRef: move swap to empty names to InvalidateTableColumnNames()Eike Rathke
2015-09-07TableRef: introduce InvalidateTableColumnNames()Eike Rathke
2015-09-06loplugin:returnbyref (Fix TB Linux F19-x86-64)Julien Nabet
2015-09-04use GetHeaderArea() for simplificationEike Rathke
2015-09-04TableRef: update table column names when cell content changedEike Rathke
2015-09-03remove unused ScDBCollection::RefreshTableColumnNames(const ScRange&)Eike Rathke
2015-09-03remove unused ScDocument::RefreshTableColumnNames(const ScRange&)Eike Rathke
2015-09-03sc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-09-03introduce ScRangeList::Join(const ScRangeList&)Eike Rathke
2015-09-03TableRef: add RefreshTableColumnNames() from rangeEike Rathke
2015-09-02TableRef: introduce ScDBDataPortion enumEike Rathke
2015-09-01TableRef: fall back to stored table column name if header cell is emptyEike Rathke
2015-08-31TableRef: refresh table column names before savingEike Rathke
2015-08-31TableRef: write OOXML tableColumns,tableColumnEike Rathke
2015-08-31remove some typedef indirectionNoel Grandin
2015-08-31replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson
2015-08-28prevent default operator=Markus Mohrhard
2015-08-28we need to create the default styles in the interface right nowMarkus Mohrhard
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