Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-05 | Remove unused code | Elton Chung | |
2012-03-05 | and two more errors of the same kind | Markus Mohrhard | |
It is alarming that the Notes unit test did not fail for any of these errors | |||
2012-03-05 | well one copy/paste error is not enough | Markus Mohrhard | |
2012-03-05 | fix copy/paste error | Markus 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-05 | add notes back to ScTable::SearchRangeForAllEmptyCells | Markus Mohrhard | |
2012-03-05 | readd note handling to CopyUpdated | Markus Mohrhard | |
2012-03-05 | Sprinkle DISABLE_SCRIPTING ifdefs | Tor Lillqvist | |
2012-03-05 | I assume "DBase" here means a file format, not "database" in general | Tor 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-04 | Convert usages of SV_DECL_PTRARR_DEL to boost::ptr_vector | Noel Grandin | |
* Make typedefs private to class ScTabViewObj * rename field aSelectionListeners to aSelectionChgListeners | |||
2012-03-04 | don't crash for empty input data in charts, fdo#46885 | Markus Mohrhard | |
2012-03-03 | remove debug statement | Markus Mohrhard | |
2012-03-03 | don't show an error message for empty names in Define Names, fdo#46816 | Markus Mohrhard | |
2012-03-02 | WaE: is abstract but has non-virtual destructor | Tor Lillqvist | |
2012-03-02 | WaE: explicitly assigning a variable to itself | Tor Lillqvist | |
2012-03-02 | WaE: unused function | Tor Lillqvist | |
2012-03-02 | WaE: abstract but has non-virtual destructor | Tor Lillqvist | |
2012-03-02 | WaE: equality comparison with extraneous parentheses | Tor Lillqvist | |
2012-03-02 | WaE: has virtual functions but non-virtual destructor | Tor Lillqvist | |
2012-03-02 | WaE: has virtual functions but non-virtual destructor | Tor Lillqvist | |
2012-03-02 | WaE: expression result unused | Tor 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-02 | add missing loop conditions | Markus Mohrhard | |
2012-03-02 | implement SwapCol and SwapRow for note handling again | Markus Mohrhard | |
2012-03-02 | some sal_Bool to bool | Markus Mohrhard | |
2012-03-02 | remove table.hxx from document.hxx | Markus Mohrhard | |
2012-03-02 | fix crashs in undo/redo realted to note captions | Markus Mohrhard | |
2012-03-02 | remove unnecessary parameter | Markus Mohrhard | |
2012-03-01 | embeddedobj: convert to gbuild | Matúš Kukan | |
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann | |
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem. | |||
2012-03-01 | fdo#45671 calc cell background color simplified code for split button | Winfried Donkers | |
2012-03-01 | there is no need any more for CloneWith[out]Note | Markus Mohrhard | |
2012-03-01 | use the correct db range for the copy, fdo#46712 | Markus Mohrhard | |
2012-03-01 | don't try to update the range names twice | Markus Mohrhard | |
the update process is now done in cell.cxx:adjustRangeNames | |||
2012-03-01 | use correct source table | Markus Mohrhard | |
2012-03-01 | fix some iterator misuse in the new notes handling | Markus Mohrhard | |
2012-03-01 | only delete notes if correct flag is passed | Markus Mohrhard | |
2012-03-01 | Some initial DISABLE_SCRIPTING ifdefs | Tor Lillqvist | |
2012-02-29 | some more fixes to get note handling back | Markus Mohrhard | |
there are still some issues that will be addressed in later commits | |||
2012-02-29 | remove mpNote: fix copy/paste | Markus Mohrhard | |
2012-02-29 | remove mpNote from ScBaseCell | Markus Mohrhard | |
2012-02-29 | WaE: C4805: '!=' : unsafe mix of type 'bool' and type 'const sal_Bool' | Caolán McNamara | |
2012-02-28 | Fixed incorrect truncation of text in field button. | Kohei Yoshida | |
2012-02-28 | Properly prefixed members of ScDPNumGroupInfo. | Kohei Yoshida | |
2012-02-28 | Fix indentation. | Kohei Yoshida | |
2012-02-28 | Simplified it a bit. | Kohei Yoshida | |
2012-02-28 | AddLabel to take string as its argument. | Kohei Yoshida | |
2012-02-28 | We only use the string part. Let's make it more obvious. | Kohei Yoshida | |
Plus this will save some memory footprint. | |||
2012-02-28 | Using hash set for this would be more appropriate. | Kohei Yoshida | |
2012-02-28 | bnc#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-28 | German Comments translations. | Albert Thuswaldner | |
2012-02-28 | SfxStyleSheet needs a default ctor | Caolá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 |