summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-024-16/+4
* Remove unused definesThomas Arnhold2012-07-021-2/+0
* Remove unused definesThomas Arnhold2012-07-013-11/+4
* hrc cleanup: Remove unused resource definitionsThomas Arnhold2012-07-011-4/+0
* Remove unused definesThomas Arnhold2012-07-0112-108/+0
* Change "Save graphic" and "Save picture as" to common code.Tomaž Vajngerl2012-07-011-1/+0
* show correct preview when opening the dialog, fdo#51590Markus Mohrhard2012-06-301-0/+1
* correctly calculate scroll bar position, related fdo#51599Markus Mohrhard2012-06-301-1/+1
* handle single cell conditional formats correctly, fdo#51555Markus Mohrhard2012-06-301-0/+6
* Some cppcheck cleaningJulien Nabet2012-06-303-3/+3
* the end of the formula is the closing bracket, fdo#51507Markus Mohrhard2012-06-301-1/+1
* re-base on ALv2 code.Michael Meeks2012-06-292-46/+28
* Remove some unused defines and controlsThomas Arnhold2012-06-291-2/+0
* Remove unused header guards and optionsThomas Arnhold2012-06-297-332/+0
* Remove some more include guardsThomas Arnhold2012-06-292-14/+2
* probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara2012-06-2843-104/+91
* remove debug statementDavid Tardon2012-06-281-1/+0
* WaE: unused parameterDavid Tardon2012-06-281-1/+1
* Remove some unused localsThomas Arnhold2012-06-282-65/+0
* Enable menu option "Edit witn External Tool.." for Calc.Tomaž Vajngerl2012-06-284-8/+83
* resolved fdo#51478 handle array context in T()Eike Rathke2012-06-271-10/+7
* propagate error in ScInterpreter::GetDoubleOrStringFromMatrix()Eike Rathke2012-06-271-0/+7
* 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