diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:09:58 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:09:58 +0000 |
commit | 44711127201dd56ef615a756e7bc0fc4eb339801 (patch) | |
tree | f493e3f9a7dcd7af800dbbd38e896620be6695a6 /sw/inc/viewsh.hxx | |
parent | 3c0dfa5d8e615284f83525c0b53e335182b8fedc (diff) |
INTEGRATION: CWS tune05 (1.37.64); FILE MERGED
2004/07/23 15:55:15 mhu 1.37.64.2: RESYNC: (1.37-1.38); FILE MERGED
2004/07/22 11:10:59 cmc 1.37.64.1: #i30554# unused methods
Diffstat (limited to 'sw/inc/viewsh.hxx')
-rw-r--r-- | sw/inc/viewsh.hxx | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx index 947e5aac1ffe..5e384cbb59fb 100644 --- a/sw/inc/viewsh.hxx +++ b/sw/inc/viewsh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: viewsh.hxx,v $ * - * $Revision: 1.39 $ + * $Revision: 1.40 $ * - * last change: $Author: kz $ $Date: 2004-08-02 13:59:09 $ + * last change: $Author: obo $ $Date: 2004-08-12 12:09:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -186,8 +186,6 @@ class ViewShell : public Ring inline void ResetInvalidRect(); - void SetSubsLines(); - void Reformat(); //Invalidert das ges. Layout (ApplyViewOption) void PaintDesktop( const SwRect & ); // sammeln der Werte fuers @@ -301,7 +299,6 @@ public: // 2. GetWin: Available if we not printing // 4. GetOut: Printer, Window or Virtual device SfxPrinter* GetPrt( sal_Bool bCreate = sal_False ) const; - VirtualDevice* GetVirDev( sal_Bool bCreate = sal_False ) const; OutputDevice& GetRefDev() const; inline Window* GetWin() const { return pWin; } inline OutputDevice* GetOut() const { return pOut; } @@ -352,10 +349,6 @@ public: sal_Bool IsTabCompat() const; void SetTabCompat( sal_Bool bNew ); - // alternative calculation of fly anchor offset - sal_Bool IsAddFlyOffsets()const; - void SetAddFlyOffsets( sal_Bool bNew ); - // font metric attribute "External Leading" should be considered sal_Bool IsAddExtLeading()const; void SetAddExtLeading( sal_Bool bNew ); |