summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-06-12resolved fdo#70455 B1:SOMENAME is not a valid singleton referenceEike Rathke1-6/+15
2014-06-04fdo#78976: Correct way to determine the end position for matrix check.Kohei Yoshida1-1/+1
2014-06-03resolved rhbz#1101224 do not attempt to obtain names for NULL tabsEike Rathke1-2/+7
2014-06-03fdo#78927: Use different XML attribute names for asian and complex fonts.Kohei Yoshida1-14/+26
2014-05-29Resolves: fdo#79392 don't access after last row, when last row is max last rowCaolán McNamara1-10/+13
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 Yoshida9-19/+144
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 Rathke2-37/+22
2014-05-08fdo#78062: Broadcast only on non-empty cells within deleted range.Kohei Yoshida7-6/+155
2014-05-07fdo#77944: No need to store updated formulas in undo document when moving.Kohei Yoshida1-1/+1
2014-05-07fdo#77990: Intern strings for hybrid strings during import.Kohei Yoshida6-7/+11
2014-05-06fdo#77647: Fix the column insertion use case.Kohei Yoshida1-1/+1
2014-05-06fdo#77944: Put updated formula cells into undo document.Kohei Yoshida1-1/+1
2014-05-06fdo#78054: Initialize drawing layer when the document contains notes.Kohei Yoshida3-10/+21
2014-05-05resolved fdo#78294 default null-date for document import is 1899-12-30Eike Rathke1-0/+6
2014-05-05escape conditional formatting formulas during xlsx export, fdo#75168Markus Mohrhard1-2/+2
2014-05-01fdo#78079: Re-work sort by column to get it to do the right thing.Kohei Yoshida12-115/+467
2014-05-01fdo#77806: Use the common block position set for start and end listening.Kohei Yoshida4-6/+27
2014-04-30actually both should be LIST_APPENDEike Rathke1-2/+2
2014-04-30Build fix.Kohei Yoshida1-1/+1
2014-04-30fdo#75058: Optimize autofilter item filling for non-tree items.Kohei Yoshida5-14/+43
2014-04-29fdo#77647: Expand reference only when the top of the selected range is...Kohei Yoshida1-1/+1
2014-04-28the safety check was a bit too strict, fdo#77984Markus Mohrhard1-1/+1
2014-04-28fdo#77969: Return 0 in case of matrix consisting of all empty elements.Kohei Yoshida1-2/+10
2014-04-28fdo#75397: Return an empty string for empty element.Kohei Yoshida1-1/+1
2014-04-28cppcheck: fix "Mismatching allocation and deallocation"Julien Nabet1-1/+1
2014-04-27fdo#76611: Wrap reference addresses at max boundaries.Kohei Yoshida4-1/+52
2014-04-25fdo#77728: Re-compile tokens when named range is updated.Kohei Yoshida1-9/+15
2014-04-25fdo#77728: Don't forget to start listening after the named range update.Kohei Yoshida5-8/+17
2014-04-25fdo#77039: Fill the match string even if the raw string is empty.Kohei Yoshida1-7/+9
2014-04-25fdo#76663: Let's not skip the first element of a matrix in PRODUCT.Kohei Yoshida2-4/+11
2014-04-25fdo#72741, fdo#76607: Backport of Calc sort rework.Kohei Yoshida17-448/+942
2014-04-17limit the range shrinking in charts to really large ranges, fdo#70609,Markus Mohrhard1-0/+5