summaryrefslogtreecommitdiff
path: root/sc/inc/global.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-28com::sun::star->css in scNoel Grandin1-5/+5
2015-10-27don't allocate rtl::Reference or SvRef on the heapNoel Grandin1-1/+1
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin1-62/+27
2015-10-12Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-03move ConvertStringToValue() implementation from ScInterpreter to ScGlobalEike Rathke1-0/+112
2015-09-22convert SC_PASTE constants to scoped enumNoel Grandin1-6/+3
2015-09-21convert SC_ENTER constants to scoped enumNoel Grandin1-3/+3
2015-09-21convert SC_LINK constants to scoped enumNoel Grandin1-5/+4
2015-09-20remove unused _SCALC_EXE #ifdefNoel Grandin1-2/+0
2015-09-10Resolves: tdf#92995 do not delete caption objects that are held by UndoEike Rathke1-1/+2
2015-08-12rename confusing classesWinfried Donkers1-3/+3
2015-07-23inline a handful of use-once #definesNoel Grandin1-14/+1
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin1-2/+0
2015-07-17Resolves: tdf#77479 do not reset AutoFilter range for temporary operationsEike Rathke1-3/+4
2015-05-31Calc: Insert row/col before/after [1/2]Philippe Jung1-2/+4
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-3/+4
2015-03-16Small cleanup - no need to have 2 OpenURL's.Jan Holesovsky1-3/+3
2015-03-16tdf#89705: make hyperlinks clickable on impress/calcSiqi Liu1-0/+2
2015-03-05remove SC_START_INDEX_DB_COLL binary file format legacyEike Rathke1-4/+0
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara1-3/+2
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-3/+0
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-1/+0
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-1/+1
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin1-21/+63
2014-07-08fdo#73148 add options to Calc function AGGREGATEWinfried Donkers1-3/+4
2014-04-25fdo#73148 (partial patch) Add Excel 2010 function AGGREGATEWinfried Donkers1-0/+16
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann1-2/+1
2014-03-27sfx2, sc: remove macros for using Windows NT Call ProfilerMichael Stahl1-15/+0
2014-02-27remove unused code ScGlobal::GetStandardFormatNoel Grandin1-2/+0
2014-02-12sal_Bool->boolNoel Grandin1-5/+5
2014-02-12sal_Bool->boolNoel Grandin1-4/+4
2014-01-30Keep the standard row height situation under control.Kohei Yoshida1-4/+0
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-28Better check this with a static assertStephan Bergmann1-0/+3
2013-11-11convert STRING_NOTFOUND in sc moduleNoel Grandin1-2/+2
2013-11-08"%1 is replaced to ..." ... maybe, or maybe notEike Rathke1-0/+13
2013-10-20drop unnecessary tools/string includesCaolán McNamara1-2/+2
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-3/+0
2013-10-08convert sc/source/core/data/*.cxx from String to OUStringNoel Grandin1-15/+15
2013-10-03de-GetBuffer calcCaolán McNamara1-9/+1
2013-09-27fdo#69450 - IDF_ATTRIB & IDF_CONTENTS must be disjoint.Michael Meeks1-1/+1
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-1/+1
2013-08-31fdo#62475 removed pointless commentsJelle van der Waa1-7/+0
2013-08-22fdo#39484 - don't loose outlines while trying to undo formulae changes.Michael Meeks1-4/+5
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke1-0/+7
2013-07-09Attempt to fix windows link error.Kohei Yoshida1-0/+1
2013-06-24CELLTYPE_DESTROYED no longer relevant. Chuck it.Kohei Yoshida1-3/+0
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida1-1/+0
2013-04-19fdo#61541 : Count Number of selected Cells in calcPrashant Pandey1-1/+2