summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* tubes: keep contacts dialog updated on contacts' presence changesMatúš Kukan2012-07-241-1/+6
* it's pData2Eike Rathke2012-07-241-1/+1
* tubes: fix crash: do not delete boost::shared_ptr's pointerMatúš Kukan2012-07-241-1/+3
* tubes: remove unused methodMatúš Kukan2012-07-242-6/+0
* tubes: init TeleManager in desktopMatúš Kukan2012-07-241-50/+39
* "Send via Bluetooth" (experimental) feature.Muthu Subramanian2012-07-241-0/+1
* prevent crash in malformed pivot table loaded from .xlsEike Rathke2012-07-242-6/+13
* More helpful description for this option.Kohei Yoshida2012-07-231-1/+1
* Unused parameter.Kohei Yoshida2012-07-232-2/+2
* Honor the configuration option in the interpreter.Kohei Yoshida2012-07-231-12/+17
* Let's not forget to set the description for this option.Kohei Yoshida2012-07-231-0/+1
* Handle saving to and loading from user configuration.Kohei Yoshida2012-07-231-7/+26
* Using ScCalcConfig throughout saves quite a bit of code.Kohei Yoshida2012-07-234-16/+16
* Add new formula config option in the UI for "treat empty string as zero."Kohei Yoshida2012-07-236-36/+193
* tubes: do not include telepathy-glib.h in public headersMatúš Kukan2012-07-231-0/+2
* Properly fix -Werror=unused-parameterStephan Bergmann2012-07-234-5/+4
* -Werror=unused-parameterStephan Bergmann2012-07-236-13/+13
* WaE: misc. fixes.Michael Meeks2012-07-231-0/+1
* fdo#48549 System::Beep() removalMathieu Vonlanthen2012-07-2315-100/+8
* -Werror,-Wshadow (Clang 3.1)Stephan Bergmann2012-07-239-550/+550
* show expression for formula condition in manage cond formatsMarkus Mohrhard2012-07-221-0/+2
* add missing string for "Formula is"Markus Mohrhard2012-07-221-0/+4
* use correct source table for cond format paste, fdo#52340Markus Mohrhard2012-07-221-1/+1
* tubes: small cleaningMatúš Kukan2012-07-212-3/+1
* tubes: remove TelePacket, it's just simple stringMatúš Kukan2012-07-212-7/+4
* Use correct date/datetime format for formula cells and value cells.Daniel Bankston2012-07-211-0/+2
* Revert "Distinguish between DATE and DATETIME formats in ODS import"Daniel Bankston2012-07-212-3/+1
* Revert "Fix cause of osl warning"Daniel Bankston2012-07-212-17/+0
* It's much faster to pass value array in one go than individually.Kohei Yoshida2012-07-201-3/+8
* second test for ScDocument::FindAreaPosMarkus Mohrhard2012-07-201-1/+68
* first test for ScDocument::FindAreaPosMarkus Mohrhard2012-07-201-0/+75
* tubes: move ScDocFuncRecv::fileReceived to TeleManager_fileReceivedMatúš Kukan2012-07-203-87/+4
* adapt csv parser, don't trim whitespacesMarkus Mohrhard2012-07-207-44/+45
* enable the csv import testMarkus Mohrhard2012-07-201-2/+0
* don't trim whitespaces in csv parser if not requestedMarkus Mohrhard2012-07-201-1/+2
* cache calls to sizeMarkus Mohrhard2012-07-201-5/+6
* fdo#52293 Changed "discreet" to "discrete"Kevin Peng2012-07-201-1/+1
* tubes: send a file for collaboration when buddy session startsMatúš Kukan2012-07-204-15/+27
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2012-07-202-3/+3
* Display blank cell instead of zero in matrix cells with blank text resultDaniel Bankston2012-07-191-5/+19
* Add test case for matrix reference cells with blank text resultDaniel Bankston2012-07-193-1/+11
* Revert "Let's see if stripping the const here will fix the clang build..."Kohei Yoshida2012-07-191-4/+1
* Let's see if stripping the const here will fix the clang build...Kohei Yoshida2012-07-191-1/+4
* Specify function object as template argument rather than local variable.Kohei Yoshida2012-07-191-53/+51
* This should be bool.Kohei Yoshida2012-07-191-1/+1
* Added comment.Kohei Yoshida2012-07-191-0/+2
* Pass contiguous cell data as an array to matrix. This is faster.Kohei Yoshida2012-07-193-31/+150
* Less indentations via early bailout.Kohei Yoshida2012-07-191-62/+66
* Slightly more efficient compareMatrix.Kohei Yoshida2012-07-191-13/+16
* It's now faster to start empty and fill non-empty elements.Kohei Yoshida2012-07-192-73/+32