Age | Commit message (Expand) | Author |
2015-04-20 | Resolves tdf#83366 Copy and Paste crashes Calc when original doc closed | Henry Castro |
2015-04-20 | only convert in svMatrix, not in external references, tdf#88547 follow-up | Eike Rathke |
2015-04-20 | clarify that only text in arrays is to be converted, tdf#88547 follow-up | Eike Rathke |
2015-04-20 | error handling per element and propagate, tdf#88547 follow-up | Eike Rathke |
2015-04-20 | take different paths for performance if bAllowText, tdf#88547 follow-up | Eike Rathke |
2015-04-20 | tdf#88547 allow inline date-arrays for Calc array functions | Winfried Donkers |
2015-04-20 | convert SEARCH_OPTIONS constants to scoped enum | Noel Grandin |
2015-04-18 | fix 500+ new assert failures on export | Caolán McNamara |
2015-04-18 | TableRef: set 3D flag if table is on different sheet | Eike Rathke |
2015-04-18 | TableRef: transform to reference if not supported, i.e. for ODFF | Eike Rathke |
2015-04-18 | const all CreateString... FormulaToken* | Eike Rathke |
2015-04-18 | TableRef: scan any column specifier | Eike Rathke |
2015-04-18 | TableRef: activate for OOXML import | Eike Rathke |
2015-04-17 | add attribute mandated by ODF | Markus Mohrhard |
2015-04-17 | simplify code | Stephan Bergmann |
2015-04-17 | TableRef: handle unresolved column specifiers | Eike Rathke |
2015-04-17 | loplugin:implicitboolconversion clean-up | Stephan Bergmann |
2015-04-17 | SvStream: WriteUChar -> WriteBool | Stephan Bergmann |
2015-04-17 | Clean up conversions from ScBreakType (aka sal_uInt8) to bool | Stephan Bergmann |
2015-04-17 | fix for fdo#70886 | Noel Power |
2015-04-17 | convert SCRIPTTYPE_ constants to scoped enum | Noel Grandin |
2015-04-17 | TableRef: use relative references where appropriate | Eike Rathke |
2015-04-17 | TableRef: differentiate between cell and range reference | Eike Rathke |
2015-04-17 | TableRef: use errNoRef error token instead of setting compiler error | Eike Rathke |
2015-04-17 | TableRef: add the resulting area to ScTableRefToken | Eike Rathke |
2015-04-17 | TableRef: prepare ScTableRefToken to hold the resulting area in RPN | Eike Rathke |
2015-04-17 | this confuses me here, move it elsewhere | Eike Rathke |
2015-04-16 | Replace "sc design mode" sal_uInt8 with TriState | Stephan Bergmann |
2015-04-16 | coverity#1294409 Dereference after null check | Caolán McNamara |
2015-04-16 | Revert "make more classes dllpublic" | David Tardon |
2015-04-16 | make more classes dllpublic | David Tardon |
2015-04-16 | add test for tdf#90511 | Markus Mohrhard |
2015-04-16 | fix werror problem around sal_uInt32 vs sal_Int32 | Markus Mohrhard |
2015-04-16 | support tint for databar and colorscale colors, related tdf#90511 | Markus Mohrhard |
2015-04-16 | same problem for color scales, related tdf#90511 | Markus Mohrhard |
2015-04-15 | tdf#89957 prevent crash, not really fixed | Eike Rathke |
2015-04-15 | more SAL_INFO sc.core.grouparealistener | Eike Rathke |
2015-04-15 | use index as real index and not token, tdf#90511 | Markus Mohrhard |
2015-04-15 | don't crash on export of fdo60087-2.xlsx to xls | Caolán McNamara |
2015-04-15 | convert LOCKFILE_ constants to scoped enum and cleanup | Noel Grandin |
2015-04-15 | convert SFX_ITEM constants to scoped enum | Noel Grandin |
2015-04-15 | convert SFX_VIEW constants to scoped enum | Noel Grandin |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-15 | fix crash on export of fdo68639-2.ods to xls with invalid mnLastIdx | Caolán McNamara |
2015-04-15 | fix col limit crash on export of ooo103315-1.ods to xls | Caolán McNamara |
2015-04-15 | correct font name export for dxf to xlsx | Markus Mohrhard |
2015-04-14 | tdf#90447 vba find() should NOT select the found cell. | Justin Luth |
2015-04-14 | implement a sane and working dxf font export, tdf#81918 | Markus Mohrhard |
2015-04-14 | remove unused empty struct | Markus Mohrhard |
2015-04-14 | revert accidently commited code | Markus Mohrhard |