diff options
author | Oliver Specht <os@openoffice.org> | 2002-03-07 07:46:57 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-03-07 07:46:57 +0000 |
commit | 8c5c10c79b34682e5de141d72ee47f71e8cb1e79 (patch) | |
tree | 8e16e03e1ab446a8730ff71ff8e1ef6c4fcccc2f /svtools/inc/ruler.hxx | |
parent | 95999222f6c13d29e5a25c85baa0cdd349515452 (diff) |
#96678# enable right alignment of the vertical ruler
Diffstat (limited to 'svtools/inc/ruler.hxx')
-rw-r--r-- | svtools/inc/ruler.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/svtools/inc/ruler.hxx b/svtools/inc/ruler.hxx index 9e8f31f4e43f..e6a609ecf258 100644 --- a/svtools/inc/ruler.hxx +++ b/svtools/inc/ruler.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ruler.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: os $ $Date: 2001-09-14 13:40:57 $ + * last change: $Author: os $ $Date: 2002-03-07 08:46:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -101,6 +101,7 @@ WB_3DLOOK 3D-Darstellung WB_BORDER Border am unteren/rechten Rand WB_EXTRAFIELD Feld in der linken/oberen Ecke zur Anzeige und Auswahl von Tabs, Null-Punkt, ... +WB_RIGHT_ALIGNED Marks the vertical ruler as right aligned -------------------------------------------------------------------------- @@ -572,6 +573,7 @@ Tips zur Benutzung des Lineals: // ----------- #define WB_EXTRAFIELD ((WinBits)0x00004000) +#define WB_RIGHT_ALIGNED ((WinBits)0x00008000) #define WB_STDRULER WB_HORZ // --------------- @@ -794,7 +796,7 @@ private: void ImplDrawIndent( const Polygon& rPoly, USHORT nStyle ); void ImplDrawIndents( long nMin, long nMax, long nVirTop, long nVirBottom ); void ImplDrawTab( OutputDevice* pDevice, const Point& rPos, USHORT nStyle ); - void ImplDrawTabs( long nMin, long nMax, long nVirBottom ); + void ImplDrawTabs( long nMin, long nMax, long nVirTop, long nVirBottom ); void ImplInit( WinBits nWinBits ); void ImplInitSettings( BOOL bFont, BOOL bForeground, BOOL bBackground ); void ImplCalc(); |