Age | Commit message (Expand) | Author |
2015-04-06 | tdf#85594 Addition of freeze, split, header & footer, and symbol buttons | Yousuf Philips |
2015-04-04 | Typo: creat->create | Julien Nabet |
2015-04-04 | coverity#1292910 Dereference after null check | Caolán McNamara |
2015-04-04 | save at least some of the external range name stuff to XLSX | Markus Mohrhard |
2015-04-04 | actually make the exported file valid, related tdf#59663 | Markus Mohrhard |
2015-04-04 | finally a good step in the direction of valid external data export | Markus Mohrhard |
2015-04-04 | document when we are going to create invalid OOXML documents | Markus Mohrhard |
2015-04-04 | correct xlsx element order, related tdf#59663 | Markus Mohrhard |
2015-04-03 | sc: no need to pass these by value | Miklos Vajna |
2015-04-03 | sc: -Werror,-Wunused-variable | Miklos Vajna |
2015-04-03 | document a few missing pieces | Markus Mohrhard |
2015-04-03 | first part for correct handling of new cond format entries | Markus Mohrhard |
2015-04-03 | correct implementation | Markus Mohrhard |
2015-04-03 | rename UNO API method for cond format | Markus Mohrhard |
2015-04-03 | tdf#51460 Calc fails to set undo step after changing image anchor mode | Henry Castro |
2015-04-03 | use correct double to string functions | Markus Mohrhard |
2015-04-03 | added UI part for minLength and maxLength databar property, tdf#90197 | Benjamin Ni |
2015-04-02 | empty element evaluates to 0, tdf#89387 tdf#42481 related | Eike Rathke |
2015-04-02 | we need a more intelligent increment for the iterator, tdf#90391 | Markus Mohrhard |
2015-04-02 | Kill INetProtocol::News | Tor Lillqvist |
2015-04-02 | -Werror,-Wdeprecated-declarations | Stephan Bergmann |
2015-04-02 | Change INetProtocol enumerators to CamelCase | Stephan Bergmann |
2015-04-02 | test color scale entries | Markus Mohrhard |
2015-04-02 | add test for remaining databar properties | Markus Mohrhard |
2015-04-02 | add a test for databar entries | Markus Mohrhard |
2015-04-02 | fix error in databar entry type api map | Markus Mohrhard |
2015-04-02 | add properties for new databar properties | Markus Mohrhard |
2015-04-02 | forgot the property definition | Markus Mohrhard |
2015-04-02 | Change INetProtocol to scoped enumeration | Stephan Bergmann |
2015-04-02 | avoid endless recursion in fdo84763-2.ods | Caolán McNamara |
2015-04-02 | loplugin:staticmethods | Noel Grandin |
2015-04-02 | use error value instead of string in array/matrix, tdf#89387 tdf#42481 related | Eike Rathke |
2015-04-01 | Resolves: tdf#88672 add missing return if error to not crash | Eike Rathke |
2015-04-01 | convert BOX_LINE and BOXINFO_LINE to enum class | Noel Grandin |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-31 | Revert "tdf#89387 Add functor for ScAmpersand" | Eike Rathke |
2015-03-31 | use error value instead of string in array/matrix, tdf#42481 related | Eike Rathke |
2015-03-31 | Resolves: tdf#35636 implement match on empty cells | Eike Rathke |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-03-31 | fix higher debugging level build | Caolán McNamara |
2015-03-30 | Resolves: tdf#42481 propagate errors as errors in matrix calculations | Eike Rathke |
2015-03-30 | WaE clang seems confused with >>= overriden operator and do not detect initia... | Norbert Thiebaud |
2015-03-30 | coverity#1292227 Missing break in switch | Caolán McNamara |
2015-03-30 | -Werror,-Wunused-private-field | Stephan Bergmann |
2015-03-30 | finally implement and define also date formatting | Markus Mohrhard |
2015-03-30 | sc tiled editing: Hide the cell selection when we select graphic. | Jan Holesovsky |
2015-03-30 | sc tiled editing: Improve the deselection. | Jan Holesovsky |
2015-03-30 | sc tiled editing: Implement resetSelection(). | Jan Holesovsky |
2015-03-30 | sc tiled editing: Implement scaling of drawings and bitmaps in Calc. | Jan Holesovsky |
2015-03-30 | sc: No need for a special LogicMouseButtonUp/Down. | Jan Holesovsky |