summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann8-17/+17
2015-04-02avoid endless recursion in fdo84763-2.odsCaolán McNamara3-4/+14
2015-04-02loplugin:staticmethodsNoel Grandin10-13/+13
2015-04-02use error value instead of string in array/matrix, tdf#89387 tdf#42481 relatedEike Rathke4-46/+43
2015-04-01Resolves: tdf#88672 add missing return if error to not crashEike Rathke1-0/+1
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin23-172/+173
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann37-417/+417
2015-03-31Revert "tdf#89387 Add functor for ScAmpersand"Eike Rathke3-69/+29
2015-03-31use error value instead of string in array/matrix, tdf#42481 relatedEike Rathke1-1/+1
2015-03-31Resolves: tdf#35636 implement match on empty cellsEike Rathke8-23/+46
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann7-30/+30
2015-03-31fix higher debugging level buildCaolán McNamara1-1/+1
2015-03-30Resolves: tdf#42481 propagate errors as errors in matrix calculationsEike Rathke1-8/+13
2015-03-30WaE clang seems confused with >>= overriden operator and do not detect initia...Norbert Thiebaud1-3/+3
2015-03-30coverity#1292227 Missing break in switchCaolán McNamara1-0/+1
2015-03-30-Werror,-Wunused-private-fieldStephan Bergmann2-2/+0
2015-03-30finally implement and define also date formattingMarkus Mohrhard2-0/+262
2015-03-30sc tiled editing: Hide the cell selection when we select graphic.Jan Holesovsky1-2/+4
2015-03-30sc tiled editing: Improve the deselection.Jan Holesovsky1-6/+13
2015-03-30sc tiled editing: Implement resetSelection().Jan Holesovsky2-2/+19
2015-03-30sc tiled editing: Implement scaling of drawings and bitmaps in Calc.Jan Holesovsky2-1/+39
2015-03-30sc: No need for a special LogicMouseButtonUp/Down.Jan Holesovsky3-35/+8
2015-03-30Make SetCellSelection work in pixels, and change the name accordingly.Jan Holesovsky3-6/+6
2015-03-30sc tiled editing: Make the selections work with zoom too.Jan Holesovsky1-13/+19
2015-03-30sc tiled editing: Allow resizing the cell selection using the handles.Jan Holesovsky3-1/+73
2015-03-30sc tiled editing: Small refactor, preparing for moving cell selections.Jan Holesovsky1-20/+25
2015-03-30These checks are cheap, simplify.Jan Holesovsky1-3/+2
2015-03-30sc tiled editing: Implement cell selections.Jan Holesovsky1-0/+53
2015-03-30sc tiled editing: Use GetPrintArea() for FillInfo()/ScOutputData too.Jan Holesovsky1-5/+7
2015-03-30No need to create ScAddress here.Jan Holesovsky1-8/+3
2015-03-30sc tiled editing: using function GetPrintArea to calculate document size.Henry Castro1-2/+6
2015-03-30sc tiled editing: Implement moving of the selection handles.Jan Holesovsky2-0/+37
2015-03-30sc tiled editing: Setup the Calc's editeng for tiled editing.Jan Holesovsky1-0/+13
2015-03-30Revert "sc tiled editing: Limit the mouse events only to the document size."Jan Holesovsky1-5/+1
2015-03-30sc tiled editing: Limit the mouse events only to the document size.Henry Castro1-1/+5
2015-03-30sc tiled editing: Set the viewport size to document sizeHenry Castro1-0/+5
2015-03-30warning C4701: potentially uninitialized local variable 'eType' usedStephan Bergmann1-3/+3
2015-03-30let all cond format objects inherit from XConditionEntryMarkus Mohrhard2-7/+41
2015-03-30implement last part for color scalesMarkus Mohrhard1-1/+52
2015-03-30add color scale entriesMarkus Mohrhard4-0/+163
2015-03-30add last databar partMarkus Mohrhard1-0/+41
2015-03-30implement last missing IconSet pieceMarkus Mohrhard1-1/+43
2015-03-30first icon set entry always is minimumMarkus Mohrhard1-0/+8
2015-03-30add uno object for iconset entriesMarkus Mohrhard2-3/+138
2015-03-30add UNO object for DataBar entriesMarkus Mohrhard2-0/+144
2015-03-30work on initial colorscale properties testsMarkus Mohrhard2-0/+21
2015-03-30the implementation is available so enable it againMarkus Mohrhard1-3/+1
2015-03-30start work on data property testsMarkus Mohrhard2-0/+87
2015-03-30fix conditionMarkus Mohrhard1-1/+1
2015-03-30correct lifecycle handling for more objectsMarkus Mohrhard2-20/+69