summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2015-04-04coverity#1292910 Dereference after null checkCaolán McNamara
2015-04-04save at least some of the external range name stuff to XLSXMarkus Mohrhard
2015-04-04actually make the exported file valid, related tdf#59663Markus Mohrhard
2015-04-04finally a good step in the direction of valid external data exportMarkus Mohrhard
2015-04-04document when we are going to create invalid OOXML documentsMarkus Mohrhard
2015-04-04correct xlsx element order, related tdf#59663Markus Mohrhard
2015-04-03sc: no need to pass these by valueMiklos Vajna
2015-04-03sc: -Werror,-Wunused-variableMiklos Vajna
2015-04-03document a few missing piecesMarkus Mohrhard
2015-04-03first part for correct handling of new cond format entriesMarkus Mohrhard
2015-04-03correct implementationMarkus Mohrhard
2015-04-03rename UNO API method for cond formatMarkus Mohrhard
2015-04-03tdf#51460 Calc fails to set undo step after changing image anchor modeHenry Castro
2015-04-03use correct double to string functionsMarkus Mohrhard
2015-04-03added UI part for minLength and maxLength databar property, tdf#90197Benjamin Ni
2015-04-02empty element evaluates to 0, tdf#89387 tdf#42481 relatedEike Rathke
2015-04-02we need a more intelligent increment for the iterator, tdf#90391Markus Mohrhard
2015-04-02Kill INetProtocol::NewsTor Lillqvist
2015-04-02-Werror,-Wdeprecated-declarationsStephan Bergmann
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02test color scale entriesMarkus Mohrhard
2015-04-02add test for remaining databar propertiesMarkus Mohrhard
2015-04-02add a test for databar entriesMarkus Mohrhard
2015-04-02fix error in databar entry type api mapMarkus Mohrhard
2015-04-02add properties for new databar propertiesMarkus Mohrhard
2015-04-02forgot the property definitionMarkus Mohrhard
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-02avoid endless recursion in fdo84763-2.odsCaolán McNamara
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-02use error value instead of string in array/matrix, tdf#89387 tdf#42481 relatedEike Rathke
2015-04-01Resolves: tdf#88672 add missing return if error to not crashEike Rathke
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Revert "tdf#89387 Add functor for ScAmpersand"Eike Rathke
2015-03-31use error value instead of string in array/matrix, tdf#42481 relatedEike Rathke
2015-03-31Resolves: tdf#35636 implement match on empty cellsEike Rathke
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-31fix higher debugging level buildCaolán McNamara
2015-03-30Resolves: tdf#42481 propagate errors as errors in matrix calculationsEike Rathke
2015-03-30WaE clang seems confused with >>= overriden operator and do not detect initia...Norbert Thiebaud
2015-03-30coverity#1292227 Missing break in switchCaolán McNamara
2015-03-30-Werror,-Wunused-private-fieldStephan Bergmann
2015-03-30finally implement and define also date formattingMarkus Mohrhard
2015-03-30sc tiled editing: Hide the cell selection when we select graphic.Jan Holesovsky
2015-03-30sc tiled editing: Improve the deselection.Jan Holesovsky
2015-03-30sc tiled editing: Implement resetSelection().Jan Holesovsky
2015-03-30sc tiled editing: Implement scaling of drawings and bitmaps in Calc.Jan Holesovsky
2015-03-30sc: No need for a special LogicMouseButtonUp/Down.Jan Holesovsky
2015-03-30Make SetCellSelection work in pixels, and change the name accordingly.Jan Holesovsky
2015-03-30sc tiled editing: Make the selections work with zoom too.Jan Holesovsky