summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* unify return type in this methodMarkus Mohrhard2012-07-272-2/+4
* this explicit conversion is unnecessary, use the implicit oneMarkus Mohrhard2012-07-271-1/+1
* don't need to get this one for each cellMarkus Mohrhard2012-07-271-1/+1
* Unused local variable.Kohei Yoshida2012-07-271-1/+0
* Actually this method is totally redundant. Remove it.Kohei Yoshida2012-07-275-19/+1
* Try to encapsulate the row flag array.Kohei Yoshida2012-07-275-13/+37
* mark manual row heights correctly during import, fdo#52393Markus Mohrhard2012-07-271-0/+3
* tubes: send file when inviting contact to MUC collaborationMatúš Kukan2012-07-273-6/+9
* tubes: forgot to include these headersMatúš Kukan2012-07-271-0/+2
* tubes: kill double-singletonning of TeleManagerMatúš Kukan2012-07-272-4/+4
* fix non-const accesses in previous commit:Michael Stahl2012-07-271-2/+2
* Convert SV_DECL_VARARR_SORT(ScHTMLColOffset) to o3tl::sorted_vectorNoel Grandin2012-07-272-34/+29
* SV_DECL_VARARR_SORT(ScRTFColTwips) o3tl::sorted_vectorNoel Grandin2012-07-272-9/+8
* sal_Bool to bool, String to OUString, in SfxMedium.Kohei Yoshida2012-07-272-4/+3
* delete conditional format entries that are removed, fdo#52351Markus Mohrhard2012-07-272-0/+44
* sal_Bool -> bool in ScRefUpdateMarkus Mohrhard2012-07-272-72/+72
* hopefully more successful attempt to solve fdo#50304Noel Power2012-07-271-5/+17
* Revert "fix excel row height export problems ( I hope ) fdo#50304"Noel Power2012-07-271-38/+15
* delete svl/svstdarr.hxxMichael Stahl2012-07-254-4/+0
* tubes: keep contacts dialog updated on contacts' presence changesMatúš Kukan2012-07-251-1/+6
* it's pData2Eike Rathke2012-07-251-1/+1
* tubes: fix crash: do not delete boost::shared_ptr's pointerMatúš Kukan2012-07-251-1/+3
* tubes: remove unused methodMatúš Kukan2012-07-252-6/+0
* tubes: init TeleManager in desktopMatúš Kukan2012-07-251-50/+39
* "Send via Bluetooth" (experimental) feature.Muthu Subramanian2012-07-251-0/+1
* prevent crash in malformed pivot table loaded from .xlsEike Rathke2012-07-252-6/+13
* More helpful description for this option.Kohei Yoshida2012-07-251-1/+1
* Unused parameter.Kohei Yoshida2012-07-252-2/+2
* Honor the configuration option in the interpreter.Kohei Yoshida2012-07-251-12/+17
* Let's not forget to set the description for this option.Kohei Yoshida2012-07-251-0/+1
* Handle saving to and loading from user configuration.Kohei Yoshida2012-07-251-7/+26
* Using ScCalcConfig throughout saves quite a bit of code.Kohei Yoshida2012-07-254-16/+16
* Add new formula config option in the UI for "treat empty string as zero."Kohei Yoshida2012-07-256-36/+193
* tubes: do not include telepathy-glib.h in public headersMatúš Kukan2012-07-251-0/+2
* Properly fix -Werror=unused-parameterStephan Bergmann2012-07-254-5/+4
* -Werror=unused-parameterStephan Bergmann2012-07-256-13/+13
* WaE: misc. fixes.Michael Meeks2012-07-251-0/+1
* fdo#48549 System::Beep() removalMathieu Vonlanthen2012-07-2515-100/+8
* -Werror,-Wshadow (Clang 3.1)Stephan Bergmann2012-07-259-550/+550
* show expression for formula condition in manage cond formatsMarkus Mohrhard2012-07-251-0/+2
* add missing string for "Formula is"Markus Mohrhard2012-07-251-0/+4
* use correct source table for cond format paste, fdo#52340Markus Mohrhard2012-07-251-1/+1
* tubes: small cleaningMatúš Kukan2012-07-252-3/+1
* tubes: remove TelePacket, it's just simple stringMatúš Kukan2012-07-252-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-211-3/+8
* second test for ScDocument::FindAreaPosMarkus Mohrhard2012-07-211-1/+68
* first test for ScDocument::FindAreaPosMarkus Mohrhard2012-07-211-0/+75