diff options
author | Niklas Nebel <nn@openoffice.org> | 2002-02-22 09:00:52 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2002-02-22 09:00:52 +0000 |
commit | 1bc6288c363ea3f042b7703be5c9992db04d31c3 (patch) | |
tree | 43dcdb145bc574b279c3e6eb71c82df9c5a97b63 /sc/source/ui/inc/preview.hxx | |
parent | 25709a2d9f285c06430f5a22385c771d7c515d4a (diff) |
#95584# make cell positions available from preview
Diffstat (limited to 'sc/source/ui/inc/preview.hxx')
-rw-r--r-- | sc/source/ui/inc/preview.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sc/source/ui/inc/preview.hxx b/sc/source/ui/inc/preview.hxx index a0f35c8fca36..b21bb4520177 100644 --- a/sc/source/ui/inc/preview.hxx +++ b/sc/source/ui/inc/preview.hxx @@ -2,9 +2,9 @@ * * $RCSfile: preview.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:45:00 $ + * last change: $Author: nn $ $Date: 2002-02-22 09:55:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,7 +95,9 @@ private: long nTotalPages; Size aPageSize; // fuer GetOptimalZoom BOOL bStateValid; + BOOL bLocationValid; ScPrintState aState; + ScPreviewLocationData* pLocationData; // stores table layout for accessibility API FmFormView* pDrawView; // intern: @@ -109,6 +111,7 @@ private: void CalcPages( USHORT nToWhichTab ); void RecalcPages(); void UpdateDrawView(); + void DoPrint( ScPreviewLocationData* pFillLocation ); protected: virtual void Paint( const Rectangle& rRect ); @@ -129,6 +132,8 @@ public: void SetZoom(USHORT nNewZoom); void SetPageNo( long nPage ); + const ScPreviewLocationData& GetLocationData(); + String GetPosString(); long GetPageNo() const { return nPageNo; } |