summaryrefslogtreecommitdiff
path: root/hwpfilter/source/attributes.cxx
AgeCommit message (Collapse)Author
2015-11-18use unique_ptr for pImpl in extensions,hwpfilter/Noel Grandin
Change-Id: I476ba7ec2ebee8c61bf9bb6ff0309cc40affb275
2015-10-19com::sun::star->css in hwpfilter/Noel Grandin
Change-Id: I2ec12da777d04855d34233d5781f2304e181bbbd
2015-08-18hwpfilter: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe
with the variadic variants. Change-Id: Ibfe59dc7631cf499f42ff998066ed73d1eb257b3 Reviewed-on: https://gerrit.libreoffice.org/17767 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
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-14Clean up function declarations and some unused functionsStephan Bergmann
Change-Id: I7eba9260b33e0b92ed997bf624d866644a091f29
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2012-06-22re-base on ALv2 code. Includes:Michael Meeks
Use ksc5601.h header from XFree86 Project Inc. Patch contributed by Oliver-Rainer Wittmann with minor changes from Pedro Giffuni http://svn.apache.org/viewvc?view=revision&revision=1179296
2011-11-27remove include of pch header from hwpfilterNorbert Thiebaud
2011-02-07Remove dead codeThomas Arnhold
2010-12-23cppcheck: prefer prefix variantCaolán McNamara
2010-11-17remove archaic SGI header guardsCaolán McNamara
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-10INTEGRATION: CWS changefileheader (1.4.34); FILE MERGEDRüdiger Timm
2008/04/01 10:58:41 thb 1.4.34.2: #i85898# Stripping all external header guards 2008/03/28 15:36:37 rt 1.4.34.1: #i87441# Change license header to LPGL v3.
2006-09-17INTEGRATION: CWS pchfix02 (1.3.8); FILE MERGEDOliver Bolte
2006/09/01 17:30:22 kaib 1.3.8.1: #i68856# Added header markers and pch files
2006-06-19INTEGRATION: CWS warnings01 (1.2.4); FILE MERGEDJens-Heiner Rechtien
2006/02/10 14:25:07 os 1.2.4.4: #i59838# warnings removed 2005/11/09 18:13:10 pl 1.2.4.3: #i53898# removed warnings 2005/10/13 09:53:15 os 1.2.4.2: #i53898# warnings removed 2005/10/04 07:23:33 sb 1.2.4.1: #i53898# Merged in lost 1.1.32.1.
2005-09-07INTEGRATION: CWS ooo19126 (1.1.30); FILE MERGEDRüdiger Timm
2005/09/05 17:20:30 rt 1.1.30.1: #i54170# Change license header: remove SISSL
2003-10-15#112673# initial checkin of HWP filterDaniel Vogelheim