summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2015-05-27Fix accidental mis-uses of VclPtr address-of operatorStephan Bergmann
2015-05-27convert WINDOW_DLGCTRL flags to scoped enumNoel Grandin
2015-05-26tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks
2015-05-26FIXME_REMOVE_WHEN_RE_BASE_COMPLETECaolán McNamara
2015-05-26convert SCROLL constants to scoped enumNoel Grandin
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin
2015-05-25sc LOKit callback for search not found.Henry Castro
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks
2015-05-25remove hack that results in mispositioning of shapes, tdf#91266Markus Mohrhard
2015-05-25add dump for column width in hmmMarkus Mohrhard
2015-05-25remove some unnecessary casts and convert some to const_castNoel Grandin
2015-05-25convert SHOW constants to scoped enumNoel Grandin
2015-05-24callcatcher: update unused codeCaolán McNamara
2015-05-23tdf#91499 - cleanup AnyRefDialog VclPtr's with an explicit dispose method.Michael Meeks
2015-05-23SAL_TRACE doesn't existJulien Nabet
2015-05-23add missing includeDavid Tardon
2015-05-22tdf#54346 remove confusing description for function WEEKDAYWinfried Donkers
2015-05-22add information about dumping graphic object infoMarkus Mohrhard
2015-05-22use better markupMarkus Mohrhard
2015-05-22improve output for ScDrawObjDataMarkus Mohrhard
2015-05-22split column info dump and graphic object dumpingMarkus Mohrhard
2015-05-22extract calc data dump method into own fileMarkus Mohrhard
2015-05-22add information about dumping information in calcMarkus Mohrhard
2015-05-22improve data dump for calcMarkus Mohrhard
2015-05-22Remove include stdio (part5)Julien Nabet
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
2015-05-22loplugin:constantfunctionNoel Grandin
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin
2015-05-22convert POINTER constants to scoped enumNoel Grandin
2015-05-21introduce some dbgutil calc data dumpsMarkus Mohrhard
2015-05-20ScIconSetFormatData::mbCustom read uninitialized...Stephan Bergmann
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-20Those #define-s are still usedKatarina Behrens
2015-05-20tdf#91126: Enable click-on-column-header sortingKatarina Behrens
2015-05-20tweak to try and silence coverityCaolán McNamara
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin
2015-05-20convert GRID constants to scoped enumNoel Grandin
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-05-20forgot to include that partMarkus Mohrhard
2015-05-20better algorithm for OOXML column width import, tdf#91267Markus Mohrhard
2015-05-20add missing DoClose at end of testMarkus Mohrhard
2015-05-19Typo: SetCharAttriutes->SetCharAttributesJulien Nabet
2015-05-19draw Note mark before text for correct ZOrder tdf#89182Laurent Godard
2015-05-19tdf#91364 - fix data-pilot and auto-filter popup lifecycle.Michael Meeks
2015-05-19fix Windows buildNoel Grandin
2015-05-19remove the last of the OUString #defines in header filesNoel Grandin
2015-05-19sc: simplify code by replacing std::find_if with std::any_ofTakeshi Abe
2015-05-19coverity#1298899, resource leakMarkus Mohrhard