summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2014-07-10resolved fdo#80195 act on implicitly propagated error, if anyEike Rathke1-0/+5
2014-07-09resolved fdo#62250 absent value cell values are not NaN, set to 0.0Eike Rathke1-0/+6
2014-07-05fdo#80813 - avoid FMR by re-fetch pattern after a potential re-calculation.Michael Meeks1-2/+6
2014-07-03bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida3-2/+11
2014-06-25bnc#882595: Process VBA blobs before formula cells.Kohei Yoshida1-6/+7
2014-06-25Resolves fdo#76160 Calc invalid image position on zoomingDamien Chambe1-1/+1
2014-06-17document must be set modified when range name is defined, fdo#79451Markus Mohrhard1-0/+1
2014-06-17fdo#77506: More reliable way to determine label strings.Kohei Yoshida1-0/+12
2014-06-17resolved fdo#79957 propagate ForceArray through jump tokensEike Rathke1-1/+1
2014-06-13resolved fdo#79978 propagate error through DoubleArray of matrixEike Rathke3-8/+20
2014-06-12avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard2-2/+2
2014-06-11fix invalid memory access related to temporary objectMarkus Mohrhard1-1/+2
2014-06-11don't use temporary objectMarkus Mohrhard2-2/+2
2014-06-11check for empty string before accessing first elementMarkus Mohrhard1-1/+1
2014-06-11fix new[]/delete mismatchMarkus Mohrhard1-0/+1
2014-06-11fdo#76324: Make pasting a lot of cell notes faster by disabling broadcasting.Matúš Kukan1-0/+12
2014-06-10Resolves: fdo#79360 impress hangs on using sidebar new styleCaolán McNamara1-6/+11
2014-06-09Resolves: fdo#79021 cannot delete ListBox from inside its own Select handlerCaolán McNamara2-0/+11
2014-06-09unify the handling of string position arguments, fdo#75971 relatedEike Rathke2-24/+78
2014-06-05Resolves fdo#75971 Crash when invoking "Insert > Names > Create"Julien Nabet1-2/+2
2014-05-31resolved fdo#70455 B1:SOMENAME is not a valid singleton referenceEike Rathke1-6/+15
2014-05-31fdo#78927: Use different XML attribute names for asian and complex fonts.Kohei Yoshida1-14/+26
2014-05-31fdo#79174: Use 3D address when the input and output are on different sheets.Kohei Yoshida7-24/+27
2014-05-29do not replace a General format with a General formatEike Rathke1-3/+14
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-28resolved rhbz#1101224 do not attempt to obtain names for NULL tabsEike Rathke1-2/+7
2014-05-28fdo#78976: Correct way to determine the end position for matrix check.Kohei Yoshida1-1/+1
2014-05-23fdo#76824: Proper way to parse cell address strings.Kohei Yoshida1-13/+27
2014-05-23fdo#79011: Properly implement the search results dialog as modeless.Kohei Yoshida6-18/+118
2014-05-23fdo#78903: Don't broadcast prematurely during cell deletion.Kohei Yoshida1-22/+0
2014-05-20simplify and ensure valid miAutoPosColumn in all cases, fdo#78838 relatedEike Rathke1-6/+2
2014-05-20Resolves: fdo#78838 past-the-end iteratorJulien Nabet1-0/+3
2014-05-18fdo#78786: No need to insert entries here for date members.Kohei Yoshida1-3/+0
2014-05-17fdo#77315: When in cell edit mode, use the EditView instance already there.Kohei Yoshida1-21/+34
2014-05-17fdo#77735: Don't proceed when all cells in the range are empty.Kohei Yoshida1-0/+4
2014-05-16fdo#75056: Overline attribute needs special treatment as well.Kohei Yoshida1-3/+36
2014-05-16fdo#77537: Exporting font names in edit text needs special handling.Kohei Yoshida1-3/+11
2014-05-16fdo#76710: Adjust sheet position of conditional format entries.Kohei Yoshida1-0/+37
2014-05-16std::strlen requires cstring include to buildLuboš Luňák2-2/+2
2014-05-16fdo#78402: Adjust references of validity entries as appropriate.Kohei Yoshida3-5/+47
2014-05-16fdo#78471: Don't forget to record the ID of the last record for BIFF5.Kohei Yoshida1-1/+1
2014-05-15fdo#78391: When numbers are auto-fit, reset clipping parameters.Kohei Yoshida1-0/+4
2014-05-12fdo#78535: Don't process borders of 0 width.Kohei Yoshida1-42/+54
2014-05-10fdo#77056: Treat empty cells as if they have a value of 0.0.Kohei Yoshida1-17/+26
2014-05-09fdo#77379: Don't return from the call. Notes are handled at the end.Kohei Yoshida1-2/+2
2014-05-09fdo#77806: Check the boundaries before accessing an array....Kohei Yoshida1-2/+18
2014-05-09resolve fdo#77509 memory corruption / crash in ConsolidateEike Rathke1-33/+19
2014-05-08fdo#78062: Broadcast only on non-empty cells within deleted range.Kohei Yoshida6-6/+147
2014-05-07fdo#77944: No need to store updated formulas in undo document when moving.Kohei Yoshida1-1/+1