summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-09-14convert Link<> to typedNoel Grandin10-23/+29
2015-09-14ImplCallEventListeners and FireVclEvent can take referencesNoel Grandin1-1/+1
2015-09-13cppcheck: noExplicitConstructorCaolán McNamara1-2/+1
2015-09-13tdf#39468 - Translate German comments.Ryan McCoskrie1-1/+1
2015-09-13Avoid getTokenCount in ScViewFunc::SetPrintRangesMatteo Casalin1-4/+4
2015-09-13Avoid getTokenCount in ScRangeList::ParseMatteo Casalin1-12/+7
2015-09-13replace boost::ptr_container with std::container<std::unique_ptr>Derrick Rocha11-57/+48
2015-09-13replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha4-10/+4
2015-09-12coverity#1038332 Uncaught exceptionCaolán McNamara2-2/+7
2015-09-12#i126516# Document the return values for the TYPE() formula function in the o...Damjan Jovanovic1-1/+1
2015-09-12Use < instead of <= by not decreasing the number of entriesMatteo Casalin1-2/+2
2015-09-12Simplify: use getToken and just store converted integersMatteo Casalin1-23/+10
2015-09-12This code is commented out since file creation, 2013-04-10Matteo Casalin1-15/+0
2015-09-12Simplify calls to SelectEntryPos by early bail-outMatteo Casalin2-19/+14
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin24-109/+104
2015-09-12tdf#94037: Don't try to manipulate non-existent widget containerKatarina Behrens1-1/+1
2015-09-12Typo: muliple->multipleJulien Nabet1-1/+1
2015-09-11tdf#39468 translated german comments in hdrcont.cxxAlbert Thuswaldner1-11/+11
2015-09-11unit test for MoveBlock / ScUndoDragDrop caption life cycle, tdf#92995Eike Rathke1-0/+42
2015-09-11convert Link<> to typedNoel Grandin6-11/+11
2015-09-10use constants instead of hard coded numbers for better readabilityEike Rathke1-18/+22
2015-09-10also add the relation for the vba stream to the xlsx fileMarkus Mohrhard1-0/+2
2015-09-10Resolves: tdf#92995 do not delete caption objects that are held by UndoEike Rathke6-6/+36
2015-09-10convert Link<> to typedNoel Grandin14-42/+54
2015-09-10-Werror,-Wunused-variableNoel Grandin1-1/+0
2015-09-10copy the vba stream to the xlsx fileMarkus Mohrhard1-1/+8
2015-09-10remove unused using statementsMarkus Mohrhard1-2/+0
2015-09-10handle different callers for vba export codeMarkus Mohrhard2-2/+10
2015-09-10introduce mode to save vba stream also to xls filesMarkus Mohrhard1-4/+31
2015-09-10get correct vba project nameMarkus Mohrhard1-1/+2
2015-09-10really call the vba exportMarkus Mohrhard1-0/+4
2015-09-09tdf#93243 replace boost::bind with C++11 lambdas in drawsh2.cxxAlbert Thuswaldner1-3/+1
2015-09-09convert Link<> to typedNoel Grandin2-3/+2
2015-09-09convert Link<> to typedNoel Grandin2-7/+3
2015-09-09convert Link<> to typedNoel Grandin2-4/+2
2015-09-09convert Link<> to typedNoel Grandin2-4/+3
2015-09-09WaE: loplugin:stringconstantTor Lillqvist1-2/+2
2015-09-09tdf#39468 translated german comments in preview.cxx and prevwsh.cxxAlbert Thuswaldner2-6/+6
2015-09-09tdf#39468 translated german comments in printfun.cxx and tabcont.cxxAlbert Thuswaldner2-22/+22
2015-09-09tdf#39468 translated german comments in hintwin.cxx and notemark.cxxAlbert Thuswaldner2-5/+5
2015-09-08factor out duplicated code into NamedDBs::initInserted()Eike Rathke2-40/+26
2015-09-08TableRef: add unit tests for column names updates and header-lessEike Rathke1-0/+223
2015-09-08TableRef: for header-less ScDBData generate table column names alreadyEike Rathke1-9/+23
2015-09-08aTopPos is not used for anything as far as I can seeTor Lillqvist1-2/+0
2015-09-08reactivate fixed mempool for ScFormulaCellEike Rathke2-4/+0
2015-09-08Revert "USE_MEMPOOL is not defined anywhere"Eike Rathke2-0/+8
2015-09-08USE_MEMPOOL is not defined anywhereTor Lillqvist2-8/+0
2015-09-08tdf#39468 translated german comments in tabvwshc.cxx and tabvwshd.cxxAlbert Thuswaldner2-13/+13
2015-09-08convert Link<> to typedNoel Grandin2-15/+8
2015-09-08convert Link<> to typedNoel Grandin4-11/+8