summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-04-09calc: double dispose issue.Michael Meeks1-0/+3
2015-04-09more double dispose protection.Michael Meeks1-0/+3
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin33-194/+194
2015-04-09vcl: VclPtr conversion in scNoel Grandin90-1070/+1599
2015-04-09TableRef: correct GetToken() logicEike Rathke2-37/+45
2015-04-09TableRef: allow column specifier without itemEike Rathke1-10/+1
2015-04-09TableRef: lookup column specifierEike Rathke2-1/+60
2015-04-09loplugin:staticmethodsNoel Grandin4-7/+7
2015-04-09tdf#85594 Additional tweaking of the standard, formatting and draw toolbarsYousuf Philips3-23/+32
2015-04-09tdf#89199: UI option to show data bar only (no values)Katarina Behrens3-2/+24
2015-04-09add Product function to Subtotals UIClément Lassieur1-0/+3
2015-04-09sc tiled editing: Make the 'long tap to select' work again in shapes.Jan Holesovsky1-1/+1
2015-04-08sc tiled editing: Reuse the selection method.Jan Holesovsky3-22/+16
2015-04-08sc tiled editing: Double click in the cell selects the entire cell.Jan Holesovsky1-23/+51
2015-04-08TableRef: add pointers to documentationEike Rathke1-0/+8
2015-04-08TableRef: table name without items references data onlyEike Rathke1-0/+9
2015-04-08TableRef: match column header rows against DBrange first rowEike Rathke1-4/+5
2015-04-08TableRef: handle column rangeEike Rathke1-3/+17
2015-04-08TableRef: both column range rows must be table range top rowEike Rathke1-1/+1
2015-04-08TableRef: push ref only valid after openEike Rathke1-1/+2
2015-04-08TableRef: limit to specified columnsEike Rathke1-5/+49
2015-04-08TableRef: keywords come with extra brackets eachEike Rathke1-8/+64
2015-04-08TableRef: simplify logic a littleEike Rathke1-5/+11
2015-04-08TableRef: set errNoRef is there is no resulting rangeEike Rathke1-12/+4
2015-04-08TableRef: handle #ThisRowEike Rathke1-3/+14
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