summaryrefslogtreecommitdiff
path: root/sc/source/core/data/global.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke1-0/+16
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-10/+8
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-03-25fdo#51296 Patch accounts security setting requiring ctrl+click for hyperlinks.Akash Shetye1-4/+17
2013-03-16sc: translate some debug messagesThomas Arnhold1-2/+2
2013-03-15fix "simplify copy"Ivan Timofeev1-1/+1
2013-03-15simplify copyThomas Arnhold1-1/+1
2013-03-15fixesThomas Arnhold1-2/+2
2013-03-14fdo#38838: Replaced some (Uni)String to OUString in core/scelixir1-6/+6
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac1-2/+1
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-2/+2
2013-02-19fdo#38838 ScGlobal::GetRscString() now returns OUString instead of String.Jean-Noël Rouvignac1-5/+5
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin1-1/+1
2012-12-08fdo#33365 added wrapper for boost random, use that in RAND()tino1-0/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-30fdo#46808, use service constructor for i18n::CollatorNoel Grandin1-3/+3
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-1/+1
2012-11-22AllSettings with LanguageTagEike Rathke1-6/+6
2012-11-05fdo#46808, Adapt i18n::Transliteration UNO service to new styleNoel Grandin1-2/+2
2012-10-29fdo#46808, Adapt i18n::LocaleCalendar UNO service to new styleNoel Grandin1-1/+1
2012-10-28UniString->rtl::OUStringBufferCaolán McNamara1-4/+8
2012-07-12Convert SV_DECL_PTRARR_SORT(ScAddInAsyncs) to std::setNoel Grandin1-1/+5
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-2/+2
2012-07-05Replaced deprecated tools/String with OUString in ScMatrixSören Möller1-0/+8
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-1/+1
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara1-2/+1
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara1-2/+2
2012-06-09Remove superfluous include commentsThomas Arnhold1-4/+0
2012-05-25Revert "fix bad import positions of shapes & controls fdo#49430"Noel Power1-148/+1
2012-05-25Revert "WaE: variables set but unused"Noel Power1-0/+2
2012-05-13removed unused definesTakeshi Abe1-5/+0
2012-05-03WaE: variables set but unusedCaolán McNamara1-2/+0
2012-05-03fix bad import positions of shapes & controls fdo#49430Noel Power1-1/+148
2012-01-11ScGlobal::GetAutoFormat not always required to create fresh instance.Stephan Bergmann1-0/+5
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon1-2/+2
2011-11-07sal_Bool->bool in ScDocumentMarkus Mohrhard1-1/+1
2011-09-08Bring the default row height back to the 3.4 level.Kohei Yoshida1-7/+12
2011-07-26dr78: #i116250# set app flag in ScGlobal::SetSearchItem, fdo#33379, fdo#33593Niklas Nebel1-0/+1
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak1-4/+4
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-41/+41
2011-03-02Remove bogus comments.Guillaume Poussel1-1/+1
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-2/+2
2011-01-18Remove dead code: "//static" and "//virtual"Thomas Arnhold1-5/+0
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-84/+84
2011-01-14Remove commented out codeTopround aka Zathuras1-1/+0
2011-01-13Moved funcdesc's implementations out of global.cxxSören Möller1-809/+0
2011-01-10Removed OUString to String casting & prefer static_cast over C-style cast.Kohei Yoshida1-3/+3