summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2015-05-27Fix accidental mis-uses of VclPtr address-of operatorStephan Bergmann1-1/+1
2015-05-27convert WINDOW_DLGCTRL flags to scoped enumNoel Grandin1-1/+1
2015-05-26tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks2-2/+2
2015-05-26convert SCROLL constants to scoped enumNoel Grandin1-1/+1
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin1-2/+2
2015-05-25sc LOKit callback for search not found.Henry Castro1-0/+4
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks4-4/+4
2015-05-25remove hack that results in mispositioning of shapes, tdf#91266Markus Mohrhard1-7/+0
2015-05-25add dump for column width in hmmMarkus Mohrhard3-3/+20
2015-05-25remove some unnecessary casts and convert some to const_castNoel Grandin1-2/+0
2015-05-25convert SHOW constants to scoped enumNoel Grandin1-1/+1
2015-05-24callcatcher: update unused codeCaolán McNamara6-59/+0
2015-05-23tdf#91499 - cleanup AnyRefDialog VclPtr's with an explicit dispose method.Michael Meeks2-1/+16
2015-05-23SAL_TRACE doesn't existJulien Nabet1-2/+2
2015-05-23add missing includeDavid Tardon1-0/+2
2015-05-22tdf#54346 remove confusing description for function WEEKDAYWinfried Donkers1-1/+1
2015-05-22improve output for ScDrawObjDataMarkus Mohrhard1-1/+12
2015-05-22split column info dump and graphic object dumpingMarkus Mohrhard3-5/+17
2015-05-22extract calc data dump method into own fileMarkus Mohrhard3-46/+67
2015-05-22improve data dump for calcMarkus Mohrhard1-1/+39
2015-05-22Remove include stdio (part5)Julien Nabet19-45/+14
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin3-4/+4
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin3-10/+10
2015-05-22loplugin:constantfunctionNoel Grandin8-37/+2
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin2-2/+2
2015-05-22convert POINTER constants to scoped enumNoel Grandin26-151/+151
2015-05-21introduce some dbgutil calc data dumpsMarkus Mohrhard1-0/+16
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier12-54/+54
2015-05-20Those #define-s are still usedKatarina Behrens1-0/+4
2015-05-20tdf#91126: Enable click-on-column-header sortingKatarina Behrens1-7/+3
2015-05-20tweak to try and silence coverityCaolán McNamara1-1/+1
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin6-8/+8
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin4-15/+15
2015-05-20convert GRID constants to scoped enumNoel Grandin2-4/+4
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin2-2/+2
2015-05-20forgot to include that partMarkus Mohrhard1-2/+3
2015-05-20better algorithm for OOXML column width import, tdf#91267Markus Mohrhard1-1/+22
2015-05-19Typo: SetCharAttriutes->SetCharAttributesJulien Nabet3-3/+3
2015-05-19draw Note mark before text for correct ZOrder tdf#89182Laurent Godard1-5/+5
2015-05-19tdf#91364 - fix data-pilot and auto-filter popup lifecycle.Michael Meeks2-1/+3
2015-05-19fix Windows buildNoel Grandin1-1/+1
2015-05-19remove the last of the OUString #defines in header filesNoel Grandin3-7/+7
2015-05-19sc: simplify code by replacing std::find_if with std::any_ofTakeshi Abe9-40/+21
2015-05-19coverity#1298900, init memberMarkus Mohrhard1-0/+1
2015-05-19don't use default style as parent for OOXML cond format style, tdf#91335Markus Mohrhard2-2/+10
2015-05-19use XL_A1 as ref string syntax for excel produced documentsMarkus Mohrhard1-0/+20
2015-05-19replace import with direct ScCompiler calls, related tdf#91367Markus Mohrhard2-4/+18
2015-05-18render vertically merged cells togetherMarkus Mohrhard1-3/+20
2015-05-18callcatcher: update unused codeCaolán McNamara5-105/+3
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl2-9/+9