summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann28-56/+56
2015-10-09tdf#94910 sc: Fix drawing toolsMaxim Monastirsky1-47/+0
2015-10-07loplugin:mergeclassesNoel Grandin1-2/+2
2015-10-06tdf#50950 Add ODFF1.2 Calc function ISOWEEKNUM,Winfried Donkers1-0/+1
2015-10-05LOK: added the button type and key modifier to postMouseEvent()Mihai Varga1-1/+2
2015-10-03move ConvertStringToValue() implementation from ScInterpreter to ScGlobalEike Rathke1-0/+112
2015-10-02Revert "Make fewer calls to officecfg::...::UseOpenCL::get()"Tor Lillqvist1-1/+1
2015-10-02Add ScMatrix method to collect multiple valuesŁukasz Hryniuk1-0/+3
2015-10-02Add WalkElementBlocksMultipleValues and remove OpsŁukasz Hryniuk1-0/+4
2015-10-02Add a new file with matrix operators definitionsŁukasz Hryniuk1-0/+60
2015-10-02Make fewer calls to officecfg::...::UseOpenCL::get()Tor Lillqvist1-1/+1
2015-10-01loplugin:unusedmethodsNoel Grandin8-204/+0
2015-09-30tdf#94173: Calc doesn't save your own created autoformat presetsJulien Nabet1-1/+5
2015-09-30Fix typosAndrea Gelmini5-6/+6
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-6/+6
2015-09-29remove unused #include <sal/alloca.h>Michael Stahl1-1/+0
2015-09-29Bin code that died in f2b93f2e314215d6342e0bd5727e6740cc15e29cTor Lillqvist1-1/+0
2015-09-28Simply move std::vector instances around hereStephan Bergmann1-3/+2
2015-09-22convert Link<> to typedNoel Grandin4-14/+14
2015-09-22convert Link<> to typedNoel Grandin1-2/+2
2015-09-22convert Link<> to typedNoel Grandin2-4/+4
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