summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-06-27tweak ScDrawStringsVars::RepeatToFill, us String::Expand instead of loopNoel Power1-3/+3
2012-06-27add import of axis color for data bars from xlsxMarkus Mohrhard2-0/+14
2012-06-27add support for axis color import/exportMarkus Mohrhard4-1/+18
2012-06-27support colored axis in data barsMarkus Mohrhard5-2/+14
2012-06-26removed unused lcl_IsReference()Eike Rathke1-13/+0
2012-06-26bring some sense into translated commentEike Rathke1-2/+2
2012-06-26resolved fdo#51442 N() inconsistent argument handlingEike Rathke3-47/+41
2012-06-26added mnStringNoValueError handling to ConvertStringToValue()Eike Rathke1-1/+7
2012-06-26fix for fdo#51040 preview crashNoel Power3-47/+61
2012-06-26Revert "set the zoom only once, prevents infinite loop, fdo#51040"Noel Power1-0/+4
2012-06-26resolved fdo#47222 in N() pop string constant before pushing resultEike Rathke1-0/+1
2012-06-26re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-26fdo#46338 preserve sheet name input of invalid referenceEike Rathke3-0/+34
2012-06-25ScCondFrmtItem appears to be a oxbox lakeCaolán McNamara2-79/+0
2012-06-25callcatcher: remove some more unused codeCaolán McNamara4-43/+0
2012-06-25callcatcher: update unused codeCaolán McNamara9-94/+0
2012-06-25UnlockSolarMutex is unused, but probably should be usedCaolán McNamara1-0/+2
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl9-17/+19
2012-06-25only export the supported number of rows/columns, fdo#49582Markus Mohrhard1-0/+6
2012-06-25repaint all cells if NULL is passed, fdo#51174Markus Mohrhard1-1/+9
2012-06-25pass the ScRangeList directly to improve performance, fdo#49764Markus Mohrhard1-3/+1
2012-06-25set the zoom only once, prevents infinite loop, fdo#51040Markus Mohrhard1-4/+0
2012-06-25handle also COLLAPSEd in switchMarkus Mohrhard1-0/+3
2012-06-25we still need to check that we have a token, fdo#51326Markus Mohrhard1-3/+3
2012-06-25if no new cell exists, create hidden broadcaster cell, fdo#51368Markus Mohrhard1-0/+3
2012-06-25only show dialog elements if entry is not collapsedMarkus Mohrhard1-0/+24
2012-06-24rearranged forward declarations of classTakeshi Abe87-178/+5
2012-06-23removed unused forward declarations of classTakeshi Abe36-81/+1
2012-06-22Resolves: fdo#45869 we want page preview text to layout for print outputCaolán McNamara1-1/+4
2012-06-22Translate German comments in sc/inc/viewopti.hxxFlorian Reisinger1-15/+5
2012-06-22more new formulabuffer const cleanupNoel Power2-10/+10
2012-06-22Remove empty or non-called methodsThomas Arnhold7-60/+0
2012-06-22Remove some PCH tracesThomas Arnhold1-3/+0
2012-06-22re-base on ALv2 code.Michael Meeks24-547/+357
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2-3/+3
2012-06-21some const correctness tweaks to various signatures in new formulabufferNoel Power2-38/+40
2012-06-21fdo#51249 Disable stream copy when saving a file with 'Changes Record' activePierre-Eric Pelloux-Prayer1-2/+3
2012-06-21fix core dump setting preload value for some cell formulaNoel Power2-6/+9
2012-06-21re-base on ALv2 code.Michael Meeks223-5407/+3427
2012-06-21re-base on ALv2 code.Michael Meeks71-1662/+1128
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold9-155/+5
2012-06-21Remove unused dbexch.hrcThomas Arnhold3-3/+0
2012-06-20gah :/ some cleanup for 7fff9872 that I applied to wrong source tree.Noel Power5-25/+0
2012-06-20big formula performance improvement for xlsx import (bnc#763168 & bnc#765942)Noel Power14-16/+430
2012-06-20move ScNamedEntryArr_Impl out of header to make MSVC happyMichael Stahl2-21/+35
2012-06-20Convert SV_DECL_PTRARR_DEL(ScNamedEntryArr_Impl) to boost::ptr_vectorNoel Grandin2-28/+23
2012-06-20Convert SV_DECL_PTRARR_DEL(XResultListenerArr_Impl) to ptr_vectorNoel Grandin1-1/+2
2012-06-20ditch last (?) uses of UniString::UniString(sal_Unicode, ...)Caolán McNamara1-2/+2
2012-06-20disable this test for now, fails on windows due to row height problemMarkus Mohrhard1-1/+2
2012-06-20Clean up logic a bit for formula cell ODS importDaniel Bankston1-15/+8