summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2012-02-19Get rid of size() == 0Elton Chung
2012-02-17Remove unnecessary header filesMatteo Casalin
2012-02-17Removed unused header includeTakeshi Abe
2012-02-15fdo#46070: Allow copying of adjacent cells via Fill Down/Up/Left/Right.Kohei Yoshida
2012-02-15Various string function clean upStephan Bergmann
2012-02-14More String to rtl::OUString conversion while I'm at it.Kohei Yoshida
2012-02-14Get sc to build once again with debug=true.Kohei Yoshida
2012-02-14String to rtl::OUString in the xls pivot table import code.Kohei Yoshida
2012-02-14auto_ptr to scoped_ptr.Kohei Yoshida
2012-02-14More, boolean-related cleanup. Removed unused data members.Kohei Yoshida
2012-02-14Removed code that's no longer relevant.Kohei Yoshida
2012-02-14Fixed ODS import filter to correctly identify data layout dimension.Kohei Yoshida
2012-02-14Try to preserve the orientation of data layout dimension.Kohei Yoshida
2012-02-14Remove std::auto_ptr in favor of boost::scoped_ptr.Kohei Yoshida
2012-02-14Handle painting of data layout dimension button correctly during refresh.Kohei Yoshida
2012-02-14Correctly set pivot's popup flag when importing from Excel docs.Kohei Yoshida
2012-02-14Removed the incorrect assumption about the data layout field.Kohei Yoshida
2012-02-14cleanup namedlg.cxxMarkus Mohrhard
2012-02-13Use separate iterators for column and formula data.Kohei Yoshida
2012-02-13make the return statement more visibleIvan Timofeev
2012-02-13fdo#45916: Ensure formula cell's pCode isn't NULL even when compilation fails.Kohei Yoshida
2012-02-13Remove unused codeElton Chung
2012-02-13some very minor tweak(s) to "Improvment-of-Custom-Sheet-Prefix-Option"Noel Power
2012-02-13Improvment of Custom Sheet Prefix OptionAlbert Thuswaldner
2012-02-13Move it down a bit, to hopefully get Norbert's Mac tinderbox to build.Kohei Yoshida
2012-02-10unusedcode: remove XclObjId and unused typedefsMatúš Kukan
2012-02-10Cleaned up ScDPSource and ScDPMember(s) a bit.Kohei Yoshida
2012-02-10String to rtl::OUString.Kohei Yoshida
2012-02-10Fixed the accidental swapping of equality / non-equality condition.Kohei Yoshida
2012-02-10changes to "convert detdata.cxx in SC module to boost:ptr_vector"Eike Rathke
2012-02-10convert detdata.cxx in SC module to boost:ptr_vectorNoel Grandin
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe
2012-02-10can use direct operator[] variantsCaolán McNamara
2012-02-09ByteString to rtl::OStringBuffer.Kohei Yoshida
2012-02-09Expanded macros to make it easier to work on ByteString.Kohei Yoshida
2012-02-09ByteString to rtl::OString.Kohei Yoshida
2012-02-09ByteString,UniString to rtl variants.Kohei Yoshida
2012-02-09A bit of code-sharing.Kohei Yoshida
2012-02-09Convert ByteString, UniString to rtl variants in AsciiSave.Kohei Yoshida
2012-02-09sal_Bool to bool.Kohei Yoshida
2012-02-09String to rtl::OUString.Kohei Yoshida
2012-02-09Cleaned up more header include silliness.Kohei Yoshida
2012-02-09Include dpglobal.hxx only when necessary.Kohei Yoshida
2012-02-09Really cleaned up dpglobal.hxx.Kohei Yoshida
2012-02-09Moved ScDPItemData into own files.Kohei Yoshida
2012-02-09Cleaning up ScDPItemData a bit...Kohei Yoshida
2012-02-09Moved definitions of ScDPItemData where they belong.Kohei Yoshida
2012-02-09More duplicated defines.Kohei Yoshida
2012-02-09Use names from unonames.hxx to be consistent.Kohei Yoshida
2012-02-09Pivot table related uno names to have SC_UNO_DP prefix.Kohei Yoshida