summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-02-08remove superflous whitespaceBjoern Michaelsen1-1/+1
2012-02-08first try to add slowcheck build targetMarkus Mohrhard1-1/+4
2012-02-08tools/table.hxx to std::map conversion in SV, SVL and SVX modulesNoel Grandin3-10/+19
2012-02-08update unused listCaolán McNamara2-9/+1
2012-02-07WaE in debug buildMarkus Mohrhard1-5/+5
2012-02-07fix dbgutil buildMarkus Mohrhard1-5/+5
2012-02-07Convert dptabres.cxx in SC module from SV_DECL_PTRARR_DEL to std::vector.Noel Grandin2-46/+45
2012-02-07Have SfxItemSet::HasItem take an optional pointer-to-pointer.Kohei Yoshida9-69/+69
2012-02-07make ctrl-shift-f2 change focus to the inputline fdo#40957Noel Power2-4/+17
2012-02-07fix problem with vba Range.Copy ( for multirange ) bnc#707486Noel Power1-1/+1
2012-02-07Namespace scope fixStephan Bergmann1-2/+2
2012-02-07ScAutoFormat no longer a child of ScSortedCollection.Kohei Yoshida10-160/+237
2012-02-06The usual bool & string conversion.Kohei Yoshida6-80/+63
2012-02-06FuncCollection no longer a child of ScSortedCollection.Kohei Yoshida9-112/+130
2012-02-06Actually I didn't need this.Kohei Yoshida1-8/+0
2012-02-06We don't need this macro; we can safely pass const char* as-is.Kohei Yoshida1-12/+7
2012-02-06ModuleCollection no longer a child of ScSortedCollection.Kohei Yoshida1-41/+45
2012-02-06More on string/bool conversion.Kohei Yoshida2-51/+49
2012-02-06String to rtl::OUString & reduce indent levels.Kohei Yoshida1-55/+53
2012-02-06We don't use boost::shared_ptr here any more...Kohei Yoshida1-2/+0
2012-02-06Use the new method.Kohei Yoshida1-1/+1
2012-02-06I think it's time we had a real method for this...Kohei Yoshida10-114/+70
2012-02-06Moved ScTpCompat from docoptions to appoptionsAlbert Thuswaldner8-120/+125
2012-02-07Removed duplicate macroTakeshi Abe1-2/+0
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