summaryrefslogtreecommitdiff
path: root/embedserv/source/inc/iipaobj.hxx
AgeCommit message (Collapse)AuthorFilesLines
2022-11-02tdf#143148 Use of #pragma once instead of include guards.sahilbutoal081-4/+1
Change-Id: I975ad0a41dbcf39121b266e99b466193386d6b14 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142046 Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Tested-by: Jenkins
2021-02-01Drop FAR/NEAR from 16-bit WinAPI timesMike Kaganski1-1/+1
Change-Id: Idf71c662138c281333a83cc76a9d75cbf086f362 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110236 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2018-02-01embedserv: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-3/+0
Change-Id: I0abd5662648b09f31164d919688e17a651bf78c8 Reviewed-on: https://gerrit.libreoffice.org/48976 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2016-10-16clang-cl loplugin: embedservStephan Bergmann1-9/+9
Change-Id: I9901dac882a74453015881ded2355ff0a51b50d5 Reviewed-on: https://gerrit.libreoffice.org/29868 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
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-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-2/+2
Change-Id: I3e51a62710bb46c8255fd228d41d9300c90a1fb5 Reviewed-on: https://gerrit.libreoffice.org/9360 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist1-1/+1
We can drop or simplify many conditionals. Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2010-10-28add modelines to .hxx files as wellCaolán McNamara1-1/+3
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-11INTEGRATION: CWS changefileheader (1.6.38); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 13:33:42 rt 1.6.38.1: #i87441# Change license header to LPGL v3.
2006-09-25INTEGRATION: CWS obo05 (1.5.8); FILE MERGEDVladimir Glazounov1-3/+6
2006/08/28 13:48:35 obo 1.5.8.1: #i53611# diable warnings C4917 and 4555
2006-06-20INTEGRATION: CWS warnings01 (1.3.16); FILE MERGEDJens-Heiner Rechtien1-3/+3
2006/05/26 13:54:02 sb 1.3.16.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/24 01:13:27 sb 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2006/02/20 15:31:50 cd 1.3.16.1: #i55991# Warning free code for Windows C++ compiler
2006-05-05INTEGRATION: CWS fwkc03fixes (1.3.20); FILE MERGEDRüdiger Timm1-6/+7
2006/04/28 13:11:41 mav 1.3.20.1: #134455# fix objects crosslinking
2005-09-08INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 18:46:14 rt 1.2.32.1: #i54170# Change license header: remove SISSL
2004-02-25INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDEDKurt Zenker1-0/+104
2003/11/20 12:54:56 abi 1.1.2.3: resizing of frame 2003/11/18 15:05:28 abi 1.1.2.2: recycling Frame,Window and Document 2003/10/29 13:42:31 abi 1.1.2.1: inplace activation