summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-08-04kill va_args abuse for SfxItemSetBjoern Michaelsen1-3/+1
2012-08-04calc input line: don't reset the scrollbar thumb on resizeIvan Timofeev1-3/+0
2012-08-04calc input line: don't leave an empty area at the bottom if possibleIvan Timofeev1-1/+9
2012-08-04tubes: stop collaborating when the contact leavesMatúš Kukan3-1/+15
2012-08-04tubes: make ScDocShell* member of ScCollaborationMatúš Kukan3-12/+12
2012-08-04tubes: fix leaking ScCollaboration; add it to ScDocShellMatúš Kukan4-2/+28
2012-08-04tubes: create contacts dialog instance for each document separatelyMatúš Kukan2-4/+10
2012-08-04tubes: make TeleManager::getConference() staticMatúš Kukan1-3/+1
2012-08-03new fix for fdo#52998Noel Power1-5/+3
2012-08-03Revert "fix fdo#52998 xls(x) comment export problems"Noel Power1-5/+2
2012-08-03Revert "new fix for fdo#47907"Noel Power1-3/+5
2012-08-02Use the internal API to set field item's properties.Kohei Yoshida4-13/+48
2012-08-02new fix for fdo#47907Noel Power1-5/+3
2012-08-02tubes: move sc/source/ui/collab/contacts.* to tubesMatúš Kukan11-424/+103
2012-08-02fix fdo#52998 xls(x) comment export problemsNoel Power1-2/+5
2012-08-01add TabRatio api and detect macro at group shape fixes bnc#770708Noel Power4-9/+36
2012-08-01Remove unused code: those classes are unusedThomas Arnhold1-14/+0
2012-08-01resolved fdo#53012 crash in CSV fixed width importEike Rathke1-1/+2
2012-08-01vertically align and enlarge fields in cond.formatting dialogJean-Baptiste FAURE1-28/+28
2012-07-31remove commented out SV_DECL_OBJARRMichael Stahl1-1/+0
2012-07-31Import intended blank or error cached formula results instead of 0Daniel Bankston2-22/+27
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara7-7/+0
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