summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Remove unused header filesThomas Arnhold2012-06-272-82/+0
* Remove unused include filesThomas Arnhold2012-06-271-53/+0
* Reduce newline bloat at eofThomas Arnhold2012-06-272-4/+0
* Get rid of annoying IAccessibility2 commentsThomas Arnhold2012-06-274-6/+1
* tweak ScDrawStringsVars::RepeatToFill, us String::Expand instead of loopNoel Power2012-06-271-3/+3
* add import of axis color for data bars from xlsxMarkus Mohrhard2012-06-272-0/+14
* add support for axis color import/exportMarkus Mohrhard2012-06-274-1/+18
* support colored axis in data barsMarkus Mohrhard2012-06-275-2/+14
* removed unused lcl_IsReference()Eike Rathke2012-06-261-13/+0
* bring some sense into translated commentEike Rathke2012-06-261-2/+2
* resolved fdo#51442 N() inconsistent argument handlingEike Rathke2012-06-263-47/+41
* added mnStringNoValueError handling to ConvertStringToValue()Eike Rathke2012-06-261-1/+7
* fix for fdo#51040 preview crashNoel Power2012-06-263-47/+61
* Revert "set the zoom only once, prevents infinite loop, fdo#51040"Noel Power2012-06-261-0/+4
* resolved fdo#47222 in N() pop string constant before pushing resultEike Rathke2012-06-261-0/+1
* re-base on ALv2 code.Michael Meeks2012-06-261-23/+14
* fdo#46338 preserve sheet name input of invalid referenceEike Rathke2012-06-263-0/+34
* ScCondFrmtItem appears to be a oxbox lakeCaolán McNamara2012-06-252-79/+0
* callcatcher: remove some more unused codeCaolán McNamara2012-06-254-43/+0
* callcatcher: update unused codeCaolán McNamara2012-06-259-94/+0
* UnlockSolarMutex is unused, but probably should be usedCaolán McNamara2012-06-251-0/+2
* rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl2012-06-259-17/+19
* only export the supported number of rows/columns, fdo#49582Markus Mohrhard2012-06-251-0/+6
* repaint all cells if NULL is passed, fdo#51174Markus Mohrhard2012-06-251-1/+9
* pass the ScRangeList directly to improve performance, fdo#49764Markus Mohrhard2012-06-251-3/+1
* set the zoom only once, prevents infinite loop, fdo#51040Markus Mohrhard2012-06-251-4/+0
* handle also COLLAPSEd in switchMarkus Mohrhard2012-06-251-0/+3
* we still need to check that we have a token, fdo#51326Markus Mohrhard2012-06-251-3/+3
* if no new cell exists, create hidden broadcaster cell, fdo#51368Markus Mohrhard2012-06-251-0/+3
* only show dialog elements if entry is not collapsedMarkus Mohrhard2012-06-251-0/+24
* rearranged forward declarations of classTakeshi Abe2012-06-2487-178/+5
* removed unused forward declarations of classTakeshi Abe2012-06-2336-81/+1
* Resolves: fdo#45869 we want page preview text to layout for print outputCaolán McNamara2012-06-221-1/+4
* Translate German comments in sc/inc/viewopti.hxxFlorian Reisinger2012-06-221-15/+5
* more new formulabuffer const cleanupNoel Power2012-06-222-10/+10
* Remove empty or non-called methodsThomas Arnhold2012-06-227-60/+0
* Remove some PCH tracesThomas Arnhold2012-06-221-3/+0
* re-base on ALv2 code.Michael Meeks2012-06-2224-547/+357
* replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2012-06-212-3/+3
* some const correctness tweaks to various signatures in new formulabufferNoel Power2012-06-212-38/+40
* fdo#51249 Disable stream copy when saving a file with 'Changes Record' activePierre-Eric Pelloux-Prayer2012-06-211-2/+3
* fix core dump setting preload value for some cell formulaNoel Power2012-06-212-6/+9
* re-base on ALv2 code.Michael Meeks2012-06-21223-5407/+3427
* re-base on ALv2 code.Michael Meeks2012-06-2171-1662/+1128
* hrc cleanup: Remove unused definesThomas Arnhold2012-06-219-155/+5
* Remove unused dbexch.hrcThomas Arnhold2012-06-213-3/+0
* gah :/ some cleanup for 7fff9872 that I applied to wrong source tree.Noel Power2012-06-205-25/+0
* big formula performance improvement for xlsx import (bnc#763168 & bnc#765942)Noel Power2012-06-2014-16/+430
* move ScNamedEntryArr_Impl out of header to make MSVC happyMichael Stahl2012-06-202-21/+35
* Convert SV_DECL_PTRARR_DEL(ScNamedEntryArr_Impl) to boost::ptr_vectorNoel Grandin2012-06-202-28/+23