summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2015-09-10use constants instead of hard coded numbers for better readabilityEike Rathke
2015-09-10also add the relation for the vba stream to the xlsx fileMarkus Mohrhard
2015-09-10Resolves: tdf#92995 do not delete caption objects that are held by UndoEike Rathke
2015-09-10convert Link<> to typedNoel Grandin
2015-09-10-Werror,-Wunused-variableNoel Grandin
2015-09-10copy the vba stream to the xlsx fileMarkus Mohrhard
2015-09-10remove unused using statementsMarkus Mohrhard
2015-09-10handle different callers for vba export codeMarkus Mohrhard
2015-09-10introduce mode to save vba stream also to xls filesMarkus Mohrhard
2015-09-10get correct vba project nameMarkus Mohrhard
2015-09-10really call the vba exportMarkus Mohrhard
2015-09-09tdf#93243 replace boost::bind with C++11 lambdas in drawsh2.cxxAlbert Thuswaldner
2015-09-09convert Link<> to typedNoel Grandin
2015-09-09convert Link<> to typedNoel Grandin
2015-09-09convert Link<> to typedNoel Grandin
2015-09-09convert Link<> to typedNoel Grandin
2015-09-09WaE: loplugin:stringconstantTor Lillqvist
2015-09-09tdf#39468 translated german comments in preview.cxx and prevwsh.cxxAlbert Thuswaldner
2015-09-09tdf#39468 translated german comments in printfun.cxx and tabcont.cxxAlbert Thuswaldner
2015-09-09tdf#39468 translated german comments in hintwin.cxx and notemark.cxxAlbert Thuswaldner
2015-09-08factor out duplicated code into NamedDBs::initInserted()Eike Rathke
2015-09-08TableRef: add unit tests for column names updates and header-lessEike Rathke
2015-09-08TableRef: for header-less ScDBData generate table column names alreadyEike Rathke
2015-09-08aTopPos is not used for anything as far as I can seeTor Lillqvist
2015-09-08reactivate fixed mempool for ScFormulaCellEike Rathke
2015-09-08Revert "USE_MEMPOOL is not defined anywhere"Eike Rathke
2015-09-08USE_MEMPOOL is not defined anywhereTor Lillqvist
2015-09-08tdf#39468 translated german comments in tabvwshc.cxx and tabvwshd.cxxAlbert Thuswaldner
2015-09-08convert Link<> to typedNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-09-07tdf#39468 translated german comments in tabview.cxx and tabview2.cxxAlbert Thuswaldner
2015-09-07tdf#39468 translated german comments in tabvwshg.cxx and tabvwshh.cxxAlbert Thuswaldner
2015-09-07tdf#39468 translated german comments in tabview3.cxxAlbert Thuswaldner
2015-09-07tdf#39468 translated german comments in tabvwsha.cxx and tabvwshb.cxxAlbert Thuswaldner
2015-09-07tdf#39468 translated german comments in tabvwshe.cxx and tabvwshf.cxxAlbert Thuswaldner
2015-09-07TableRef: finally support header-less table structured referencesEike Rathke
2015-09-07TableRef: SAL_WARN only if the fallback to cell lookup was successfulEike Rathke
2015-09-07TableRef: prefer internal table column name over header cell contentEike Rathke
2015-09-07TableRef: move swap to empty names to InvalidateTableColumnNames()Eike Rathke
2015-09-07assert Notify() without containerEike Rathke
2015-09-07TableRef: call InvalidateTableColumnNames() whenever they are invalidatedEike Rathke
2015-09-07TableRef: introduce InvalidateTableColumnNames()Eike Rathke
2015-09-07TableRef: add a comment why we need a full check anywayEike Rathke
2015-09-07TableRef: add entire header range to dirty list on address notificationEike Rathke
2015-09-07let's follow our pseudo-hungarian notationEike Rathke
2015-09-07WaE: -Werror, -Wunused-private-fieldCaolán McNamara
2015-09-07only one use of ScPrivatSplit, and that's for vertical splitCaolán McNamara