summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2012-02-09Consolidate all these duplicated defined uno prop names for pivot table.Kohei Yoshida
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe
2012-02-09ByteString->rtl::OstringCaolán McNamara
2012-02-09ensure correct sc dependenciesCaolán McNamara
2012-02-09added TableBorder2 using BorderLine2, implemented BorderLine2 properlyEike Rathke
2012-02-08String to rtl::OUString.Kohei Yoshida
2012-02-08bool cleanups.Kohei Yoshida
2012-02-08Moved ScCollection under filter/starcalc.Kohei Yoshida
2012-02-08Rename TypedStrData to ScTypedStrData, just to be consistent.Kohei Yoshida
2012-02-08Moved TypedStrData into its own files.Kohei Yoshida
2012-02-08Removed unnecessary header includes.Kohei Yoshida
2012-02-09we need to explicitly set the paste area in ScMarkData, fdo#45481Markus Mohrhard
2012-02-09remove unnecessary checkMarkus Mohrhard
2012-02-09remove unnecessary temporary variableMarkus Mohrhard
2012-02-09use slowcheck in scMarkus Mohrhard
2012-02-09copy settings for RTL with sheets, fdo#45768Markus Mohrhard
2012-02-08ScSortedCollection is now officially unused. Nuking it.Kohei Yoshida
2012-02-08Old result not used for now always case sensitive search.Kohei Yoshida
2012-02-08Apparently these two methods are now deprecated.Kohei Yoshida
2012-02-08Move this typedef back into collect.hxx for now.Kohei Yoshida
2012-02-08Fixed a link error.Kohei Yoshida
2012-02-08std::unique must be followed by erase() to really remove duplicates.Kohei Yoshida
2012-02-08getExactMatch() should return the original string when no match is found.Kohei Yoshida
2012-02-08Move away from TypedScStrCollection in favor of STL's.Kohei Yoshida
2012-02-08Let's use enum for better type safety.Kohei Yoshida
2012-02-08TypedStrData to hold rtl::OUString.Kohei Yoshida
2012-02-08handle row and column offsets for imported shape with cell anchor fdo#45266Noel Power
2012-02-08remove superflous whitespaceBjoern Michaelsen
2012-02-08first try to add slowcheck build targetMarkus Mohrhard
2012-02-08tools/table.hxx to std::map conversion in SV, SVL and SVX modulesNoel Grandin
2012-02-08update unused listCaolán McNamara
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