summaryrefslogtreecommitdiffstats
path: root/sc/inc
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up ScDPSource and ScDPMember(s) a bit.Kohei Yoshida2012-02-101-76/+61
* String to rtl::OUString.Kohei Yoshida2012-02-104-5/+5
* changes to "convert detdata.cxx in SC module to boost:ptr_vector"Eike Rathke2012-02-101-5/+5
* convert detdata.cxx in SC module to boost:ptr_vectorNoel Grandin2012-02-101-10/+8
* String to rtl::OUString.Kohei Yoshida2012-02-094-27/+29
* Cleaned up more header include silliness.Kohei Yoshida2012-02-093-9/+17
* Include dpglobal.hxx only when necessary.Kohei Yoshida2012-02-093-3/+5
* Really cleaned up dpglobal.hxx.Kohei Yoshida2012-02-091-28/+0
* Moved ScDPItemData into own files.Kohei Yoshida2012-02-093-78/+124
* Cleaning up ScDPItemData a bit...Kohei Yoshida2012-02-092-14/+13
* Moved definitions of ScDPItemData where they belong.Kohei Yoshida2012-02-091-4/+5
* More duplicated defines.Kohei Yoshida2012-02-092-15/+5
* Use names from unonames.hxx to be consistent.Kohei Yoshida2012-02-093-34/+13
* Pivot table related uno names to have SC_UNO_DP prefix.Kohei Yoshida2012-02-091-42/+41
* Consolidate all these duplicated defined uno prop names for pivot table.Kohei Yoshida2012-02-091-1/+1
* added TableBorder2 using BorderLine2, implemented BorderLine2 properlyEike Rathke2012-02-093-4/+20
* Moved ScCollection under filter/starcalc.Kohei Yoshida2012-02-081-73/+0
* Rename TypedStrData to ScTypedStrData, just to be consistent.Kohei Yoshida2012-02-086-33/+32
* Moved TypedStrData into its own files.Kohei Yoshida2012-02-083-66/+102
* Removed unnecessary header includes.Kohei Yoshida2012-02-082-3/+0
* ScSortedCollection is now officially unused. Nuking it.Kohei Yoshida2012-02-081-43/+2
* Move this typedef back into collect.hxx for now.Kohei Yoshida2012-02-083-4/+3
* Move away from TypedScStrCollection in favor of STL's.Kohei Yoshida2012-02-087-47/+67
* Let's use enum for better type safety.Kohei Yoshida2012-02-081-4/+12
* TypedStrData to hold rtl::OUString.Kohei Yoshida2012-02-081-19/+11
* Convert dptabres.cxx in SC module from SV_DECL_PTRARR_DEL to std::vector.Noel Grandin2012-02-071-8/+4
* ScAutoFormat no longer a child of ScSortedCollection.Kohei Yoshida2012-02-071-20/+36
* The usual bool & string conversion.Kohei Yoshida2012-02-061-31/+31
* FuncCollection no longer a child of ScSortedCollection.Kohei Yoshida2012-02-061-16/+24
* More on string/bool conversion.Kohei Yoshida2012-02-061-12/+12
* Moved ScTpCompat from docoptions to appoptionsAlbert Thuswaldner2012-02-063-10/+9
* Removed duplicate macroTakeshi Abe2012-02-071-2/+0
* Remove unused codeElton Chung2012-02-052-2/+0
* Remove unused code.Elton Chung2012-02-051-4/+0
* Fixed incorrect insertion.Kohei Yoshida2012-02-041-1/+1
* ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida2012-02-049-62/+68
* No inlined member methods.Kohei Yoshida2012-02-041-9/+15
* Nobody uses StrData and ScStrCollection now.Kohei Yoshida2012-02-045-36/+0
* No more ScStrCollection in pivot table code.Kohei Yoshida2012-02-044-3/+46
* String is now eradicated from the change track code.Kohei Yoshida2012-02-041-6/+9
* More on eradicating String in favor of rtl::OUString.Kohei Yoshida2012-02-031-36/+31
* No more sal_Bool from the change tracking code.Kohei Yoshida2012-02-031-3/+2
* GetDescription() now deals with rtl::OUString.Kohei Yoshida2012-02-031-12/+16
* More on bool & string conversions.Kohei Yoshida2012-02-031-151/+101
* String to rtl::OUString.Kohei Yoshida2012-02-031-24/+23
* Use std::set to store user names instead.Kohei Yoshida2012-02-031-4/+4
* Massive indentation fixes, the best I can.Kohei Yoshida2012-02-031-823/+806
* Moved the names of non-OLE charts out of ScDocument.Kohei Yoshida2012-02-032-2/+3
* Remove things not usedJulien Nabet2012-02-021-5/+0
* Unit converter data no longer relies on StrCollection.Kohei Yoshida2012-02-011-22/+21