summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)Author
2011-08-29String to rtl::OUString.Kohei Yoshida
2011-08-29Rename class XColorTable to XColorListJoseph Powers
2011-08-29fix typos and includesCaolán McNamara
2011-08-29merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara
2011-08-28some more sal_Bool -> bool in sc/source/filter/xmlMarkus Mohrhard
2011-08-27need argument by reference hereMarkus Mohrhard
2011-08-26I forgot to increment the DB collection position.Kohei Yoshida
2011-08-27don't use macro hereMarkus Mohrhard
2011-08-26String to rtl::OUString.Kohei Yoshida
2011-08-26bool cleanup.Kohei Yoshida
2011-08-26fdo#40378 compile defined names that had unresolveds during loadEike Rathke
2011-08-25see 792dee46f2b35a21167af182416803c0b80b517cMarkus Mohrhard
2011-08-25be extrasave and check for problems with ScRangeName::insertMarkus Mohrhard
2011-08-25add local range names for local range namesMarkus Mohrhard
2011-08-25sal_Bool -> bool in ScTableMarkus Mohrhard
2011-08-25use boost::intrusive_ptr::get() instead of operator->()Eike Rathke
2011-08-25crash when modifying a defined name (and other places as well)Eike Rathke
2011-08-24replace ScNameToken with proper FormulaIndexTokenEike Rathke
2011-08-24adapt to unused memory correctlyEike Rathke
2011-08-23fdo#36109 in INDIRECT() make a non-existing sheet produce an error againEike Rathke
2011-08-23typo meVolaileType -> meVolatileTypeEike Rathke
2011-08-23debug build errorsGabor
2011-08-16rework 04d2e6469529b6187900659517d6f6dd5ea2cca5Markus Mohrhard
2011-08-16GetLastSelected returns a table number and not a 1-based indexMarkus Mohrhard
2011-08-16update range names/database ranges in formulas cellsMarkus Mohrhard
2011-08-16fix ScColumns::DeleteRange() responsible for all sorts of troubleEike Rathke
2011-08-14sal_Bool -> bool and cosmeticsEike Rathke
2011-08-14sal_Bool -> bool and cosmeticsEike Rathke
2011-08-14fdo#37391 write and read [#REF!] in ODFF for reference errorsEike Rathke
2011-08-11remove deprecated ByteString::CreateFromUnicodeCaolán McNamara
2011-08-10remove uno from range name export and some clean upMarkus Mohrhard
2011-08-10sal_Bool to bool switching while I'm at it.Kohei Yoshida
2011-08-10Probably better to rename ppClipTab to rClipTabs, for consistency.Kohei Yoshida
2011-08-10Fixed an infinite loop when the paste destination has only one sheet.Kohei Yoshida
2011-08-09Lots more cleanups.Kohei Yoshida
2011-08-10Number formatter sal_Bool -> bool clean-up and cosmeticsEike Rathke
2011-08-10change from sal_Bool to bool in ScRangeName/ScRangeDataMarkus Mohrhard
2011-08-10fix for fdo#37391: don't write invalid references to filesMarkus Mohrhard
2011-08-09Correctly import from Excel charts with multiple ranges.Kohei Yoshida
2011-08-08Replace SvUShorts with vector in editeng.hxx and cascade changes.Nigel Hawkins
2011-08-08missing ',' makes a completely different string than it appears.Caolán McNamara
2011-08-08ByteString::ConvertToUnicode->rtl::OUString::ctorCaolán McNamara
2011-08-08show row/column headers as default againMarkus Mohrhard
2011-08-07fix for fdo#39792: changes to range names invalidate stream tooMarkus Mohrhard
2011-08-03fix for fdo#39151: set correct table number in local db dataMarkus Mohrhard
2011-08-032 fixes in OSL_DEBUG part with ByteStringJulien Nabet
2011-08-02fix for fdo#39728: check for empty local range namesMarkus Mohrhard
2011-07-29bnc#707486, use correct CopyRangeNamesToClip for bUseRangeForVBANoel Power
2011-07-28Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky
2011-07-27fix wae ( because wrong loop counter variable used )Noel Power