summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-04-15convert LOCKFILE_ constants to scoped enum and cleanupNoel Grandin3-30/+23
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin2-103/+103
2015-04-15convert SFX_VIEW constants to scoped enumNoel Grandin2-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin93-757/+757
2015-04-15fix crash on export of fdo68639-2.ods to xls with invalid mnLastIdxCaolán McNamara1-4/+8
2015-04-15fix col limit crash on export of ooo103315-1.ods to xlsCaolán McNamara1-1/+2
2015-04-15correct font name export for dxf to xlsxMarkus Mohrhard1-0/+2
2015-04-14add missing fileMarkus Mohrhard1-0/+51
2015-04-14tdf#90447 vba find() should NOT select the found cell.Justin Luth3-1/+4
2015-04-14implement a sane and working dxf font export, tdf#81918Markus Mohrhard4-39/+328
2015-04-14remove unused empty structMarkus Mohrhard1-4/+0
2015-04-14revert accidently commited codeMarkus Mohrhard1-40/+7
2015-04-14sc: 0 as the default zoom is curious, should be 100.Jan Holesovsky1-7/+8
2015-04-14WaE: bogus C4701 uninitialized local variableCaolán McNamara1-1/+1
2015-04-14tdf#88710 Kill svx dbtoolsclientMatthew Nicholls1-0/+1
2015-04-14sc tiled editing: Implement long-touch to select word in overflowing text.Jan Holesovsky2-9/+107
2015-04-14sc tiled editing: Re-purposed DrawStrings().Jan Holesovsky2-6/+31
2015-04-14implement SfxObjectShell subclasses' LOK interfaceSiqi Liu3-0/+14
2015-04-13string access out of boundsEike Rathke1-9/+14
2015-04-13So much for confusing variable with even more confusing nameKatarina Behrens2-4/+2
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-2/+2
2015-04-13loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-13convert SHOWEXTRAS constants to scoped enumNoel Grandin2-2/+2
2015-04-13convert HIDDENINFORMATION_ constants into scoped enumNoel Grandin2-8/+8
2015-04-13convert SFX_LOADED_ to scoped enumNoel Grandin1-3/+3
2015-04-11databaroptions.ui: Improve some translatable messagesAdolfo Jayme Barrientos1-3/+3
2015-04-11Tweaks to calc toolbars and add missing small tango iconsYousuf Philips2-3/+3
2015-04-10fix crash on exporting ooo23919-1.sxw to odtCaolán McNamara1-3/+8
2015-04-10fdo#82014: Repaint & set the document to modified after condformat change.Jan Holesovsky1-0/+5
2015-04-10tdf#89641 Page numbering in Calc and Draw/ImpressDobra Gabor3-6/+13
2015-04-10convert SFXOBJECTSHELL_ constants to scoped enumNoel Grandin1-1/+1
2015-04-10convert SFXMODEL_ to scoped enumNoel Grandin12-22/+23
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin12-29/+29
2015-04-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann2-8/+8
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