summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2012-07-25sal_Bool to bool, String to OUString, in SfxMedium.Kohei Yoshida
2012-07-25delete conditional format entries that are removed, fdo#52351Markus Mohrhard
2012-07-25sal_Bool -> bool in ScRefUpdateMarkus Mohrhard
2012-07-25hopefully more successful attempt to solve fdo#50304Noel Power
2012-07-25Revert "fix excel row height export problems ( I hope ) fdo#50304"Noel Power
2012-07-25delete svl/svstdarr.hxxMichael Stahl
2012-07-24tubes: keep contacts dialog updated on contacts' presence changesMatúš Kukan
2012-07-24it's pData2Eike Rathke
2012-07-24tubes: fix crash: do not delete boost::shared_ptr's pointerMatúš Kukan
2012-07-24tubes: remove unused methodMatúš Kukan
2012-07-24tubes: init TeleManager in desktopMatúš Kukan
2012-07-24"Send via Bluetooth" (experimental) feature.Muthu Subramanian
2012-07-24prevent crash in malformed pivot table loaded from .xlsEike Rathke
2012-07-23More helpful description for this option.Kohei Yoshida
2012-07-23Unused parameter.Kohei Yoshida
2012-07-23Honor the configuration option in the interpreter.Kohei Yoshida
2012-07-23Let's not forget to set the description for this option.Kohei Yoshida
2012-07-23Handle saving to and loading from user configuration.Kohei Yoshida
2012-07-23Using ScCalcConfig throughout saves quite a bit of code.Kohei Yoshida
2012-07-23Add new formula config option in the UI for "treat empty string as zero."Kohei Yoshida
2012-07-23tubes: do not include telepathy-glib.h in public headersMatúš Kukan
2012-07-23Properly fix -Werror=unused-parameterStephan Bergmann
2012-07-23-Werror=unused-parameterStephan Bergmann
2012-07-23WaE: misc. fixes.Michael Meeks
2012-07-23fdo#48549 System::Beep() removalMathieu Vonlanthen
2012-07-23-Werror,-Wshadow (Clang 3.1)Stephan Bergmann
2012-07-22show expression for formula condition in manage cond formatsMarkus Mohrhard
2012-07-22add missing string for "Formula is"Markus Mohrhard
2012-07-22use correct source table for cond format paste, fdo#52340Markus Mohrhard
2012-07-21tubes: small cleaningMatúš Kukan
2012-07-21tubes: remove TelePacket, it's just simple stringMatúš Kukan
2012-07-21Use correct date/datetime format for formula cells and value cells.Daniel Bankston
2012-07-21Revert "Distinguish between DATE and DATETIME formats in ODS import"Daniel Bankston
2012-07-21Revert "Fix cause of osl warning"Daniel Bankston
2012-07-20It's much faster to pass value array in one go than individually.Kohei Yoshida
2012-07-20second test for ScDocument::FindAreaPosMarkus Mohrhard
2012-07-20first test for ScDocument::FindAreaPosMarkus Mohrhard
2012-07-20tubes: move ScDocFuncRecv::fileReceived to TeleManager_fileReceivedMatúš Kukan
2012-07-20adapt csv parser, don't trim whitespacesMarkus Mohrhard
2012-07-20enable the csv import testMarkus Mohrhard
2012-07-20don't trim whitespaces in csv parser if not requestedMarkus Mohrhard
2012-07-20cache calls to sizeMarkus Mohrhard
2012-07-20fdo#52293 Changed "discreet" to "discrete"Kevin Peng
2012-07-20tubes: send a file for collaboration when buddy session startsMatúš Kukan
2012-07-20Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2012-07-19Display blank cell instead of zero in matrix cells with blank text resultDaniel Bankston
2012-07-19Add test case for matrix reference cells with blank text resultDaniel Bankston
2012-07-19Revert "Let's see if stripping the const here will fix the clang build..."Kohei Yoshida
2012-07-19Let's see if stripping the const here will fix the clang build...Kohei Yoshida
2012-07-19Specify function object as template argument rather than local variable.Kohei Yoshida