summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2012-03-05Remove unused codeElton Chung
2012-03-05and two more errors of the same kindMarkus Mohrhard
It is alarming that the Notes unit test did not fail for any of these errors
2012-03-05well one copy/paste error is not enoughMarkus Mohrhard
2012-03-05fix copy/paste errorMarkus Mohrhard
I can't express how dumb I feel after searching for hours for a bug in the note handling and then it is just such a small copy/paste error
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
Thus no need to bypass the code here in the DISABLE_DBCONNECTIVITY case. That is intended to get rid of code related to communicating with more complex database systems.
2012-03-04Convert usages of SV_DECL_PTRARR_DEL to boost::ptr_vectorNoel Grandin
* Make typedefs private to class ScTabViewObj * rename field aSelectionListeners to aSelectionChgListeners
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
Ifdef out a couple of weird leftover lines that effectively do nothing. The code was changed to be like this in 2004. Could some Calc expert have a look please and clean up? Also, if the intent really is that bEmbed is always false, a couple of lines below it is pointless to check if it is true anyway.
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
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
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
the update process is now done in cell.cxx:adjustRangeNames
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
there are still some issues that will be addressed in later commits
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
Plus this will save some memory footprint.
2012-02-28Using hash set for this would be more appropriate.Kohei Yoshida
2012-02-28bnc#520828: Correctly import fields with same name in excel's pivot tables.Kohei Yoshida
We just need to append '2' on the 2nd field with identical name, not '1'. This alone fixes the import problem.
2012-02-28German Comments translations.Albert Thuswaldner
2012-02-28SfxStyleSheet needs a default ctorCaolán McNamara
due to use of ImplInheritanceHelper2 SfxStyleSheet needs a default ctor, though its never called. rearrange things a little so we can have an empty ctor without pulling in a bunch of code which is never executed