summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2012-02-05add some more test casesMarkus Mohrhard
2012-02-05add some helpful entries to test fileMarkus Mohrhard
2012-02-05variable is unused ATMMarkus Mohrhard
2012-02-05Remove unused codeElton Chung
2012-02-05Remove unused code.Elton Chung
2012-02-04Fix 3 "Possible inefficient checking"Julien Nabet
2012-02-04add missing README to animation, sc, sd, slideshow, starmath, swJosh Heidenreich
2012-02-04Fixed incorrect insertion.Kohei Yoshida
2012-02-04Fixed a crash on the first outline creation.Kohei Yoshida
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida
2012-02-04No inlined member methods.Kohei Yoshida
2012-02-04Nobody uses StrData and ScStrCollection now.Kohei Yoshida
2012-02-04No more ScStrCollection in pivot table code.Kohei Yoshida
2012-02-04More on ScStrCollection/StrData elimination.Kohei Yoshida
2012-02-04Nobody uses it now.Kohei Yoshida
2012-02-04Remove ScStrCollection/StrData from UpdateLinks().Kohei Yoshida
2012-02-04Makes no sense why we'd have to use StrData here...Kohei Yoshida
2012-02-04More on eliminating ScStrCollection.Kohei Yoshida
2012-02-04Replace ScStrCollection with boost::unordered_set.Kohei Yoshida
2012-02-04String is now eradicated from the change track code.Kohei Yoshida
2012-02-03fdo#45115: sc: fix setting bordersMichael Stahl
2012-02-03Missing String -> OUStringStephan Bergmann
2012-02-03fix build breaker with --enable-debugDavid Tardon
2012-02-03More on eradicating String in favor of rtl::OUString.Kohei Yoshida
2012-02-03No more sal_Bool from the change tracking code.Kohei Yoshida
2012-02-03GetDescription() now deals with rtl::OUString.Kohei Yoshida
2012-02-03More on bool & string conversions.Kohei Yoshida
2012-02-03Oops, bug.Kohei Yoshida
2012-02-03String to rtl::OUString.Kohei Yoshida
2012-02-03Use std::set to store user names instead.Kohei Yoshida
2012-02-03Massive indentation fixes, the best I can.Kohei Yoshida
2012-02-03Moved the names of non-OLE charts out of ScDocument.Kohei Yoshida
2012-02-02Remove things not usedJulien Nabet
2012-02-02fdo#45450: sc: ODF export: cell styles:Michael Stahl
2012-02-01Unit converter data no longer relies on StrCollection.Kohei Yoshida
2012-02-01Method description.Kohei Yoshida
2012-02-01Always look up chart objects by name, change method names' casing.Kohei Yoshida
2012-02-01We don't really need GetCount().Kohei Yoshida
2012-02-01ScChartListenerCollection is no longer a child of ScStrCollection.Kohei Yoshida
2012-02-01std::auto_ptr to boost::scoped_ptr.Kohei Yoshida
2012-02-01non-inline the chart collection getter.Kohei Yoshida
2012-02-01InsertData to AppendData, to hide the insert position.Kohei Yoshida
2012-02-02remove unused test document, use the ods version insteadMarkus Mohrhard
2012-02-02try to enable all sc subsequenttestsMarkus Mohrhard
2012-02-01fdo#34425: [Feature] Persist bgcolor toolbar button.Winfried Donkers
2012-01-31Get the whole thing to build after the method sig change in SdrObject.Kohei Yoshida
2012-01-31clone token in ScFormulaResult copy-ctor instead of referringEike Rathke
2012-01-31Revert "Prevent excessive references to single token instance during fill."Eike Rathke
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann
2012-01-31Remove unsed codeElton Chung