summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-07-22Resolves: rhbz#1121341 crash on closing shrunk validity windowCaolán McNamara2-5/+24
2014-07-22resolved fdo#81294 store correct sheet number during range names updateEike Rathke1-6/+12
2014-07-22fdo#80462: Don't always increment the start row position.Kohei Yoshida1-1/+3
2014-07-22resolved fdo#80195 act on implicitly propagated error, if anyEike Rathke1-0/+5
2014-07-19respect flag for relative paths, fdo#79305Markus Mohrhard1-1/+15
2014-07-18bnc#885548: Adjust xlsx export of revisions to get it to work in Excel.Kohei Yoshida6-156/+299
2014-07-18bnc#885548: Initial work on importing revisions from xlsx.Kohei Yoshida5-2/+553
2014-07-17fdo#81470: Fix a crasher during xlsx export with revisions.Kohei Yoshida1-1/+0
2014-07-16fdo#81445: Display correct label for empty cell.Kohei Yoshida1-3/+2
2014-07-14Preserve the "end of list" flag for xls round-tripping.Kohei Yoshida6-39/+68
2014-07-14fdo#81309: Adjust references during sort.Kohei Yoshida31-309/+983
2014-07-14resolved fdo#77018 keep external references intact during sortEike Rathke1-0/+17
2014-07-14resolved fdo#79441 keep 3D references intact during sortEike Rathke3-4/+5
2014-07-14Related cp#1000084: Make this work for other apps too and set proper defaultMatúš Kukan1-1/+3
2014-07-10resolved fdo#62250 absent value cell values are not NaN, set to 0.0Eike Rathke1-0/+6
2014-07-06fdo#80813 - avoid FMR by re-fetch pattern after a potential re-calculation.Michael Meeks1-2/+6
2014-07-02bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida4-2/+15
2014-06-26Resolves fdo#76160 Calc invalid image position on zoomingDamien Chambe1-1/+1
2014-06-25bnc#882595: Process VBA blobs before formula cells.Kohei Yoshida1-6/+7
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida19-50/+116
2014-06-18resolved fdo#79957 propagate ForceArray through jump tokensEike Rathke1-1/+1
2014-06-18document must be set modified when range name is defined, fdo#79451Markus Mohrhard1-0/+1
2014-06-18resolved fdo#79978 propagate error through DoubleArray of matrixEike Rathke3-8/+20
2014-06-16Cache table entry may be null. Let's not assume it's always non-null.Kohei Yoshida1-5/+11
2014-06-12fdo#77506: More reliable way to determine label strings.Kohei Yoshida2-0/+14
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-10Resolves: fdo#79021 cannot delete ListBox from inside its own Select handlerCaolán McNamara2-0/+11
2014-06-10unify the handling of string position arguments, fdo#75971 relatedEike Rathke2-24/+78
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