summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-04-08A UNO Any can't contain an AnyStephan Bergmann2-2/+2
2015-04-08the attribute name is actually table:database-table-nameMarkus Mohrhard3-2/+3
2015-04-08tdf#90447 vba end() needed to restore activesheet too.Justin Luth3-7/+12
2015-04-08Fix duplicate widget IDs and sloppy mnemonic IDsKatarina Behrens1-9/+7
2015-04-08convert RECALCMODE_ constants to scoped enumNoel Grandin8-13/+13
2015-04-08convert SHADOW_ constants to enum classNoel Grandin1-26/+26
2015-04-08sc tiled editing: Never show the cell cursor.Jan Holesovsky1-48/+30
2015-04-08sc tiled editing: Allow turning the text selection into cell selection.Jan Holesovsky1-15/+31
2015-04-08sc tiled editing: Better setup of drawinglayer, so that images are swapped in.Jan Holesovsky1-6/+9
2015-04-07TableRef: implement more keyword casesEike Rathke1-7/+29
2015-04-07TableRef: add Totals to ScDBDataEike Rathke2-0/+9
2015-04-07TableRef: only #Headers,#Data or #Data,#Totals combinations allowedEike Rathke1-3/+1
2015-04-07Remove dead INetProtocol::VimStephan Bergmann3-4/+4
2015-04-07fix crash on re-export of fdo64646-4.xls back to xlsCaolán McNamara1-5/+7
2015-04-07cppcheck: should be passed by referenceCaolán McNamara2-2/+2
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin2-2/+2
2015-04-07loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-07sc tiled editing: Don't crash on desktop.Jan Holesovsky1-1/+1
2015-04-07sc tiled editing: Fix the conversion so that it works with zoom too.Jan Holesovsky1-2/+1
2015-04-07Revert "sc tiled editing: This got fixed by the recent changes."Jan Holesovsky1-0/+3
2015-04-07sc tiled editing: For now, revert to using the entire doc size.Jan Holesovsky1-3/+10
2015-04-07sc tiled editing: Correct position of the selection in far positions.Jan Holesovsky2-14/+33
2015-04-07sc tiled editing: Changed behaviour double click to click.Henry Castro1-4/+21
2015-04-07sc tiled editing: This correction is not needed, pass the exact values.Jan Holesovsky1-2/+2
2015-04-07sc tiled editing: Don't show cell selection when dragging shapes.Jan Holesovsky1-0/+1
2015-04-07LOK: reimplement lok::Document::postKeyEvent()Miklos Vajna3-1/+32
2015-04-07sc tiled editing: Changed function to PixelToLogic.Henry Castro1-1/+1
2015-04-07vcl tiled rendering: don't do anything with disabled mapmode and mm100 mapunitMiklos Vajna1-1/+7
2015-04-07sc tiled editing: Set the 100% zoom in the selection-related methods too.Jan Holesovsky1-0/+6
2015-04-07sc: Don't limit the zoom to some funny numbers.Jan Holesovsky1-25/+15
2015-04-07Update comment.Jan Holesovsky1-1/+1
2015-04-07sc tiled editing: Use the LogicMapMode even for mouse positions.Jan Holesovsky3-4/+18
2015-04-07sc tiled editing: Moving handles in text in drawing shapes in Calc.Jan Holesovsky1-4/+27
2015-04-07vcl tiled rendering: fix Writer/Impress invalidation rectangleMiklos Vajna1-1/+6
2015-04-07sc tiled editing: Make the editing of text in shapes in Calc work.Jan Holesovsky1-7/+8
2015-04-07sc tiled editing: This got fixed by the recent changes.Jan Holesovsky1-3/+0
2015-04-07sc tiled editing: Don't show the cell selection when editing text in shape.Jan Holesovsky1-11/+18
2015-04-07sc tiled editing: Don't resize the gridwin to the entire document.Jan Holesovsky4-14/+45
2015-04-07sc tiled editing: Show the cell cursor as a rect, not as a frame.Jan Holesovsky1-24/+37
2015-04-07condition-source-range-address is optional but may not be emptyMarkus Mohrhard2-2/+4
2015-04-06tdf#85594 Addition of freeze, split, header & footer, and symbol buttonsYousuf Philips3-12/+26
2015-04-04Typo: creat->createJulien Nabet1-1/+1
2015-04-04coverity#1292910 Dereference after null checkCaolán McNamara1-3/+2
2015-04-04save at least some of the external range name stuff to XLSXMarkus Mohrhard2-8/+63
2015-04-04actually make the exported file valid, related tdf#59663Markus Mohrhard1-8/+7
2015-04-04finally a good step in the direction of valid external data exportMarkus Mohrhard1-3/+9
2015-04-04document when we are going to create invalid OOXML documentsMarkus Mohrhard1-0/+3
2015-04-04correct xlsx element order, related tdf#59663Markus Mohrhard3-1/+14
2015-04-03sc: no need to pass these by valueMiklos Vajna1-1/+1
2015-04-03sc: -Werror,-Wunused-variableMiklos Vajna1-1/+1