summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2012-03-06fdo#45688: Split button for Calc cell font colorWinfried Donkers
2012-03-06don't crash when scrolling in input line, fdo#46975Markus Mohrhard
2012-03-05String to OUString in cell.[ch]xx and follow upMarkus Mohrhard
2012-03-05Remove unused codeElton Chung
2012-03-05and two more errors of the same kindMarkus Mohrhard
2012-03-05well one copy/paste error is not enoughMarkus Mohrhard
2012-03-05fix copy/paste errorMarkus Mohrhard
2012-03-05add notes back to ScTable::SearchRangeForAllEmptyCellsMarkus Mohrhard
2012-03-05readd note handling to CopyUpdatedMarkus Mohrhard
2012-03-05Sprinkle DISABLE_SCRIPTING ifdefsTor Lillqvist
2012-03-05I assume "DBase" here means a file format, not "database" in generalTor Lillqvist
2012-03-04Convert usages of SV_DECL_PTRARR_DEL to boost::ptr_vectorNoel Grandin
2012-03-04don't crash for empty input data in charts, fdo#46885Markus Mohrhard
2012-03-03remove debug statementMarkus Mohrhard
2012-03-03don't show an error message for empty names in Define Names, fdo#46816Markus Mohrhard
2012-03-02WaE: is abstract but has non-virtual destructorTor Lillqvist
2012-03-02WaE: explicitly assigning a variable to itselfTor Lillqvist
2012-03-02WaE: unused functionTor Lillqvist
2012-03-02WaE: abstract but has non-virtual destructorTor Lillqvist
2012-03-02WaE: equality comparison with extraneous parenthesesTor Lillqvist
2012-03-02WaE: has virtual functions but non-virtual destructorTor Lillqvist
2012-03-02WaE: has virtual functions but non-virtual destructorTor Lillqvist
2012-03-02WaE: expression result unusedTor Lillqvist
2012-03-02add missing loop conditionsMarkus Mohrhard
2012-03-02implement SwapCol and SwapRow for note handling againMarkus Mohrhard
2012-03-02some sal_Bool to boolMarkus Mohrhard
2012-03-02remove table.hxx from document.hxxMarkus Mohrhard
2012-03-02fix crashs in undo/redo realted to note captionsMarkus Mohrhard
2012-03-02remove unnecessary parameterMarkus Mohrhard
2012-03-01embeddedobj: convert to gbuildMatúš Kukan
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-03-01fdo#45671 calc cell background color simplified code for split buttonWinfried Donkers
2012-03-01there is no need any more for CloneWith[out]NoteMarkus Mohrhard
2012-03-01use the correct db range for the copy, fdo#46712Markus Mohrhard
2012-03-01don't try to update the range names twiceMarkus Mohrhard
2012-03-01use correct source tableMarkus Mohrhard
2012-03-01fix some iterator misuse in the new notes handlingMarkus Mohrhard
2012-03-01only delete notes if correct flag is passedMarkus Mohrhard
2012-03-01Some initial DISABLE_SCRIPTING ifdefsTor Lillqvist
2012-02-29some more fixes to get note handling backMarkus Mohrhard
2012-02-29remove mpNote: fix copy/pasteMarkus Mohrhard
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard
2012-02-29WaE: C4805: '!=' : unsafe mix of type 'bool' and type 'const sal_Bool'Caolán McNamara
2012-02-28Fixed incorrect truncation of text in field button.Kohei Yoshida
2012-02-28Properly prefixed members of ScDPNumGroupInfo.Kohei Yoshida
2012-02-28Fix indentation.Kohei Yoshida
2012-02-28Simplified it a bit.Kohei Yoshida
2012-02-28AddLabel to take string as its argument.Kohei Yoshida
2012-02-28We only use the string part. Let's make it more obvious.Kohei Yoshida
2012-02-28Using hash set for this would be more appropriate.Kohei Yoshida