Age | Commit message (Expand) | Author |
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 |
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 |
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 |
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 |
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 |
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 |
2012-02-28 | German Comments translations. | Albert Thuswaldner |
2012-02-28 | SfxStyleSheet needs a default ctor | Caolán McNamara |
2012-02-27 | Consolidate code that insert new dimensions. | Kohei Yoshida |
2012-02-27 | Correctly import ref type (aka display type) of data fields. | Kohei Yoshida |
2012-02-27 | Import field as hidden field only when the axes type is 0. | Kohei Yoshida |
2012-02-27 | Fix exporting pivot tables to xls esp wrt exporting duplicate data fields. | Kohei Yoshida |
2012-02-27 | Fixed up several issues with the new formula options handler. | Kohei Yoshida |
2012-02-27 | Splitting ScDocument::SetDocOptions, moved new SetFormulaOptions to ScDocShell | Albert Thuswaldner |
2012-02-27 | Moving misplaced Formula options from ScDocOptions to ScAppOptions | Albert Thuswaldner |
2012-02-27 | s/interpreters/scripting/ | Tor Lillqvist |
2012-02-27 | CRLF to LF, no code changed | Korrawit Pruegsanusak |
2012-02-27 | Removed unused code. | Petr Vorel |
2012-02-27 | merge GetString variants | Caolán McNamara |
2012-02-27 | Decouple disabling of scripting (BASIC &co) from OS being iOS | Tor Lillqvist |