summaryrefslogtreecommitdiff
path: root/sc/source/core/data
AgeCommit message (Expand)AuthorFilesLines
2014-07-30fdo#80501: Ensure that we notify each listener only once.Kohei Yoshida5-36/+51
2014-07-30the range has to be in the correct order, fdo#81803Markus Mohrhard1-0/+1
2014-07-29Remove some unused codeMarcos Paulo de Souza1-13/+0
2014-07-29drop use of SFX_ITEM_PRESENTATION_NONENoel Grandin1-17/+4
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin2-29/+29
2014-07-28fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida7-107/+54
2014-07-27fdo#81617: Split formula groups at sort range boundaries.Kohei Yoshida2-0/+16
2014-07-23simplify SfxItemPool::GetPresentationNoel Grandin1-120/+17
2014-07-23remove SFX_ITEM_PRESENTATION_NAMEONLYNoel Grandin1-4/+0
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna1-1/+3
2014-07-18Add a variant of set that takes ownership of EditTextObject.Kohei Yoshida1-0/+7
2014-07-18resolved fdo#81294 store correct sheet number during range names updateEike Rathke1-6/+12
2014-07-15CID#1000520 Logically dead code (DEADCODE)Eike Rathke1-3/+2
2014-07-15CID#1000519 Logically dead code (DEADCODE)Eike Rathke1-3/+2
2014-07-14-Wunused-variableNoel Grandin1-1/+1
2014-07-14loplugin:unreffunNoel Grandin1-1/+0
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida6-131/+487
2014-07-11resolved fdo#79441 keep 3D references intact during sortEike Rathke2-3/+4
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-2/+1
2014-07-10Head cleanup - use forward declarations.Kohei Yoshida1-0/+1
2014-07-08fdo#73148 add options to Calc function AGGREGATEWinfried Donkers2-68/+73
2014-07-03use assert when followed by derefCaolán McNamara1-4/+4
2014-07-01New loplugin:stringconcatStephan Bergmann1-3/+2
2014-07-01Remove stray fprintfMiklos Vajna1-2/+0
2014-07-01fix testsCaolán McNamara1-2/+9
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand1-0/+29
2014-07-01clang scan-build: various warningsCaolán McNamara1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
2014-06-27fix incorrect ScAnnotationsObj UNO API, fdo#80551Markus Mohrhard1-0/+26
2014-06-27loplugin:unreffun: also warn about unused function templatesStephan Bergmann1-16/+0
2014-06-25remove whitespaceMarkus Mohrhard67-753/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin7-43/+41
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida3-4/+21
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin25-170/+1
2014-06-12false warning C4701: potentially uninitialized local variableStephan Bergmann1-1/+1
2014-06-10fdo#76324: Make pasting a lot of cell notes faster by disabling broadcasting.Matúš Kukan1-0/+12
2014-06-10Do not use GetSdrUndoFactory() in sc.Matúš Kukan1-3/+3
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin21-315/+3
2014-06-07column storage might be changed, related lp#990868Markus Mohrhard1-2/+2
2014-06-04The 4th argument is of wrong type.Kohei Yoshida1-2/+1
2014-05-30avoid crash when finding a non chart OLE2 shapeMarkus Mohrhard1-0/+3
2014-05-29MAXROWCOUNT-1 -> MAXROW, same number but tidierCaolán McNamara1-1/+1
2014-05-29Resolves: fdo#79392 don't access after last row, when last row is max last rowCaolán McNamara1-10/+13
2014-05-28coverity#1078626 Missing break in switchCaolán McNamara1-1/+1
2014-05-28Related: fdo#79142 make SetName default to ReindexingCaolán McNamara1-2/+2
2014-05-28ODS load perf: avoid re-compiling an already free'd pCode with ScCompiler.Michael Meeks1-20/+31
2014-05-28ODS load perf: accelerate CompileXML for formula by stringify and compare.Michael Meeks1-3/+44
2014-05-27fdo#78976: Correct way to determine the end position for matrix check.Kohei Yoshida1-1/+1
2014-05-27do not replace a General format with a General formatEike Rathke1-3/+14
2014-05-27resolved rhbz#1101224 do not attempt to obtain names for NULL tabsEike Rathke1-2/+7