summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-07-25delete svl/svstdarr.hxxMichael Stahl4-4/+0
2012-07-24tubes: keep contacts dialog updated on contacts' presence changesMatúš Kukan1-1/+6
2012-07-24it's pData2Eike Rathke1-1/+1
2012-07-24tubes: fix crash: do not delete boost::shared_ptr's pointerMatúš Kukan1-1/+3
2012-07-24tubes: remove unused methodMatúš Kukan2-6/+0
2012-07-24tubes: init TeleManager in desktopMatúš Kukan1-50/+39
2012-07-24"Send via Bluetooth" (experimental) feature.Muthu Subramanian1-0/+1
2012-07-24prevent crash in malformed pivot table loaded from .xlsEike Rathke2-6/+13
2012-07-23More helpful description for this option.Kohei Yoshida1-1/+1
2012-07-23Unused parameter.Kohei Yoshida2-2/+2
2012-07-23Honor the configuration option in the interpreter.Kohei Yoshida1-12/+17
2012-07-23Let's not forget to set the description for this option.Kohei Yoshida1-0/+1
2012-07-23Handle saving to and loading from user configuration.Kohei Yoshida1-7/+26
2012-07-23Using ScCalcConfig throughout saves quite a bit of code.Kohei Yoshida4-16/+16
2012-07-23Add new formula config option in the UI for "treat empty string as zero."Kohei Yoshida6-36/+193
2012-07-23tubes: do not include telepathy-glib.h in public headersMatúš Kukan1-0/+2
2012-07-23Properly fix -Werror=unused-parameterStephan Bergmann4-5/+4
2012-07-23-Werror=unused-parameterStephan Bergmann6-13/+13
2012-07-23WaE: misc. fixes.Michael Meeks1-0/+1
2012-07-23fdo#48549 System::Beep() removalMathieu Vonlanthen15-100/+8
2012-07-23-Werror,-Wshadow (Clang 3.1)Stephan Bergmann9-550/+550
2012-07-22show expression for formula condition in manage cond formatsMarkus Mohrhard1-0/+2
2012-07-22add missing string for "Formula is"Markus Mohrhard1-0/+4
2012-07-22use correct source table for cond format paste, fdo#52340Markus Mohrhard1-1/+1
2012-07-21tubes: small cleaningMatúš Kukan2-3/+1
2012-07-21tubes: remove TelePacket, it's just simple stringMatúš Kukan2-7/+4
2012-07-21Use correct date/datetime format for formula cells and value cells.Daniel Bankston1-0/+2
2012-07-21Revert "Distinguish between DATE and DATETIME formats in ODS import"Daniel Bankston2-3/+1
2012-07-21Revert "Fix cause of osl warning"Daniel Bankston2-17/+0
2012-07-20It's much faster to pass value array in one go than individually.Kohei Yoshida1-3/+8
2012-07-20second test for ScDocument::FindAreaPosMarkus Mohrhard1-1/+68
2012-07-20first test for ScDocument::FindAreaPosMarkus Mohrhard1-0/+75
2012-07-20tubes: move ScDocFuncRecv::fileReceived to TeleManager_fileReceivedMatúš Kukan3-87/+4
2012-07-20adapt csv parser, don't trim whitespacesMarkus Mohrhard7-44/+45
2012-07-20enable the csv import testMarkus Mohrhard1-2/+0
2012-07-20don't trim whitespaces in csv parser if not requestedMarkus Mohrhard1-1/+2
2012-07-20cache calls to sizeMarkus Mohrhard1-5/+6
2012-07-20fdo#52293 Changed "discreet" to "discrete"Kevin Peng1-1/+1
2012-07-20tubes: send a file for collaboration when buddy session startsMatúš Kukan4-15/+27
2012-07-20Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2-3/+3
2012-07-19Display blank cell instead of zero in matrix cells with blank text resultDaniel Bankston1-5/+19
2012-07-19Add test case for matrix reference cells with blank text resultDaniel Bankston3-1/+11
2012-07-19Revert "Let's see if stripping the const here will fix the clang build..."Kohei Yoshida1-4/+1
2012-07-19Let's see if stripping the const here will fix the clang build...Kohei Yoshida1-1/+4
2012-07-19Specify function object as template argument rather than local variable.Kohei Yoshida1-53/+51
2012-07-19This should be bool.Kohei Yoshida1-1/+1
2012-07-19Added comment.Kohei Yoshida1-0/+2
2012-07-19Pass contiguous cell data as an array to matrix. This is faster.Kohei Yoshida3-31/+150
2012-07-19Less indentations via early bailout.Kohei Yoshida1-62/+66
2012-07-19Slightly more efficient compareMatrix.Kohei Yoshida1-13/+16