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 | 91e28a6020dc0945e67c76e44796254f56a60f15 (patch) | |
tree | cb05c0cbeff7348b422dfbe98a01a63a84704126 /sc | |
parent | 118bf1ec53576654281c1997814b30579493e14d (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
Diffstat (limited to 'sc')
-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 e6d1ba21daa6..18e0eb7c5694 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(); |