summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-05-05typo: strech -> stretchAndras Timar2-3/+3
2015-05-05rework Sort trim data area logicEike Rathke7-38/+40
2015-05-04assert(nStartRow <= nEndRow)Eike Rathke1-0/+4
2015-05-04Resolves tdf#90757 ensure start row / end row order makes senseEike Rathke2-10/+12
2015-05-04Ensure listener removal is done with SolarMutex lockedStephan Bergmann1-0/+5
2015-05-03tdf#90982 - repair more of the conditional formatting dialog.Michael Meeks1-0/+6
2015-05-03tdf#90982 - repair parts of the conditional formatting dialog.Michael Meeks2-1/+10
2015-05-03sc: More services converted to constructors.Jan Holesovsky5-91/+16
2015-05-03sc: Convert many services to constructors.Jan Holesovsky10-411/+72
2015-05-02Audit LoseFocus - forms, reportdesign, sc, starmath, svtools.Michael Meeks4-4/+11
2015-05-02Unwind odd reference handling with csvcontrol.Michael Meeks2-25/+23
2015-05-01Revert "update to liborcus 0.9.0"Markus Mohrhard3-83/+5
2015-05-01update to liborcus 0.9.0Markus Mohrhard3-5/+83
2015-05-01coverity#1296292 merge these two enum typesCaolán McNamara5-20/+17
2015-05-01add totals to ScDBData ctorEike Rathke3-6/+6
2015-05-01add "Contains totals row" to database range dialogEike Rathke3-11/+45
2015-04-30tdf#90955: CharKerning i.e spc is not exported after RT.yogesh.bharate0012-0/+23
2015-04-30tdf#63416 Do not sort header in autofilter if user has chosen one in dialogscito1-3/+1
2015-04-30Gradually typed LinkStephan Bergmann65-132/+132
2015-04-30loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-30Get rid of initial :: for the sdr namespaceTor Lillqvist2-3/+3
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist10-22/+22
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist2-2/+2
2015-04-30tdf#90908 : FILESAVE: XLSX wrong export of font size 18PriyankaGaikwad2-0/+15
2015-04-30simplify logic and less comparisons, fdo#69552 follow-upEike Rathke1-14/+11
2015-04-29fdo#69552 [part 1] make calc functions CEILING comply with ODF1.2Winfried Donkers9-50/+175
2015-04-29tdf#56036: allow calc compiler treat tabs and newlines as spacersMike Kaganski1-0/+9
2015-04-29Clean up tools/link.hxxStephan Bergmann1-0/+3
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann14-28/+14
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann2-2/+2
2015-04-29bogus Werror=maybe-uninitializedCaolán McNamara1-1/+1
2015-04-29redundant check before deleteCaolán McNamara1-2/+1
2015-04-29convert STR_EVENT constants to scoped enumNoel Grandin1-12/+12
2015-04-29convert ZOOMBTN constants to scoped enumNoel Grandin1-1/+1
2015-04-29convert SDRMOUSE constants to scoped enumNoel Grandin4-6/+6
2015-04-29convert SDRSEARCH_ constants to scoped enumNoel Grandin5-12/+12
2015-04-29convert SDR_SWAPGRAPHICS constants to scoped enumNoel Grandin1-2/+2
2015-04-29convert SDRINSERT constants to scoped enumNoel Grandin5-8/+8
2015-04-29convert LANG_LIST constants to scoped enumNoel Grandin3-3/+3
2015-04-29convert SVX_ flags to scoped enumNoel Grandin1-1/+1
2015-04-29convert CTF_ constants to scoped enumNoel Grandin1-1/+1
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl4-9/+9
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl4-26/+26
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl31-38/+38
2015-04-28default initialization of object of const type w/o user-provided default ctorStephan Bergmann1-1/+1
2015-04-28add field to commentEike Rathke1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks312-3110/+5347
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks312-3110/+5347
2015-04-28DropTargetHelper::ExecuteDrop return type is sal_Int8/DND_ACTION_*Stephan Bergmann1-2/+2
2015-04-28tdf#90890: hyperlink inside textbox is not exported after roundtrip.yogesh.bharate0012-1/+20