From 4905a190326a423b418a6b5531c5d990a5cc0082 Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Thu, 14 Oct 2010 08:27:31 +0200 Subject: Add vim/emacs modelines to all source files Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth --- basegfx/source/range/b1drange.cxx | 3 +++ basegfx/source/range/b2dpolyrange.cxx | 3 +++ basegfx/source/range/b2drange.cxx | 3 +++ basegfx/source/range/b2drangeclipper.cxx | 2 ++ basegfx/source/range/b2xrange.cxx | 3 +++ basegfx/source/range/b3drange.cxx | 3 +++ 6 files changed, 17 insertions(+) (limited to 'basegfx/source/range') diff --git a/basegfx/source/range/b1drange.cxx b/basegfx/source/range/b1drange.cxx index 6581b04680e2..5de4a342aab8 100644 --- a/basegfx/source/range/b1drange.cxx +++ b/basegfx/source/range/b1drange.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -54,3 +55,5 @@ namespace basegfx } // end of namespace basegfx // eof + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/basegfx/source/range/b2dpolyrange.cxx b/basegfx/source/range/b2dpolyrange.cxx index e212e083ef55..f0088bfc5793 100644 --- a/basegfx/source/range/b2dpolyrange.cxx +++ b/basegfx/source/range/b2dpolyrange.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -421,3 +422,5 @@ namespace basegfx } // end of namespace basegfx // eof + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/basegfx/source/range/b2drange.cxx b/basegfx/source/range/b2drange.cxx index 693470c3ef14..d79adafaea27 100644 --- a/basegfx/source/range/b2drange.cxx +++ b/basegfx/source/range/b2drange.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -72,3 +73,5 @@ namespace basegfx } // end of namespace basegfx // eof + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/basegfx/source/range/b2drangeclipper.cxx b/basegfx/source/range/b2drangeclipper.cxx index 524479b4fde0..6546b6a13c09 100644 --- a/basegfx/source/range/b2drangeclipper.cxx +++ b/basegfx/source/range/b2drangeclipper.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -948,3 +949,4 @@ namespace basegfx } } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/basegfx/source/range/b2xrange.cxx b/basegfx/source/range/b2xrange.cxx index 296b54574800..a2e33b461c92 100644 --- a/basegfx/source/range/b2xrange.cxx +++ b/basegfx/source/range/b2xrange.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -140,3 +141,5 @@ namespace basegfx } // end of namespace basegfx // eof + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/basegfx/source/range/b3drange.cxx b/basegfx/source/range/b3drange.cxx index aaeeae684bdd..21ba72d9483d 100644 --- a/basegfx/source/range/b3drange.cxx +++ b/basegfx/source/range/b3drange.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -83,3 +84,5 @@ namespace basegfx } // end of namespace basegfx // eof + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit From 7ba80b24256d49eb765f2943c1495c1511bb7b69 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Fri, 21 Jan 2011 14:23:59 +0100 Subject: Remove old RCS lines. --- basegfx/source/range/b2dpolyrange.cxx | 3 --- basegfx/source/range/b2drangeclipper.cxx | 3 --- 2 files changed, 6 deletions(-) (limited to 'basegfx/source/range') diff --git a/basegfx/source/range/b2dpolyrange.cxx b/basegfx/source/range/b2dpolyrange.cxx index f0088bfc5793..382554fba1ae 100644 --- a/basegfx/source/range/b2dpolyrange.cxx +++ b/basegfx/source/range/b2dpolyrange.cxx @@ -7,9 +7,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: b2dmultirange.cxx,v $ - * $Revision: 1.8 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/basegfx/source/range/b2drangeclipper.cxx b/basegfx/source/range/b2drangeclipper.cxx index 6546b6a13c09..87991cb7cd71 100644 --- a/basegfx/source/range/b2drangeclipper.cxx +++ b/basegfx/source/range/b2drangeclipper.cxx @@ -7,9 +7,6 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: b2dmultirange.cxx,v $ - * $Revision: 1.8 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify -- cgit From a809b5593015488550cf001b185e37b05f5213a9 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 24 Jan 2011 11:11:23 +0000 Subject: WaE: gcc 4.6.0 various warnings --- basegfx/source/range/b2drangeclipper.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'basegfx/source/range') diff --git a/basegfx/source/range/b2drangeclipper.cxx b/basegfx/source/range/b2drangeclipper.cxx index 87991cb7cd71..2d55fdced3a4 100644 --- a/basegfx/source/range/b2drangeclipper.cxx +++ b/basegfx/source/range/b2drangeclipper.cxx @@ -600,7 +600,6 @@ namespace basegfx std::vector::const_reverse_iterator aCurrRectR=rRanges.rbegin(); std::vector::const_reverse_iterator aCurrOrientationR=rOrientations.rbegin(); const std::vector::const_reverse_iterator aEndR=rRanges.rend(); - const std::vector::const_reverse_iterator aEndOrientationR=rOrientations.rend(); while( aCurrRectR != aEndR ) { const B2DRectangle& rCurrRect( *aCurrRectR++ ); -- cgit From 931d9ef98d5bc94d975094bbe9bb4c4c923b4c64 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 2 Feb 2011 11:51:34 +0100 Subject: Clean up makefiles --- basegfx/source/range/makefile.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'basegfx/source/range') diff --git a/basegfx/source/range/makefile.mk b/basegfx/source/range/makefile.mk index 5e05eeda94d9..9cc5893fcc44 100644 --- a/basegfx/source/range/makefile.mk +++ b/basegfx/source/range/makefile.mk @@ -29,9 +29,7 @@ PRJ=..$/.. PRJNAME=basegfx TARGET=range -#UNOUCRRDB=$(SOLARBINDIR)$/applicat.rdb ENABLE_EXCEPTIONS=TRUE -#USE_DEFFILE=TRUE # --- Settings ---------------------------------- -- cgit