summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2012-03-02WaE: has virtual functions but non-virtual destructorTor Lillqvist
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-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-03-01there is no need any more for CloneWith[out]NoteMarkus Mohrhard
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-28Properly prefixed members of ScDPNumGroupInfo.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-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-27Moving misplaced Formula options from ScDocOptions to ScAppOptionsAlbert Thuswaldner
2012-02-27CRLF to LF, no code changedKorrawit Pruegsanusak
2012-02-27merge GetString variantsCaolán McNamara
2012-02-25boolean cleanup in ScDPOutput.Kohei Yoshida
2012-02-25ScDPOutput is now String-free.Kohei Yoshida
2012-02-24Modify dup count correctly when dimensions are removed.Kohei Yoshida
2012-02-24Properly tally original/duplicate dimension name counts.Kohei Yoshida
2012-02-24Ensure that the save dimension and regular dimension have identical name.Kohei Yoshida
2012-02-24More scope reduction by early bail-out.Kohei Yoshida
2012-02-23Remove unused code in ScUserListSantiago Martinez
2012-02-22Properly transfer layout and subtotal names before and after the dialog.Kohei Yoshida
2012-02-22Correctly generate data field dimensions when pressing OK.Kohei Yoshida
2012-02-22Correctly display layout name of data fields.Kohei Yoshida
2012-02-22Only show original dimensions in the select window.Kohei Yoshida
2012-02-22Return original dimension position via UNO in case it's a duplicate.Kohei Yoshida
2012-02-22Removed virtual-ness from effectively non-virtual functions.Kohei Yoshida
2012-02-22auto_ptr to boost::scoped_ptr.Kohei Yoshida
2012-02-22Some cleanups.Kohei Yoshida
2012-02-22String and bool conversion.Kohei Yoshida
2012-02-22This is no longer true.Kohei Yoshida
2012-02-22Use ptr_vector for ScDPLabelData vector.Kohei Yoshida
2012-02-22Alloow pivot table layout dialog to have duplicate data fields.Kohei Yoshida
2012-02-20unusedcode.easy: some cleaningThomas Arnhold
2012-02-20Remove unused codePetr Vorel
2012-02-14More String to rtl::OUString conversion while I'm at it.Kohei Yoshida
2012-02-14Get sc to build once again with debug=true.Kohei Yoshida
2012-02-14Fixed ODS import filter to correctly identify data layout dimension.Kohei Yoshida
2012-02-14Remove std::auto_ptr in favor of boost::scoped_ptr.Kohei Yoshida
2012-02-14Handle painting of data layout dimension button correctly during refresh.Kohei Yoshida
2012-02-14Correctly set pivot's popup flag when importing from Excel docs.Kohei Yoshida
2012-02-14Removed the incorrect assumption about the data layout field.Kohei Yoshida
2012-02-13Remove unused codeElton Chung
2012-02-10Cleaned up ScDPSource and ScDPMember(s) a bit.Kohei Yoshida
2012-02-10String to rtl::OUString.Kohei Yoshida
2012-02-10changes to "convert detdata.cxx in SC module to boost:ptr_vector"Eike Rathke