summaryrefslogtreecommitdiffstats
path: root/include/editeng/bulletitem.hxx
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
| | | | | | | | It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-6/+6
| | | | | | | ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
* Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann2014-03-261-1/+1
| | | | | | ...where the latter contains SAL_OVERRIDE annotations Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1
* sal_Bool->boolNoel Grandin2014-02-211-4/+4
| | | | Change-Id: I82784b515cff6fcc1950a9f72f254f0e62fdbc05
* SfxPoolItem::operator ==, != should return boolStephan Bergmann2014-01-101-1/+1
| | | | | | ...and SfxEnumItemInterface::HasBoolValue, too. Change-Id: Ia032e3d35a4c3b4c1efdc515ca36e466be03fc0a
* fdo#65108 inter-module includes <>Norbert Thiebaud2013-11-091-1/+1
| | | | Change-Id: I82b0309c4430a8393e17b9a30a6e898f82c0f25c
* fixincludeguards.sh: include/editengThomas Arnhold2013-10-231-2/+2
| | | | Change-Id: I5a172bb12b62940b9994b2740e054b43145b08f0
* convert include/editeng/bulletitem.hxx from String to OUStringNoel Grandin2013-09-111-13/+13
| | | | Change-Id: I6697fea6069ceed71430b516673502de18f69862
* XubString->OUStringCaolán McNamara2013-08-291-1/+1
| | | | Change-Id: I6db7b9e86ea6d17b5ba0a883136e0e4dbdd9e0b3
* Bin ugly (ab)use of preprocessor in headersTor Lillqvist2013-04-271-2/+0
| | | | | | | | | | | | | | | The time when it made sense to use "clever" #ifdefs to, for performance or compiler reasons, conditionally bypass private parts of a class declaration passed a decade or longer ago. Still more of this in sw and sc. People working on those modules might want to do it too, or not. Change-Id: I1053139ca5e5e2631f7b22d99d3bada54fc337be Reviewed-on: https://gerrit.libreoffice.org/3627 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* execute move of global headersBjoern Michaelsen2013-04-231-0/+146
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a