summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2012-02-28bnc#520828: Correctly import fields with same name in excel's pivot tables.Kohei Yoshida
2012-02-28German Comments translations.Albert Thuswaldner
2012-02-28SfxStyleSheet needs a default ctorCaolán McNamara
2012-02-27Consolidate code that insert new dimensions.Kohei Yoshida
2012-02-27Correctly import ref type (aka display type) of data fields.Kohei Yoshida
2012-02-27Import field as hidden field only when the axes type is 0.Kohei Yoshida
2012-02-27Fix exporting pivot tables to xls esp wrt exporting duplicate data fields.Kohei Yoshida
2012-02-27Fixed up several issues with the new formula options handler.Kohei Yoshida
2012-02-27Splitting ScDocument::SetDocOptions, moved new SetFormulaOptions to ScDocShellAlbert Thuswaldner
2012-02-27Moving misplaced Formula options from ScDocOptions to ScAppOptionsAlbert Thuswaldner
2012-02-27s/interpreters/scripting/Tor Lillqvist
2012-02-27CRLF to LF, no code changedKorrawit Pruegsanusak
2012-02-27Removed unused code.Petr Vorel
2012-02-27merge GetString variantsCaolán McNamara
2012-02-27Decouple disabling of scripting (BASIC &co) from OS being iOSTor Lillqvist