summaryrefslogtreecommitdiff
path: root/sc/source/core/data/global.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-04-06move ScAutoFormat::Save out of dtorCaolán McNamara1-3/+7
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-1/+0
2017-02-17remove unused formula ErrorCode enumeratorsNoel Grandin1-6/+0
2017-02-16split sc.hrc into definitely resources and maybe slotsCaolán McNamara1-1/+1
2017-02-16unwind RID_GLOBSTR local resourceCaolán McNamara1-16/+1
2017-02-15no need to check pRscString on every iterationCaolán McNamara1-4/+7
2017-02-15move ScRscStrLoader to its sole use placeCaolán McNamara1-3/+17
2017-02-10convert SvtSecurityOptions::EOption to scoped enumNoel Grandin1-1/+1
2017-02-04sc tiled rendering: We keep increasing the precision here...Jan Holesovsky1-3/+3
2017-02-03Revert "sc tiled rendering: We keep increasing the precision here..."Stephan Bergmann1-3/+3
2017-02-03sc tiled rendering: We keep increasing the precision here...Jan Holesovsky1-3/+3
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-1/+1
2016-12-12manage OutlineBitmap imagelist directly in its owner userCaolán McNamara1-11/+0
2016-11-21tdf#42949 Remove not needed uno headers from sc/source/coreBartosz Kosiorek1-1/+0
2016-11-15sc-perf: HasAttrChanged: save unnecessary calls to SfxItemPool::Get()Eike Rathke1-10/+10
2016-10-05convert MapUnit to scoped enumNoel Grandin1-3/+3
2016-09-23convert formula error codes to scoped enumNoel Grandin1-60/+53
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sc)Stephan Bergmann1-3/+3
2016-07-10ditch the font/screen-scaling thingCaolán McNamara1-19/+6
2016-06-17comphelper lok: remove the g_bViewCallback globalMiklos Vajna1-14/+3
2016-06-14sc: implement per-view LOK_CALLBACK_HYPERLINK_CLICKEDMiklos Vajna1-3/+14
2016-05-04Replace namespace ScErrorCodes with formula...Kohei Yoshida1-42/+42
2016-04-27accept UTF8 as explicit charset valueEike Rathke1-0/+5
2016-04-19don't try to open in new window by default, tdf#70959Markus Mohrhard1-1/+2
2016-04-14-Werror=logical-op (GCC 6)Stephan Bergmann1-1/+1
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-6/+5
2016-03-30tdf#96505: fix wrong SfxDispatcher::Execute calls ...Michael Stahl1-1/+1
2016-03-07add STR_LONG_ERR_MATRIX_SIZE "Error: Array or matrix size"Eike Rathke1-0/+3
2016-03-07remove unused errInterpOverflowEike Rathke1-1/+0
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis1-1/+1
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin1-1/+2
2016-01-13sc: clean up remaining non-static isTiledRendering() usageMiklos Vajna1-1/+2
2015-12-27sal_uLong to sal_uInt32/sal_uInt64Matteo Casalin1-4/+4
2015-11-13sc: loplugin:badstatics: clear ScGlobal::xDrawClipDocShellRefMichael Stahl1-0/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-44/+44
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-03ScGlobal::UpdatePPT: make conversion more preciseMiklos Vajna1-3/+3
2015-11-02sc lok: emit RowColumnHeader info in twipsMiklos Vajna1-3/+3
2015-10-28com::sun::star->css in scNoel Grandin1-4/+4
2015-10-27don't allocate rtl::Reference or SvRef on the heapNoel Grandin1-1/+2
2015-08-12rename confusing classesWinfried Donkers1-6/+6
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-5/+5
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-12/+12
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10Fix OutputDevice members / stack allocation: slideshow, starmath, sd, sc.Michael Meeks1-5/+5
2015-03-16Small cleanup - no need to have 2 OpenURL's.Jan Holesovsky1-10/+6
2015-03-16tdf#89705: make hyperlinks clickable on impress/calcSiqi Liu1-1/+13
2015-03-02convert SVX_SEARCHAPP_ constants to enum classNoel Grandin1-2/+2
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-2/+2
2014-10-23loplugin: cstylecastNoel Grandin1-5/+5