summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* String to rtl::OUString.Kohei Yoshida2012-02-084-28/+25
* bool cleanups.Kohei Yoshida2012-02-082-187/+189
* Moved ScCollection under filter/starcalc.Kohei Yoshida2012-02-084-4/+4
* Rename TypedStrData to ScTypedStrData, just to be consistent.Kohei Yoshida2012-02-0817-116/+115
* Moved TypedStrData into its own files.Kohei Yoshida2012-02-0812-185/+252
* Removed unnecessary header includes.Kohei Yoshida2012-02-083-4/+0
* we need to explicitly set the paste area in ScMarkData, fdo#45481Markus Mohrhard2012-02-091-1/+1
* remove unnecessary checkMarkus Mohrhard2012-02-091-5/+1
* remove unnecessary temporary variableMarkus Mohrhard2012-02-091-5/+6
* use slowcheck in scMarkus Mohrhard2012-02-091-2/+2
* copy settings for RTL with sheets, fdo#45768Markus Mohrhard2012-02-091-0/+8
* ScSortedCollection is now officially unused. Nuking it.Kohei Yoshida2012-02-082-158/+7
* Old result not used for now always case sensitive search.Kohei Yoshida2012-02-081-8/+0
* Apparently these two methods are now deprecated.Kohei Yoshida2012-02-081-2/+2
* Move this typedef back into collect.hxx for now.Kohei Yoshida2012-02-084-6/+4
* Fixed a link error.Kohei Yoshida2012-02-081-2/+2
* std::unique must be followed by erase() to really remove duplicates.Kohei Yoshida2012-02-081-43/+27
* getExactMatch() should return the original string when no match is found.Kohei Yoshida2012-02-081-4/+4
* Move away from TypedScStrCollection in favor of STL's.Kohei Yoshida2012-02-0821-578/+645
* Let's use enum for better type safety.Kohei Yoshida2012-02-087-46/+55
* TypedStrData to hold rtl::OUString.Kohei Yoshida2012-02-082-21/+39
* handle row and column offsets for imported shape with cell anchor fdo#45266Noel Power2012-02-081-0/+60
* remove superflous whitespaceBjoern Michaelsen2012-02-081-1/+1
* first try to add slowcheck build targetMarkus Mohrhard2012-02-081-1/+4
* tools/table.hxx to std::map conversion in SV, SVL and SVX modulesNoel Grandin2012-02-083-10/+19
* update unused listCaolán McNamara2012-02-082-9/+1
* WaE in debug buildMarkus Mohrhard2012-02-071-5/+5
* fix dbgutil buildMarkus Mohrhard2012-02-071-5/+5
* Convert dptabres.cxx in SC module from SV_DECL_PTRARR_DEL to std::vector.Noel Grandin2012-02-072-46/+45
* Have SfxItemSet::HasItem take an optional pointer-to-pointer.Kohei Yoshida2012-02-079-69/+69
* make ctrl-shift-f2 change focus to the inputline fdo#40957Noel Power2012-02-072-4/+17
* fix problem with vba Range.Copy ( for multirange ) bnc#707486Noel Power2012-02-071-1/+1
* Namespace scope fixStephan Bergmann2012-02-071-2/+2
* ScAutoFormat no longer a child of ScSortedCollection.Kohei Yoshida2012-02-0710-160/+237
* The usual bool & string conversion.Kohei Yoshida2012-02-066-80/+63
* FuncCollection no longer a child of ScSortedCollection.Kohei Yoshida2012-02-069-112/+130
* Actually I didn't need this.Kohei Yoshida2012-02-061-8/+0
* We don't need this macro; we can safely pass const char* as-is.Kohei Yoshida2012-02-061-12/+7
* ModuleCollection no longer a child of ScSortedCollection.Kohei Yoshida2012-02-061-41/+45
* More on string/bool conversion.Kohei Yoshida2012-02-062-51/+49
* String to rtl::OUString & reduce indent levels.Kohei Yoshida2012-02-061-55/+53
* We don't use boost::shared_ptr here any more...Kohei Yoshida2012-02-061-2/+0
* Use the new method.Kohei Yoshida2012-02-061-1/+1
* I think it's time we had a real method for this...Kohei Yoshida2012-02-0610-114/+70
* Moved ScTpCompat from docoptions to appoptionsAlbert Thuswaldner2012-02-068-120/+125
* Removed duplicate macroTakeshi Abe2012-02-071-2/+0
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
* add some more test casesMarkus Mohrhard2012-02-052-0/+3
* add some helpful entries to test fileMarkus Mohrhard2012-02-051-0/+0
* variable is unused ATMMarkus Mohrhard2012-02-051-2/+2