summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-05add some more test casesMarkus Mohrhard2-0/+3
2012-02-05add some helpful entries to test fileMarkus Mohrhard1-0/+0
2012-02-05variable is unused ATMMarkus Mohrhard1-2/+2
2012-02-05Remove unused codeElton Chung7-68/+0
2012-02-05Remove unused code.Elton Chung10-84/+0
2012-02-04Fix 3 "Possible inefficient checking"Julien Nabet3-3/+3
2012-02-04add missing README to animation, sc, sd, slideshow, starmath, swJosh Heidenreich1-0/+1
2012-02-04Fixed incorrect insertion.Kohei Yoshida2-14/+16
2012-02-04Fixed a crash on the first outline creation.Kohei Yoshida1-20/+25
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida35-331/+472
2012-02-04No inlined member methods.Kohei Yoshida2-9/+39
2012-02-04Nobody uses StrData and ScStrCollection now.Kohei Yoshida7-64/+0
2012-02-04No more ScStrCollection in pivot table code.Kohei Yoshida10-80/+109
2012-02-04More on ScStrCollection/StrData elimination.Kohei Yoshida3-25/+25
2012-02-04Nobody uses it now.Kohei Yoshida1-10/+0
2012-02-04Remove ScStrCollection/StrData from UpdateLinks().Kohei Yoshida1-43/+41
2012-02-04Makes no sense why we'd have to use StrData here...Kohei Yoshida1-2/+1
2012-02-04More on eliminating ScStrCollection.Kohei Yoshida1-57/+58
2012-02-04Replace ScStrCollection with boost::unordered_set.Kohei Yoshida1-16/+11
2012-02-04String is now eradicated from the change track code.Kohei Yoshida3-26/+35
2012-02-03fdo#45115: sc: fix setting bordersMichael Stahl1-2/+1
2012-02-03Missing String -> OUStringStephan Bergmann1-1/+1
2012-02-03fix build breaker with --enable-debugDavid Tardon1-1/+1
2012-02-03More on eradicating String in favor of rtl::OUString.Kohei Yoshida2-74/+77
2012-02-03No more sal_Bool from the change tracking code.Kohei Yoshida2-31/+30
2012-02-03GetDescription() now deals with rtl::OUString.Kohei Yoshida8-146/+190
2012-02-03More on bool & string conversions.Kohei Yoshida5-246/+287
2012-02-03Oops, bug.Kohei Yoshida1-1/+1
2012-02-03String to rtl::OUString.Kohei Yoshida3-54/+83
2012-02-03Use std::set to store user names instead.Kohei Yoshida9-51/+50
2012-02-03Massive indentation fixes, the best I can.Kohei Yoshida2-918/+901
2012-02-03Moved the names of non-OLE charts out of ScDocument.Kohei Yoshida5-11/+21
2012-02-02Remove things not usedJulien Nabet2-13/+0
2012-02-02fdo#45450: sc: ODF export: cell styles:Michael Stahl1-2/+2
2012-02-01Unit converter data no longer relies on StrCollection.Kohei Yoshida2-70/+55
2012-02-01Method description.Kohei Yoshida1-0/+4
2012-02-01Always look up chart objects by name, change method names' casing.Kohei Yoshida12-67/+40
2012-02-01We don't really need GetCount().Kohei Yoshida3-7/+1
2012-02-01ScChartListenerCollection is no longer a child of ScStrCollection.Kohei Yoshida9-209/+321
2012-02-01std::auto_ptr to boost::scoped_ptr.Kohei Yoshida1-5/+7
2012-02-01non-inline the chart collection getter.Kohei Yoshida2-2/+6
2012-02-01InsertData to AppendData, to hide the insert position.Kohei Yoshida3-4/+4
2012-02-02remove unused test document, use the ods version insteadMarkus Mohrhard1-0/+0
2012-02-02try to enable all sc subsequenttestsMarkus Mohrhard2-58/+58
2012-02-01fdo#34425: [Feature] Persist bgcolor toolbar button.Winfried Donkers4-5/+11
2012-01-31Get the whole thing to build after the method sig change in SdrObject.Kohei Yoshida2-6/+8
2012-01-31clone token in ScFormulaResult copy-ctor instead of referringEike Rathke1-3/+20
2012-01-31Revert "Prevent excessive references to single token instance during fill."Eike Rathke4-20/+0
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann1-4/+1