summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-07-30Typo ressource -> resourceStephan Bergmann8-16/+16
2012-07-30small code cleanupMarkus Mohrhard1-68/+66
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen17-17/+0
2012-07-28Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini19-28/+28
2012-07-28Partially revert "Remove unused defines"Thomas Arnhold2-0/+81
2012-07-28WaE: equality comparison with extraneous parenthesesTor Lillqvist1-1/+1
2012-07-27copy conditional formats with sheets, fdo#52457Markus Mohrhard1-0/+6
2012-07-27use correct cursor pos for cond format formulas, fdo#52565Markus Mohrhard2-8/+10
2012-07-27tabs to spacesEike Rathke1-27/+27
2012-07-27tabs to spacesEike Rathke1-32/+32
2012-07-27added back a missing elseEike Rathke1-1/+2
2012-07-27warning: statement has no effectMichael Stahl1-2/+2
2012-07-27Lotus WK: fix warningsEike Rathke [er]14-469/+553
2012-07-27StarCalc 1.0: fix memory leaksEike Rathke [er]2-90/+136
2012-07-27QuattroPro warningsEike Rathke [er]1-5/+15
2012-07-27unify return type in this methodMarkus Mohrhard2-2/+4
2012-07-27this explicit conversion is unnecessary, use the implicit oneMarkus Mohrhard1-1/+1
2012-07-27don't need to get this one for each cellMarkus Mohrhard1-1/+1
2012-07-26Unused local variable.Kohei Yoshida1-1/+0
2012-07-26Actually this method is totally redundant. Remove it.Kohei Yoshida5-19/+1
2012-07-26Try to encapsulate the row flag array.Kohei Yoshida5-13/+37
2012-07-26mark manual row heights correctly during import, fdo#52393Markus Mohrhard1-0/+3
2012-07-26tubes: send file when inviting contact to MUC collaborationMatúš Kukan3-6/+9
2012-07-26tubes: forgot to include these headersMatúš Kukan1-0/+2
2012-07-26tubes: kill double-singletonning of TeleManagerMatúš Kukan2-4/+4
2012-07-26fix non-const accesses in previous commit:Michael Stahl1-2/+2
2012-07-26Convert SV_DECL_VARARR_SORT(ScHTMLColOffset) to o3tl::sorted_vectorNoel Grandin2-34/+29
2012-07-26SV_DECL_VARARR_SORT(ScRTFColTwips) o3tl::sorted_vectorNoel Grandin2-9/+8
2012-07-25sal_Bool to bool, String to OUString, in SfxMedium.Kohei Yoshida2-4/+3
2012-07-25delete conditional format entries that are removed, fdo#52351Markus Mohrhard2-0/+44
2012-07-25sal_Bool -> bool in ScRefUpdateMarkus Mohrhard2-72/+72
2012-07-25hopefully more successful attempt to solve fdo#50304Noel Power1-5/+17
2012-07-25Revert "fix excel row height export problems ( I hope ) fdo#50304"Noel Power1-38/+15
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