summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Expand)Author
2012-02-07Have SfxItemSet::HasItem take an optional pointer-to-pointer.Kohei Yoshida
2012-02-07make ctrl-shift-f2 change focus to the inputline fdo#40957Noel Power
2012-02-07ScAutoFormat no longer a child of ScSortedCollection.Kohei Yoshida
2012-02-06The usual bool & string conversion.Kohei Yoshida
2012-02-06FuncCollection no longer a child of ScSortedCollection.Kohei Yoshida
2012-02-06We don't use boost::shared_ptr here any more...Kohei Yoshida
2012-02-06Use the new method.Kohei Yoshida
2012-02-06I think it's time we had a real method for this...Kohei Yoshida
2012-02-06Moved ScTpCompat from docoptions to appoptionsAlbert Thuswaldner
2012-02-05Remove unused codeElton Chung
2012-02-05Remove unused code.Elton Chung
2012-02-04Fix 3 "Possible inefficient checking"Julien Nabet
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.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-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-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-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-02Remove things not usedJulien Nabet
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-01InsertData to AppendData, to hide the insert position.Kohei Yoshida
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-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-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-28Remove unused code as listed in unusedcode.easySantiago Martinez
2012-01-27Replace SvtUndoOptions with (simplified) direct configuration access.Stephan Bergmann
2012-01-26Make named ranges dialog more consistent, localizableStefan Knorr (astron)
2012-01-26cast from BorderLine to BorderLine2 is not validEike Rathke
2012-01-25ScTableSheetObj::findAll does not return the correct range, fdo#43462Markus Mohrhard