summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Remove unused codeElton Chung2012-03-0510-182/+0
* and two more errors of the same kindMarkus Mohrhard2012-03-051-2/+2
* well one copy/paste error is not enoughMarkus Mohrhard2012-03-051-1/+1
* fix copy/paste errorMarkus Mohrhard2012-03-051-1/+1
* add notes back to ScTable::SearchRangeForAllEmptyCellsMarkus Mohrhard2012-03-051-0/+6
* readd note handling to CopyUpdatedMarkus Mohrhard2012-03-051-0/+10
* Sprinkle DISABLE_SCRIPTING ifdefsTor Lillqvist2012-03-059-27/+69
* I assume "DBase" here means a file format, not "database" in generalTor Lillqvist2012-03-051-4/+0
* Convert usages of SV_DECL_PTRARR_DEL to boost::ptr_vectorNoel Grandin2012-03-042-117/+106
* don't crash for empty input data in charts, fdo#46885Markus Mohrhard2012-03-041-1/+1
* remove debug statementMarkus Mohrhard2012-03-031-2/+0
* don't show an error message for empty names in Define Names, fdo#46816Markus Mohrhard2012-03-031-1/+7
* WaE: is abstract but has non-virtual destructorTor Lillqvist2012-03-021-0/+1
* WaE: explicitly assigning a variable to itselfTor Lillqvist2012-03-021-2/+2
* WaE: unused functionTor Lillqvist2012-03-021-5/+0
* WaE: abstract but has non-virtual destructorTor Lillqvist2012-03-021-0/+1
* WaE: equality comparison with extraneous parenthesesTor Lillqvist2012-03-021-1/+1
* WaE: has virtual functions but non-virtual destructorTor Lillqvist2012-03-021-0/+1
* WaE: has virtual functions but non-virtual destructorTor Lillqvist2012-03-021-0/+1
* WaE: expression result unusedTor Lillqvist2012-03-021-1/+4
* add missing loop conditionsMarkus Mohrhard2012-03-021-0/+2
* implement SwapCol and SwapRow for note handling againMarkus Mohrhard2012-03-021-8/+57
* some sal_Bool to boolMarkus Mohrhard2012-03-021-33/+33
* remove table.hxx from document.hxxMarkus Mohrhard2012-03-0212-7/+22
* fix crashs in undo/redo realted to note captionsMarkus Mohrhard2012-03-023-8/+11
* remove unnecessary parameterMarkus Mohrhard2012-03-023-5/+4
* embeddedobj: convert to gbuildMatúš Kukan2012-03-012-8/+2
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-01125-322/+322
* fdo#45671 calc cell background color simplified code for split buttonWinfried Donkers2012-03-013-25/+2
* there is no need any more for CloneWith[out]NoteMarkus Mohrhard2012-03-0114-56/+46
* use the correct db range for the copy, fdo#46712Markus Mohrhard2012-03-011-1/+1
* don't try to update the range names twiceMarkus Mohrhard2012-03-011-79/+0
* use correct source tableMarkus Mohrhard2012-03-011-1/+1
* fix some iterator misuse in the new notes handlingMarkus Mohrhard2012-03-011-32/+80
* only delete notes if correct flag is passedMarkus Mohrhard2012-03-011-2/+2
* Some initial DISABLE_SCRIPTING ifdefsTor Lillqvist2012-03-013-1/+20
* some more fixes to get note handling backMarkus Mohrhard2012-02-296-15/+55
* remove mpNote: fix copy/pasteMarkus Mohrhard2012-02-294-3/+23
* remove mpNote from ScBaseCellMarkus Mohrhard2012-02-2943-532/+625
* WaE: C4805: '!=' : unsafe mix of type 'bool' and type 'const sal_Bool'Caolán McNamara2012-02-291-1/+1
* Fixed incorrect truncation of text in field button.Kohei Yoshida2012-02-281-1/+1
* Properly prefixed members of ScDPNumGroupInfo.Kohei Yoshida2012-02-2810-177/+179
* Fix indentation.Kohei Yoshida2012-02-281-150/+150
* Simplified it a bit.Kohei Yoshida2012-02-283-19/+24
* AddLabel to take string as its argument.Kohei Yoshida2012-02-282-8/+7
* We only use the string part. Let's make it more obvious.Kohei Yoshida2012-02-282-8/+9
* Using hash set for this would be more appropriate.Kohei Yoshida2012-02-281-16/+32
* bnc#520828: Correctly import fields with same name in excel's pivot tables.Kohei Yoshida2012-02-281-2/+1
* German Comments translations.Albert Thuswaldner2012-02-282-41/+34
* SfxStyleSheet needs a default ctorCaolán McNamara2012-02-281-6/+6