diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:53:39 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:53:39 +0000 |
commit | caaac80963e9547e9bfcfedf6b322fd360851c44 (patch) | |
tree | 68a146695b9a2edb99e2d01bdcce88f33447cb55 | |
parent | 06423f28b1e1dd8676129b1f0d1bc33dbe38d24f (diff) |
INTEGRATION: CWS aw033 (1.19.50); FILE MERGED
2008/05/14 15:23:54 aw 1.19.50.2: RESYNC: (1.19-1.20); FILE MERGED
2008/01/22 12:13:49 aw 1.19.50.1: adaptions and 1st stripping
-rw-r--r-- | sc/source/ui/inc/output.hxx | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/sc/source/ui/inc/output.hxx b/sc/source/ui/inc/output.hxx index 30d1ab308..81b2d6e41 100644 --- a/sc/source/ui/inc/output.hxx +++ b/sc/source/ui/inc/output.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: output.hxx,v $ - * $Revision: 1.20 $ + * $Revision: 1.21 $ * * This file is part of OpenOffice.org. * @@ -237,16 +237,11 @@ public: // #i72502# printer only command set Point PrePrintDrawingLayer(long nLogStX, long nLogStY ); void PostPrintDrawingLayer(const Point& rMMOffset); // #i74768# need offset for FormLayer - void PrintDrawingLayer(const sal_uInt16 nLayer, const sal_uInt16 nPaintMode, const Point& rMMOffset); + void PrintDrawingLayer(const sal_uInt16 nLayer, const Point& rMMOffset); // nur Bildschirm: - // #109985# - //void DrawingSingle( USHORT nLayer, USHORT nObjectFlags, USHORT nDummyFlags ); - void DrawingSingle(const sal_uInt16 nLayer, const sal_uInt16 nPaintMode); - - // #109985# - //void DrawSelectiveObjects( USHORT nLayer, const Rectangle& rRect, USHORT nObjectFlags, USHORT nDummyFlags = 0 ); - void DrawSelectiveObjects(const sal_uInt16 nLayer, const sal_uInt16 nPaintMode); + void DrawingSingle(const sal_uInt16 nLayer); + void DrawSelectiveObjects(const sal_uInt16 nLayer); BOOL SetChangedClip(); // FALSE = nix PolyPolygon GetChangedArea(); |