summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2012-07-27unify return type in this methodMarkus Mohrhard1-2/+2
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-27Unused local variable.Kohei Yoshida1-1/+0
2012-07-27Actually this method is totally redundant. Remove it.Kohei Yoshida3-17/+1
2012-07-27Try to encapsulate the row flag array.Kohei Yoshida3-12/+31
2012-07-27mark manual row heights correctly during import, fdo#52393Markus Mohrhard1-0/+3
2012-07-27tubes: send file when inviting contact to MUC collaborationMatúš Kukan3-6/+9
2012-07-27tubes: forgot to include these headersMatúš Kukan1-0/+2
2012-07-27tubes: kill double-singletonning of TeleManagerMatúš Kukan2-4/+4
2012-07-27fix non-const accesses in previous commit:Michael Stahl1-2/+2
2012-07-27Convert SV_DECL_VARARR_SORT(ScHTMLColOffset) to o3tl::sorted_vectorNoel Grandin2-34/+29
2012-07-27SV_DECL_VARARR_SORT(ScRTFColTwips) o3tl::sorted_vectorNoel Grandin2-9/+8
2012-07-27sal_Bool to bool, String to OUString, in SfxMedium.Kohei Yoshida2-4/+3
2012-07-27delete conditional format entries that are removed, fdo#52351Markus Mohrhard2-0/+44
2012-07-27sal_Bool -> bool in ScRefUpdateMarkus Mohrhard2-72/+72
2012-07-27hopefully more successful attempt to solve fdo#50304Noel Power1-5/+17
2012-07-27Revert "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-25tubes: keep contacts dialog updated on contacts' presence changesMatúš Kukan1-1/+6
2012-07-25it's pData2Eike Rathke1-1/+1
2012-07-25tubes: fix crash: do not delete boost::shared_ptr's pointerMatúš Kukan1-1/+3
2012-07-25tubes: remove unused methodMatúš Kukan2-6/+0
2012-07-25tubes: init TeleManager in desktopMatúš Kukan1-50/+39
2012-07-25prevent crash in malformed pivot table loaded from .xlsEike Rathke1-5/+12
2012-07-25More helpful description for this option.Kohei Yoshida1-1/+1
2012-07-25Unused parameter.Kohei Yoshida2-2/+2
2012-07-25Honor the configuration option in the interpreter.Kohei Yoshida1-12/+17
2012-07-25Let's not forget to set the description for this option.Kohei Yoshida1-0/+1
2012-07-25Handle saving to and loading from user configuration.Kohei Yoshida1-7/+26
2012-07-25Using ScCalcConfig throughout saves quite a bit of code.Kohei Yoshida3-13/+11
2012-07-25Add new formula config option in the UI for "treat empty string as zero."Kohei Yoshida5-36/+192
2012-07-25tubes: do not include telepathy-glib.h in public headersMatúš Kukan1-0/+2
2012-07-25Properly fix -Werror=unused-parameterStephan Bergmann4-5/+4
2012-07-25-Werror=unused-parameterStephan Bergmann6-13/+13
2012-07-25WaE: misc. fixes.Michael Meeks1-0/+1
2012-07-25fdo#48549 System::Beep() removalMathieu Vonlanthen15-100/+8
2012-07-25-Werror,-Wshadow (Clang 3.1)Stephan Bergmann7-548/+548
2012-07-25show expression for formula condition in manage cond formatsMarkus Mohrhard1-0/+2
2012-07-25add missing string for "Formula is"Markus Mohrhard1-0/+4
2012-07-25use correct source table for cond format paste, fdo#52340Markus Mohrhard1-1/+1
2012-07-25tubes: small cleaningMatúš Kukan2-3/+1
2012-07-25tubes: 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-21It's much faster to pass value array in one go than individually.Kohei Yoshida1-3/+8
2012-07-21tubes: move ScDocFuncRecv::fileReceived to TeleManager_fileReceivedMatúš Kukan3-87/+4
2012-07-21cache calls to sizeMarkus Mohrhard1-5/+6
2012-07-21fdo#52293 Changed "discreet" to "discrete"Kevin Peng1-1/+1