Age | Commit message (Expand) | Author |
2018-01-23 | tdf#98931 Consider cell-anchored images when sorting | Samuel Mehrbrodt |
2018-01-22 | StartExecuteAsync doesn't need a second param | Noel Grandin |
2018-01-22 | copy ScAddress before possibly joining it | Caolán McNamara |
2018-01-21 | tdf#113572: removed redundant calc service | Vasily Melenchuk |
2018-01-20 | tdf#39593 deduplicate code in ScCellShell | tagezi |
2018-01-20 | loplugin:unusedmethods | Noel Grandin |
2018-01-19 | Don't push error twice | Eike Rathke |
2018-01-19 | inline some defines | Noel Grandin |
2018-01-19 | new loplugin:emptyif | Noel Grandin |
2018-01-19 | Fix typos | Andrea Gelmini |
2018-01-19 | SfxReqest::Done takes a SfxItemSet& or a boolean, not a SfxItemSet* | Caolán McNamara |
2018-01-19 | SAL_W32 is just an alias for _WIN32 | Stephan Bergmann |
2018-01-18 | tdf#114720: Fix subtotal crash | Ahmed GHANMI |
2018-01-18 | Include android/compatibility.hxx from ubiquitous sal/config.h | Stephan Bergmann |
2018-01-18 | Fix typos | Andrea Gelmini |
2018-01-18 | CheckLinkFormulaNeedingCheck() for .xls cell formulas | Eike Rathke |
2018-01-18 | Fix Android build (missing std::trunc) | Stephan Bergmann |
2018-01-18 | Odd conversion double -> sal_Int32 -> double | Stephan Bergmann |
2018-01-17 | CheckLinkFormulaNeedingCheck() for .xlsx cell formulas | Eike Rathke |
2018-01-17 | Move implementation to CheckLinkFormulaNeedingCheck() for further reuse | Eike Rathke |
2018-01-17 | Fix typos | Andrea Gelmini |
2018-01-17 | Fix typos | Andrea Gelmini |
2018-01-17 | coverity#1427628 Dereference before null check | Caolán McNamara |
2018-01-17 | loplugin:unnecessaryparen extend to delete statements | Noel Grandin |
2018-01-17 | Misplaced static_cast | Stephan Bergmann |
2018-01-16 | lokdialog: Don't output anything for the incoming SfxRequest. | Jan Holesovsky |
2018-01-16 | use more ScopedVclPtr to avoid missing dispose | Noel Grandin |
2018-01-16 | Fix typos | Andrea Gelmini |
2018-01-16 | Fix typos | Andrea Gelmini |
2018-01-16 | Add ServiceProvider "com.sun.star.sheet.GlobalSheetSettings" | Jens Carl |
2018-01-15 | lokdialog: Allow closing the Format Cell dialogs in any order. | Jan Holesovsky |
2018-01-15 | lok: sc: invalidate cached positions and row header on font resizing | Marco Cecchetti |
2018-01-15 | Revert "lok: sc: copy / paste confusion -- workaround" | Marco Cecchetti |
2018-01-15 | lok: sc: exploiting cached position helper for tile rendering | Marco Cecchetti |
2018-01-15 | Fix typo | Andrea Gelmini |
2018-01-15 | More loplugin:cstylecast: sc | Stephan Bergmann |
2018-01-15 | Use = for initialization | Stephan Bergmann |
2018-01-15 | convert a<b?a:b to std::min(a,b) | Noel Grandin |
2018-01-14 | drop AreaLink_Impl | Caolán McNamara |
2018-01-14 | tdf#114992: fix crash in deleting sheet | Julien Nabet |
2018-01-14 | Typo: syles->styles | Julien Nabet |
2018-01-13 | VclPtr, missing dispose | Caolán McNamara |
2018-01-13 | shapes provide their name through the container::XNamed interface, tdf#114932 | Markus Mohrhard |
2018-01-13 | turn update links warning dialog into an infobar | Caolán McNamara |
2018-01-13 | tdf#106611 make click on status bar insert/overwrite field work | Jim Raykowski |
2018-01-13 | tdf#86739 Anchor inserted images to cell by default | Samuel Mehrbrodt |
2018-01-12 | More loplugin:cstylecast: sc | Stephan Bergmann |
2018-01-12 | handle ocWebservice similarly to ocDde | Caolán McNamara |
2018-01-12 | Better handle ScDde formulas with missing dde-link entries | Caolán McNamara |
2018-01-12 | move implementation of ScMatrixCellResultToken copy-constructor | Jochen Nitschke |