summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2012-07-30Typo ressource -> resourceStephan Bergmann
2012-07-30small code cleanupMarkus Mohrhard
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen
2012-07-28Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini
2012-07-28Partially revert "Remove unused defines"Thomas Arnhold
2012-07-28WaE: equality comparison with extraneous parenthesesTor Lillqvist
2012-07-27copy conditional formats with sheets, fdo#52457Markus Mohrhard
2012-07-27use correct cursor pos for cond format formulas, fdo#52565Markus Mohrhard
2012-07-27tabs to spacesEike Rathke
2012-07-27tabs to spacesEike Rathke
2012-07-27added back a missing elseEike Rathke
2012-07-27warning: statement has no effectMichael Stahl
2012-07-27Lotus WK: fix warningsEike Rathke [er]
2012-07-27StarCalc 1.0: fix memory leaksEike Rathke [er]
2012-07-27QuattroPro warningsEike Rathke [er]
2012-07-27unify return type in this methodMarkus Mohrhard
2012-07-27this explicit conversion is unnecessary, use the implicit oneMarkus Mohrhard
2012-07-27don't need to get this one for each cellMarkus Mohrhard
2012-07-26Unused local variable.Kohei Yoshida
2012-07-26Actually this method is totally redundant. Remove it.Kohei Yoshida
2012-07-26Try to encapsulate the row flag array.Kohei Yoshida
2012-07-26mark manual row heights correctly during import, fdo#52393Markus Mohrhard
2012-07-26tubes: send file when inviting contact to MUC collaborationMatúš Kukan
2012-07-26tubes: forgot to include these headersMatúš Kukan
2012-07-26tubes: kill double-singletonning of TeleManagerMatúš Kukan
2012-07-26fix non-const accesses in previous commit:Michael Stahl
2012-07-26Convert SV_DECL_VARARR_SORT(ScHTMLColOffset) to o3tl::sorted_vectorNoel Grandin
2012-07-26SV_DECL_VARARR_SORT(ScRTFColTwips) o3tl::sorted_vectorNoel Grandin
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