summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Fixed incorrect insertion.Kohei Yoshida2012-02-042-14/+16
* Fixed a crash on the first outline creation.Kohei Yoshida2012-02-041-20/+25
* ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida2012-02-0435-331/+472
* No inlined member methods.Kohei Yoshida2012-02-042-9/+39
* Nobody uses StrData and ScStrCollection now.Kohei Yoshida2012-02-047-64/+0
* No more ScStrCollection in pivot table code.Kohei Yoshida2012-02-0410-80/+109
* More on ScStrCollection/StrData elimination.Kohei Yoshida2012-02-043-25/+25
* Nobody uses it now.Kohei Yoshida2012-02-041-10/+0
* Remove ScStrCollection/StrData from UpdateLinks().Kohei Yoshida2012-02-041-43/+41
* Makes no sense why we'd have to use StrData here...Kohei Yoshida2012-02-041-2/+1
* More on eliminating ScStrCollection.Kohei Yoshida2012-02-041-57/+58
* Replace ScStrCollection with boost::unordered_set.Kohei Yoshida2012-02-041-16/+11
* String is now eradicated from the change track code.Kohei Yoshida2012-02-043-26/+35
* fdo#45115: sc: fix setting bordersMichael Stahl2012-02-031-2/+1
* Missing String -> OUStringStephan Bergmann2012-02-031-1/+1
* fix build breaker with --enable-debugDavid Tardon2012-02-031-1/+1
* More on eradicating String in favor of rtl::OUString.Kohei Yoshida2012-02-032-74/+77
* No more sal_Bool from the change tracking code.Kohei Yoshida2012-02-032-31/+30
* GetDescription() now deals with rtl::OUString.Kohei Yoshida2012-02-038-146/+190
* More on bool & string conversions.Kohei Yoshida2012-02-035-246/+287
* Oops, bug.Kohei Yoshida2012-02-031-1/+1
* String to rtl::OUString.Kohei Yoshida2012-02-033-54/+83
* Use std::set to store user names instead.Kohei Yoshida2012-02-039-51/+50
* Massive indentation fixes, the best I can.Kohei Yoshida2012-02-032-918/+901
* Moved the names of non-OLE charts out of ScDocument.Kohei Yoshida2012-02-035-11/+21
* Remove things not usedJulien Nabet2012-02-022-13/+0
* fdo#45450: sc: ODF export: cell styles:Michael Stahl2012-02-021-2/+2
* Unit converter data no longer relies on StrCollection.Kohei Yoshida2012-02-012-70/+55
* Method description.Kohei Yoshida2012-02-011-0/+4
* Always look up chart objects by name, change method names' casing.Kohei Yoshida2012-02-0112-67/+40
* We don't really need GetCount().Kohei Yoshida2012-02-013-7/+1
* ScChartListenerCollection is no longer a child of ScStrCollection.Kohei Yoshida2012-02-019-209/+321
* std::auto_ptr to boost::scoped_ptr.Kohei Yoshida2012-02-011-5/+7
* non-inline the chart collection getter.Kohei Yoshida2012-02-012-2/+6
* InsertData to AppendData, to hide the insert position.Kohei Yoshida2012-02-013-4/+4
* remove unused test document, use the ods version insteadMarkus Mohrhard2012-02-021-0/+0
* try to enable all sc subsequenttestsMarkus Mohrhard2012-02-022-58/+58
* fdo#34425: [Feature] Persist bgcolor toolbar button.Winfried Donkers2012-02-014-5/+11
* Get the whole thing to build after the method sig change in SdrObject.Kohei Yoshida2012-01-312-6/+8
* clone token in ScFormulaResult copy-ctor instead of referringEike Rathke2012-01-311-3/+20
* Revert "Prevent excessive references to single token instance during fill."Eike Rathke2012-01-314-20/+0
* Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann2012-01-311-4/+1
* Remove unsed codeElton Chung2012-01-3112-88/+0
* ':' is not allowed in sheet names as wellIvan Timofeev2012-01-311-1/+1
* Prevent excessive references to single token instance during fill.Kohei Yoshida2012-01-304-0/+20
* Make named ranges dialog more consistent, localizable (III)Petr Mladek2012-01-301-21/+21
* Option to set tab prefix for new worksheetsAlbert Thuswaldner2012-01-307-15/+93
* refactor ConvertLineEndCaolán McNamara2012-01-309-17/+10
* aInputStr never used, *perhaps* it should have been, but 10+ years this wayCaolán McNamara2012-01-301-8/+2
* Updated error message for Invalid sheet nameAlbert Thuswaldner2012-01-301-1/+1