summaryrefslogtreecommitdiff
path: root/sd/inc/sdcgmfilter.hxx
AgeCommit message (Collapse)AuthorFilesLines
2016-03-18loplugin:constantparam in sdNoel Grandin1-2/+1
Change-Id: Idad86a005a7df1af38722fa0e909ed9b6e0858fa
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
ie. void f(void); becomes void f(); I used the following command to make the changes: git grep -lP '\(\s*void\s*\)' -- *.cxx \ | xargs perl -pi -w -e 's/(\w+)\s*\(\s*void\s*\)/$1\(\)/g;' and ran it for both .cxx and .hxx files. Change-Id: I314a1b56e9c14d10726e32841736b0ad5eef8ddd
2014-04-24sd: sal_Bool->boolNoel Grandin1-3/+3
Change-Id: I3172a42f6b6abe434ffe0475d1201ff50b6c06ea
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-02-26Remove visual noise from sdAlexander Wilms1-4/+1
Change-Id: I0957cabd66ddc4e25c7e6ff54ec2a555eda0792c Reviewed-on: https://gerrit.libreoffice.org/8306 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-23fixincludeguards.sh: sdThomas Arnhold1-3/+3
Change-Id: Ic831838b377656015d645eec9d439424378e08af
2012-06-21re-base on ALv2 code.Michael Meeks1-26/+17
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2010-10-28add modelines to .hxx files as wellCaolán McNamara1-0/+3
Notes: split repo tag: impress_LIBREOFFICE_3_3_FREEZE
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-10INTEGRATION: CWS changefileheader (1.4.624); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 13:56:40 rt 1.4.624.1: #i87441# Change license header to LPGL v3.
2005-09-09INTEGRATION: CWS ooo19126 (1.3.364); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 13:19:58 rt 1.3.364.1: #i54170# Change license header: remove SISSL
2004-10-04INTEGRATION: CWS mav09 (1.2.82); FILE MERGEDKurt Zenker1-4/+4
2004/07/15 10:50:00 mba 1.2.82.1: #i27773#: XMLFilter needs additional parameter
2004-01-20INTEGRATION: CWS impress1 (1.1.254); FILE MERGEDOliver Bolte1-5/+7
2003/09/16 12:04:34 af 1.1.254.1: #111996# Moved SdDrawDocShell to namespace sd.
2001-02-13initial revisionKai Ahrens1-0/+82