Age | Commit message (Expand) | Author |
2014-03-28 | coverity#705450 Self assignment | Caolán McNamara |
2014-03-28 | coverity#982764 Dereference null return value | Caolán McNamara |
2014-03-28 | coverity#982765 Dereference null return value | Caolán McNamara |
2014-03-28 | coverity#735461 Dead default in switch | Caolán McNamara |
2014-03-28 | coverity#735462 Dead default in switch | Caolán McNamara |
2014-03-28 | coverity#735463 Dead default in switch | Caolán McNamara |
2014-03-27 | Work around MSC "'override' cannot be used with 'inline'" bug | Stephan Bergmann |
2014-03-27 | Second batch of adding SAL_OVERRIDE to overriding function declarations | Stephan Bergmann |
2014-03-27 | sfx2, sc: remove macros for using Windows NT Call Profiler | Michael Stahl |
2014-03-27 | sfx2: sal_Bool->bool | Noel Grandin |
2014-03-27 | sfx2/childwin.hxx: sal_Bool->bool | Noel Grandin |
2014-03-27 | fdo#62155 - don't crash if we can't create an instance of a calc addin. | Michael Meeks |
2014-03-26 | Split TYPEINFO into plain and TYPEINFO_OVERRIDE | Stephan Bergmann |
2014-03-25 | fdo#74322: Handle moving of named ranges correctly. | Kohei Yoshida |
2014-03-25 | fdo#74322: Write unit test for this first. | Kohei Yoshida |
2014-03-25 | added unit test for .xls BIFF enhanced protection | Eike Rathke |
2014-03-25 | union of a to be edited range may be distributed over two different records | Eike Rathke |
2014-03-25 | coverity#1130187 Logically dead code | Caolán McNamara |
2014-03-25 | coverity#982303 Logically dead code | Caolán McNamara |
2014-03-25 | coverity#735475 Logically dead code | Caolán McNamara |
2014-03-25 | Extra blank line. | Kohei Yoshida |
2014-03-25 | fdo#76402: Handle range reference expansion in named ranges. | Kohei Yoshida |
2014-03-25 | fdo#76402: Write unit test for this first. | Kohei Yoshida |
2014-03-25 | svtools: sal_Bool->bool | Noel Grandin |
2014-03-25 | svtools: sal_Bool->bool | Noel Grandin |
2014-03-24 | made range not editable if password is assigned | Eike Rathke |
2014-03-24 | coverity#735476: bRepeat is always false. | Kohei Yoshida |
2014-03-24 | coverity#1078504: Remove logically dead code. | Kohei Yoshida |
2014-03-24 | coverity#708084 Uninitialized scalar field | Caolán McNamara |
2014-03-24 | coverity#708082 Uninitialized scalar field | Caolán McNamara |
2014-03-24 | coverity#708051 Uninitialized scalar field | Caolán McNamara |
2014-03-24 | svtools: sal_Bool->bool | Noel Grandin |
2014-03-24 | Avoid possible resource leaks by boost::scoped_array | Takeshi Abe |
2014-03-23 | WaE: unused variable 'it' | Tor Lillqvist |
2014-03-22 | coverity#983375 Dereference before null check | Caolán McNamara |
2014-03-22 | coverity#983377 Dereference before null check | Caolán McNamara |
2014-03-22 | coverity#705471 Dereference null return value | Caolán McNamara |
2014-03-22 | Fix the condition | Julien Nabet |
2014-03-22 | cppcheck: bRet reassigned before using its value | Julien Nabet |
2014-03-22 | fdo#76470: Avoid joining new formula cells individually. | Kohei Yoshida |
2014-03-22 | fdo#76470: Write unit test for this first. | Kohei Yoshida |
2014-03-22 | use enhanced protection permission to override protection attribute | Eike Rathke |
2014-03-22 | no need to use the getter here | Eike Rathke |
2014-03-22 | added editable testers to enhanced table protection | Eike Rathke |
2014-03-21 | write enhanced protection to .xls BIFF8 0x0868 Feat records | Eike Rathke |
2014-03-21 | copy-construct maEnhancedProtection in ScTableProtectionImpl | Eike Rathke |
2014-03-21 | always resize vector, reserve is just that | Eike Rathke |
2014-03-21 | refactored to use XclRangeList and XclImpAddressConverter | Eike Rathke |
2014-03-21 | Related: fdo#76457 set the edit fields to expand | Caolán McNamara |
2014-03-21 | WaE: -Werror=unused-variable | Caolán McNamara |