summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2015-09-06loplugin:returnbyref (Fix TB Linux F19-x86-64)Julien Nabet
2015-09-05cppcheck: fix some redundantCondition warningsJulien Nabet
2015-09-04TablreRef: always use SetTableColumnName() to prevent duplicatesEike Rathke
2015-09-04use GetHeaderArea() for simplificationEike Rathke
2015-09-04setup header area listening only if not clipboard/undoEike Rathke
2015-09-04TableRef: add an initial dirty range for newly inserted ScDBDataEike Rathke
2015-09-04TableRef: unconditionally init dirty and check for refreshEike Rathke
2015-09-04TableRef: fully refresh table column names also for partial rangeEike Rathke
2015-09-04TableRef: update table column names when cell content changedEike Rathke
2015-09-04loplugin:passstuffbyrefStephan Bergmann