summaryrefslogtreecommitdiffstats
path: root/sc/source
Commit message (Expand)AuthorAgeFilesLines
* Typo: muliple->multipleJulien Nabet2015-09-121-1/+1
* tdf#39468 translated german comments in hdrcont.cxxAlbert Thuswaldner2015-09-111-11/+11
* convert Link<> to typedNoel Grandin2015-09-116-11/+11
* use constants instead of hard coded numbers for better readabilityEike Rathke2015-09-101-18/+22
* also add the relation for the vba stream to the xlsx fileMarkus Mohrhard2015-09-101-0/+2
* Resolves: tdf#92995 do not delete caption objects that are held by UndoEike Rathke2015-09-104-4/+33
* convert Link<> to typedNoel Grandin2015-09-1014-42/+54
* -Werror,-Wunused-variableNoel Grandin2015-09-101-1/+0
* copy the vba stream to the xlsx fileMarkus Mohrhard2015-09-101-1/+8
* remove unused using statementsMarkus Mohrhard2015-09-101-2/+0
* handle different callers for vba export codeMarkus Mohrhard2015-09-102-2/+10
* introduce mode to save vba stream also to xls filesMarkus Mohrhard2015-09-101-4/+31
* get correct vba project nameMarkus Mohrhard2015-09-101-1/+2
* really call the vba exportMarkus Mohrhard2015-09-101-0/+4
* tdf#93243 replace boost::bind with C++11 lambdas in drawsh2.cxxAlbert Thuswaldner2015-09-091-3/+1
* convert Link<> to typedNoel Grandin2015-09-092-3/+2
* convert Link<> to typedNoel Grandin2015-09-092-7/+3
* convert Link<> to typedNoel Grandin2015-09-092-4/+2
* convert Link<> to typedNoel Grandin2015-09-091-3/+2
* tdf#39468 translated german comments in preview.cxx and prevwsh.cxxAlbert Thuswaldner2015-09-092-6/+6
* tdf#39468 translated german comments in printfun.cxx and tabcont.cxxAlbert Thuswaldner2015-09-092-22/+22
* tdf#39468 translated german comments in hintwin.cxx and notemark.cxxAlbert Thuswaldner2015-09-092-5/+5
* factor out duplicated code into NamedDBs::initInserted()Eike Rathke2015-09-081-40/+25
* TableRef: for header-less ScDBData generate table column names alreadyEike Rathke2015-09-081-9/+23
* aTopPos is not used for anything as far as I can seeTor Lillqvist2015-09-081-2/+0
* reactivate fixed mempool for ScFormulaCellEike Rathke2015-09-081-2/+0
* Revert "USE_MEMPOOL is not defined anywhere"Eike Rathke2015-09-081-0/+4
* USE_MEMPOOL is not defined anywhereTor Lillqvist2015-09-081-4/+0
* tdf#39468 translated german comments in tabvwshc.cxx and tabvwshd.cxxAlbert Thuswaldner2015-09-082-13/+13
* convert Link<> to typedNoel Grandin2015-09-082-15/+8
* convert Link<> to typedNoel Grandin2015-09-084-11/+8
* convert Link<> to typedNoel Grandin2015-09-082-2/+2
* convert Link<> to typedNoel Grandin2015-09-084-10/+5
* convert Link<> to typedNoel Grandin2015-09-0822-68/+57
* tdf#39468 translated german comments in tabview.cxx and tabview2.cxxAlbert Thuswaldner2015-09-072-105/+96
* tdf#39468 translated german comments in tabvwshg.cxx and tabvwshh.cxxAlbert Thuswaldner2015-09-072-14/+14
* tdf#39468 translated german comments in tabview3.cxxAlbert Thuswaldner2015-09-071-131/+129
* tdf#39468 translated german comments in tabvwsha.cxx and tabvwshb.cxxAlbert Thuswaldner2015-09-072-20/+19
* tdf#39468 translated german comments in tabvwshe.cxx and tabvwshf.cxxAlbert Thuswaldner2015-09-072-18/+18
* TableRef: finally support header-less table structured referencesEike Rathke2015-09-071-23/+26
* TableRef: SAL_WARN only if the fallback to cell lookup was successfulEike Rathke2015-09-071-1/+4
* TableRef: prefer internal table column name over header cell contentEike Rathke2015-09-071-35/+37
* TableRef: move swap to empty names to InvalidateTableColumnNames()Eike Rathke2015-09-071-21/+13
* assert Notify() without containerEike Rathke2015-09-071-1/+3
* TableRef: call InvalidateTableColumnNames() whenever they are invalidatedEike Rathke2015-09-071-12/+5
* TableRef: introduce InvalidateTableColumnNames()Eike Rathke2015-09-071-0/+17
* TableRef: add a comment why we need a full check anywayEike Rathke2015-09-071-1/+2
* TableRef: add entire header range to dirty list on address notificationEike Rathke2015-09-071-1/+15
* let's follow our pseudo-hungarian notationEike Rathke2015-09-071-3/+3
* WaE: -Werror, -Wunused-private-fieldCaolán McNamara2015-09-072-2/+0