summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2012-01-31':' is not allowed in sheet names as wellIvan Timofeev
2012-01-30Prevent excessive references to single token instance during fill.Kohei Yoshida
2012-01-30Make named ranges dialog more consistent, localizable (III)Petr Mladek
2012-01-30Option to set tab prefix for new worksheetsAlbert Thuswaldner
2012-01-30refactor ConvertLineEndCaolán McNamara
2012-01-30aInputStr never used, *perhaps* it should have been, but 10+ years this wayCaolán McNamara
2012-01-30Updated error message for Invalid sheet nameAlbert Thuswaldner
2012-01-30Make named range dialog more consistent, localizable (II)Stefan Knorr (astron)
2012-01-30remove '#define UNOOUSTRING ::rtl::OUString'Ivan Timofeev
2012-01-30clean-up sc's knownissues.xclMarkus Mohrhard
2012-01-30add test case for XReplaceableMarkus Mohrhard
2012-01-28Remove unused code as listed in unusedcode.easySantiago Martinez
2012-01-27Bypass building BASIC and scripting related modules for iOSTor Lillqvist
2012-01-27Unit test for updating formula cells that references into the pivot table.Kohei Yoshida
2012-01-27Replace SvtUndoOptions with (simplified) direct configuration access.Stephan Bergmann
2012-01-27fdo#44143: Keep cells with broadcasters alive during deletion.Kohei Yoshida
2012-01-27Revert "fdo#44143: Keep cells with broadcasters alive during deletion."Eike Rathke
2012-01-26fdo#44143: Keep cells with broadcasters alive during deletion.Kohei Yoshida
2012-01-26Make named ranges dialog more consistent, localizableStefan Knorr (astron)
2012-01-26resolved fdo#38595 border width lost in ODF importEike Rathke
2012-01-26cast from BorderLine to BorderLine2 is not validEike Rathke