summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2015-09-22convert SC_CONVERT constants to scoped enumNoel Grandin1-7/+9
2015-09-22convert SC_SHEETEVENT to scoped enumNoel Grandin2-16/+13
2015-09-22convert SC_PASTE constants to scoped enumNoel Grandin5-15/+12
2015-09-21convert SC_LINKREFTYPE to scoped enumNoel Grandin1-7/+5
2015-09-21convert SC_ENTER constants to scoped enumNoel Grandin2-25/+25
2015-09-21convert SC_LINK constants to scoped enumNoel Grandin3-20/+19
2015-09-20remove unused _SCALC_EXE #ifdefNoel Grandin1-2/+0
2015-09-18Tentative performance improvement.Michael Meeks1-2/+3
2015-09-18boost->stdCaolán McNamara30-119/+102
2015-09-18Remove declaration of nonexistent functionTor Lillqvist1-1/+0
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara30-102/+119
2015-09-17boost->stdCaolán McNamara30-119/+102
2015-09-17ENABLE_THREADED_OPENCL_KERNEL_COMPILATION has been zero for a long timeTor Lillqvist2-63/+0
2015-09-16Resolves: tdf#94249 do not remove broadcasters while iterators are in useEike Rathke1-1/+2
2015-09-16convert Link<> to typedNoel Grandin3-4/+4
2015-09-15stab MM_FAKE, it's a zombieEike Rathke1-2/+1
2015-09-13replace boost::ptr_container with std::container<std::unique_ptr>Derrick Rocha4-5/+3
2015-09-13replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha1-2/+1
2015-09-10Resolves: tdf#92995 do not delete caption objects that are held by UndoEike Rathke2-2/+3
2015-09-09convert Link<> to typedNoel Grandin1-1/+1
2015-09-08factor out duplicated code into NamedDBs::initInserted()Eike Rathke1-0/+1
2015-09-08reactivate fixed mempool for ScFormulaCellEike Rathke1-2/+0
2015-09-08Revert "USE_MEMPOOL is not defined anywhere"Eike Rathke1-0/+4
2015-09-08USE_MEMPOOL is not defined anywhereTor Lillqvist1-4/+0
2015-09-07TableRef: move swap to empty names to InvalidateTableColumnNames()Eike Rathke1-1/+1
2015-09-07TableRef: introduce InvalidateTableColumnNames()Eike Rathke1-0/+1
2015-09-06loplugin:returnbyref (Fix TB Linux F19-x86-64)Julien Nabet1-1/+1
2015-09-04use GetHeaderArea() for simplificationEike Rathke1-0/+2
2015-09-04TableRef: update table column names when cell content changedEike Rathke2-6/+36
2015-09-03remove unused ScDBCollection::RefreshTableColumnNames(const ScRange&)Eike Rathke1-2/+0
2015-09-03remove unused ScDocument::RefreshTableColumnNames(const ScRange&)Eike Rathke1-1/+0
2015-09-03sc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe29-120/+99
2015-09-03introduce ScRangeList::Join(const ScRangeList&)Eike Rathke1-0/+1
2015-09-03TableRef: add RefreshTableColumnNames() from rangeEike Rathke2-0/+7
2015-09-02TableRef: introduce ScDBDataPortion enumEike Rathke2-6/+15
2015-09-01TableRef: fall back to stored table column name if header cell is emptyEike Rathke1-0/+3
2015-08-31TableRef: refresh table column names before savingEike Rathke1-0/+3
2015-08-31TableRef: write OOXML tableColumns,tableColumnEike Rathke1-0/+1
2015-08-31remove some typedef indirectionNoel Grandin1-9/+8
2015-08-31replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha2-2/+2
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson1-0/+1
2015-08-28prevent default operator=Markus Mohrhard1-0/+1
2015-08-28we need to create the default styles in the interface right nowMarkus Mohrhard1-1/+2
2015-08-25tdf#68016 Speed up ScChart2DataSequence by caching addressesTobias Lippert1-1/+7
2015-08-21remove last WeakImplHelper8 usesCaolán McNamara1-6/+4
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-4/+7
2015-08-19sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-3/+9
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-6/+10
2015-08-19sc: these are ptr_map not ptr_setMichael Stahl1-2/+1
2015-08-18introduce temporary hard-recalc state, tdf#92749 follow-upEike Rathke1-3/+12