summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-06-10Resolves fdo#75971 Crash when invoking "Insert > Names > Create"Julien Nabet1-2/+2
2014-06-10avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard2-2/+2
2014-06-10fix invalid memory access related to temporary objectMarkus Mohrhard1-1/+2
2014-06-10don't use temporary objectMarkus Mohrhard2-2/+2
2014-06-10check for empty string before accessing first elementMarkus Mohrhard1-1/+1
2014-06-10fix new[]/delete mismatchMarkus Mohrhard1-0/+1
2014-06-10Only call ScAccessibleCell::Init once on freshly created cellsStephan Bergmann4-63/+57
2014-06-10Keep maActiveCell, mpAccCell in syncStephan Bergmann1-1/+3
2014-06-10Check IsRefMode() before accessing the ref range.Kohei Yoshida1-1/+5
2014-06-10fdo#39944: Add DOCUMENT_* accessibility UNO rolesJacobo Aragunde Pérez1-1/+1
2014-06-10Typo fixTor Lillqvist1-1/+1
2014-06-10Resolves: #i123622# [ia2] Calc: No focus event fired on cell...Steve Yin1-1/+2
2014-06-10sc: add some missing locks in new codeMichael Stahl5-1/+26
2014-06-10Resolves: #i123622# No focus event fired on cell when new sheet is createdSteve Yin1-0/+1
2014-06-10Try not to use ScDocument as a "anything can go in" storage place.Kohei Yoshida6-57/+47
2014-06-10Resolves: #i123629# [ia2] Invalid focus event fired after editing cellSteve Yin6-6/+24
2014-06-10WaE: initialize boolean variable to prevent compiler warning.Pavel Janík1-1/+1
2014-06-10fix windows buildMarkus Mohrhard1-2/+3
2014-06-10fixed crash when searching via Find Text barEike Rathke1-10/+13
2014-06-10Revert ScAccessibleCellBase::getCurrentValue to reutnr a numeric value againStephan Bergmann1-2/+1
2014-06-10Integrate branch of IAccessible2Steve Yin60-207/+3350
2014-06-10fdo#79676: Initialize with a default chart only from the UI.Kohei Yoshida1-0/+5
2014-06-05fdo#76140: Reimplement XIRR OpenCL test.Kohei Yoshida3-14/+13
2014-06-02resolved fdo#70455 B1:SOMENAME is not a valid singleton referenceEike Rathke1-6/+15
2014-06-02fdo#79174: Use 3D address when the input and output are on different sheets.Kohei Yoshida7-24/+27
2014-06-02do not replace a General format with a General formatEike Rathke1-3/+14
2014-06-02Resolves: fdo#79392 don't access after last row, when last row is max last rowCaolán McNamara1-10/+13
2014-06-02coverity#1078626 Missing break in switchCaolán McNamara1-1/+1
2014-06-02resolved rhbz#1101224 do not attempt to obtain names for NULL tabsEike Rathke1-2/+7
2014-06-02fdo#78976: Correct way to determine the end position for matrix check.Kohei Yoshida1-1/+1
2014-06-02fdo#76824: Proper way to parse cell address strings.Kohei Yoshida1-13/+27
2014-06-02fdo#79011: Properly implement the search results dialog as modeless.Kohei Yoshida9-19/+144
2014-06-02fdo#78903: Don't broadcast prematurely during cell deletion.Kohei Yoshida1-22/+0
2014-06-02fdo#78927: Use different XML attribute names for asian and complex fonts.Kohei Yoshida1-14/+26
2014-05-22Build fix.Kohei Yoshida3-19/+22
2014-05-22cp#1000077: Set 'modified' document property more consistently.Matúš Kukan2-5/+0
2014-05-22simplify and ensure valid miAutoPosColumn in all cases, fdo#78838 relatedEike Rathke1-6/+2
2014-05-22Resolves: fdo#78838 past-the-end iteratorJulien Nabet1-0/+3
2014-05-21cp#1000072: Improve on-load updates of external links.Kohei Yoshida18-409/+692
2014-05-18fdo#78786: No need to insert entries here for date members.Kohei Yoshida1-3/+0
2014-05-18fdo#77315: When in cell edit mode, use the EditView instance already there.Kohei Yoshida1-21/+34
2014-05-18fdo#77735: Don't proceed when all cells in the range are empty.Kohei Yoshida1-0/+4
2014-05-18fdo#75056: Overline attribute needs special treatment as well.Kohei Yoshida1-3/+36
2014-05-18fdo#77537: Exporting font names in edit text needs special handling.Kohei Yoshida1-3/+11
2014-05-18fdo#76710: Adjust sheet position of conditional format entries.Kohei Yoshida1-0/+37
2014-05-18std::strlen requires cstring include to buildLuboš Luňák2-2/+2
2014-05-18fdo#78402: Adjust references of validity entries as appropriate.Kohei Yoshida3-5/+47
2014-05-18fdo#78471: Don't forget to record the ID of the last record for BIFF5.Kohei Yoshida1-1/+1
2014-05-18fdo#78391: When numbers are auto-fit, reset clipping parameters.Kohei Yoshida1-0/+4
2014-05-18fdo#78535: Don't process borders of 0 width.Kohei Yoshida1-42/+54