summaryrefslogtreecommitdiff
path: root/sc/source/core/data/global.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-10-23loplugin: cstylecastNoel Grandin1-5/+5
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara1-2/+0
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-5/+5
2014-08-25Translate German comments, fix some wsPhilipp Weissenbacher1-51/+44
2014-06-25remove whitespaceMarkus Mohrhard1-9/+0
2014-05-17move boost rng wrapper from sc to comphelperThomas Arnhold1-2/+2
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-5/+0
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann1-1/+1
2014-04-06whitespace cleanup in scMarkus Mohrhard1-34/+0
2014-03-03Remove visual noise from scAlexander Wilms1-4/+4
2014-02-27remove unused code ScGlobal::GetStandardFormatNoel Grandin1-11/+0
2014-02-23Remove unneccessary commentsAlexander Wilms1-15/+15
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-12sal_Bool->boolNoel Grandin1-8/+8
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-11-11convert STRING_NOTFOUND in sc moduleNoel Grandin1-4/+5
2013-11-08"%1 is replaced to ..." ... maybe, or maybe notEike Rathke1-0/+15
2013-10-30real assert() to bail out on invalid indexEike Rathke1-1/+1
2013-10-30renamed STR_COUNT to SC_GLOBSTR_STR_COUNT to clarify ...Eike Rathke1-4/+4
2013-10-30use SC_STRLOAD()Eike Rathke1-4/+2
2013-10-21drop CharSet typedefCaolán McNamara1-3/+3
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-8/+0
2013-10-08convert sc/source/core/data/*.cxx from String to OUStringNoel Grandin1-14/+14
2013-10-03de-GetBuffer calcCaolán McNamara1-3/+3
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-11/+11
2013-09-07fix validity dialog with lists, fdo#65686Markus Mohrhard1-1/+1
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke1-0/+16
2013-07-09Attempt to fix windows link error.Kohei Yoshida1-0/+5
2013-06-24fdo#51296 Helptext added for hyperlinks, hlinks behave as in writerAkash Shetye1-10/+10
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