summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-03-06ditch archaic taskbox/taskmisc/taskstat implementationsCaolán McNamara1-1/+0
2012-03-06ScNameDefDlg::EdModifyHdl just calls IsNameValid, doesn't need to be a LinkCaolán McNamara2-9/+2
2012-03-06fdo#45688: Split button for Calc cell font colorWinfried Donkers2-2/+2
2012-03-06don't crash when scrolling in input line, fdo#46975Markus Mohrhard1-0/+4
2012-03-05String to OUString in cell.[ch]xx and follow upMarkus Mohrhard14-113/+116
2012-03-05Remove unused codeElton Chung10-182/+0
2012-03-05and two more errors of the same kindMarkus Mohrhard1-2/+2
2012-03-05well one copy/paste error is not enoughMarkus Mohrhard1-1/+1
2012-03-05fix copy/paste errorMarkus Mohrhard1-1/+1
2012-03-05add notes back to ScTable::SearchRangeForAllEmptyCellsMarkus Mohrhard1-0/+6
2012-03-05readd note handling to CopyUpdatedMarkus Mohrhard1-0/+10
2012-03-05Sprinkle DISABLE_SCRIPTING ifdefsTor Lillqvist9-27/+69
2012-03-05I assume "DBase" here means a file format, not "database" in generalTor Lillqvist1-4/+0
2012-03-04Convert usages of SV_DECL_PTRARR_DEL to boost::ptr_vectorNoel Grandin2-117/+106
2012-03-04don't crash for empty input data in charts, fdo#46885Markus Mohrhard1-1/+1
2012-03-03remove debug statementMarkus Mohrhard1-2/+0
2012-03-03don't show an error message for empty names in Define Names, fdo#46816Markus Mohrhard1-1/+7
2012-03-02WaE: is abstract but has non-virtual destructorTor Lillqvist1-0/+1
2012-03-02WaE: explicitly assigning a variable to itselfTor Lillqvist1-2/+2
2012-03-02WaE: unused functionTor Lillqvist1-5/+0
2012-03-02WaE: abstract but has non-virtual destructorTor Lillqvist1-0/+1
2012-03-02WaE: equality comparison with extraneous parenthesesTor Lillqvist1-1/+1
2012-03-02WaE: has virtual functions but non-virtual destructorTor Lillqvist1-0/+1
2012-03-02WaE: has virtual functions but non-virtual destructorTor Lillqvist1-0/+1
2012-03-02WaE: expression result unusedTor Lillqvist1-1/+4
2012-03-02add missing loop conditionsMarkus Mohrhard1-0/+2
2012-03-02implement SwapCol and SwapRow for note handling againMarkus Mohrhard1-8/+57
2012-03-02some sal_Bool to boolMarkus Mohrhard1-33/+33
2012-03-02remove table.hxx from document.hxxMarkus Mohrhard12-7/+22
2012-03-02fix crashs in undo/redo realted to note captionsMarkus Mohrhard3-8/+11
2012-03-02remove unnecessary parameterMarkus Mohrhard3-5/+4
2012-03-01embeddedobj: convert to gbuildMatúš Kukan2-8/+2
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann125-322/+322
2012-03-01fdo#45671 calc cell background color simplified code for split buttonWinfried Donkers3-25/+2
2012-03-01there is no need any more for CloneWith[out]NoteMarkus Mohrhard14-56/+46
2012-03-01use the correct db range for the copy, fdo#46712Markus Mohrhard1-1/+1
2012-03-01don't try to update the range names twiceMarkus Mohrhard1-79/+0
2012-03-01use correct source tableMarkus Mohrhard1-1/+1
2012-03-01fix some iterator misuse in the new notes handlingMarkus Mohrhard1-32/+80
2012-03-01only delete notes if correct flag is passedMarkus Mohrhard1-2/+2
2012-03-01Some initial DISABLE_SCRIPTING ifdefsTor Lillqvist3-1/+20
2012-02-29some more fixes to get note handling backMarkus Mohrhard6-15/+55
2012-02-29remove mpNote: fix copy/pasteMarkus Mohrhard4-3/+23
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard43-532/+625
2012-02-29WaE: C4805: '!=' : unsafe mix of type 'bool' and type 'const sal_Bool'Caolán McNamara1-1/+1
2012-02-28Fixed incorrect truncation of text in field button.Kohei Yoshida1-1/+1
2012-02-28Properly prefixed members of ScDPNumGroupInfo.Kohei Yoshida10-177/+179
2012-02-28Fix indentation.Kohei Yoshida1-150/+150
2012-02-28Simplified it a bit.Kohei Yoshida3-19/+24
2012-02-28AddLabel to take string as its argument.Kohei Yoshida2-8/+7