summaryrefslogtreecommitdiff
path: root/sc/source/ui/view
AgeCommit message (Expand)Author
2012-03-14When changing grouping in one pivot table, update all linked tables.Kohei Yoshida
2012-03-14Re-added ClearSource() which will only clear the source. Nothing else.Kohei Yoshida
2012-03-14Let's just do the whole thing in the new method.Kohei Yoshida
2012-03-14Dedicated method for refreshing multiple linked pivot tables.Kohei Yoshida
2012-03-13Resolves: fdo#46728 reference count the overlay managersCaolán McNamara
2012-03-09Added hook to create group field data at cache creation time.Kohei Yoshida
2012-03-09Bool-ness.Kohei Yoshida
2012-03-09Only load members of the clicked field, not of all fields.Kohei Yoshida
2012-03-09We can't take a reference here since the value will change after removal.Kohei Yoshida
2012-03-09String and boolean cleanups.Kohei Yoshida
2012-03-09No need to create a copy just to refresh pivot table.Kohei Yoshida
2012-03-09Scope reduction.Kohei Yoshida
2012-03-09fdo#45671 fix for transparent colour split buttonWinfried Donkers
2012-03-06fdo#45688: Split button for Calc cell font colorWinfried Donkers
2012-03-05String to OUString in cell.[ch]xx and follow upMarkus Mohrhard
2012-03-05Sprinkle DISABLE_SCRIPTING ifdefsTor Lillqvist
2012-03-03remove debug statementMarkus Mohrhard
2012-03-02some sal_Bool to boolMarkus Mohrhard
2012-03-02remove table.hxx from document.hxxMarkus Mohrhard
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-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-28Properly prefixed members of ScDPNumGroupInfo.Kohei Yoshida
2012-02-27merge GetString variantsCaolán McNamara
2012-02-22Slight cleanup.Kohei Yoshida
2012-02-22No sense making a copy when you don't modify it.Kohei Yoshida
2012-02-22More string and bool conversion.Kohei Yoshida
2012-02-22Use ptr_vector for ScDPLabelData vector.Kohei Yoshida
2012-02-21fdo#44611 writer: paragraph background color picker with split buttonWinfried Donkers
2012-02-19Get rid of size() == 0Elton Chung
2012-02-15fdo#46070: Allow copying of adjacent cells via Fill Down/Up/Left/Right.Kohei Yoshida
2012-02-14Get sc to build once again with debug=true.Kohei Yoshida
2012-02-13Remove unused codeElton Chung
2012-02-10Cleaned up ScDPSource and ScDPMember(s) a bit.Kohei Yoshida
2012-02-09Pivot table related uno names to have SC_UNO_DP prefix.Kohei Yoshida
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe
2012-02-08Rename TypedStrData to ScTypedStrData, just to be consistent.Kohei Yoshida
2012-02-09remove unnecessary checkMarkus Mohrhard
2012-02-09remove unnecessary temporary variableMarkus Mohrhard
2012-02-08Move away from TypedScStrCollection in favor of STL's.Kohei Yoshida
2012-02-08Let's use enum for better type safety.Kohei Yoshida
2012-02-07Have SfxItemSet::HasItem take an optional pointer-to-pointer.Kohei Yoshida
2012-02-07ScAutoFormat no longer a child of ScSortedCollection.Kohei Yoshida
2012-02-06I think it's time we had a real method for this...Kohei Yoshida
2012-02-04Fix 3 "Possible inefficient checking"Julien Nabet
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida