summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2012-02-07WaE in debug buildMarkus Mohrhard
2012-02-07fix dbgutil buildMarkus Mohrhard
2012-02-07Convert dptabres.cxx in SC module from SV_DECL_PTRARR_DEL to std::vector.Noel Grandin
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-07fix problem with vba Range.Copy ( for multirange ) bnc#707486Noel Power
2012-02-07Namespace scope fixStephan Bergmann
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-06Actually I didn't need this.Kohei Yoshida
2012-02-06We don't need this macro; we can safely pass const char* as-is.Kohei Yoshida
2012-02-06ModuleCollection no longer a child of ScSortedCollection.Kohei Yoshida
2012-02-06More on string/bool conversion.Kohei Yoshida
2012-02-06String to rtl::OUString & reduce indent levels.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-07Removed duplicate macroTakeshi Abe
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
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