summaryrefslogtreecommitdiff
path: root/sw/inc/viewsh.hxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2009-08-07 14:42:45 +0000
committerThomas Lange <tl@openoffice.org>2009-08-07 14:42:45 +0000
commit278729a448d7e56c426229325a960f08c38fafbc (patch)
treef124543e2ec38d2eb9633f4902cede5f3cf05b31 /sw/inc/viewsh.hxx
parent063c55820f1f7b21f2999d9a5f8a0e18078c3f32 (diff)
#i103991# prospect printing
Diffstat (limited to 'sw/inc/viewsh.hxx')
-rw-r--r--sw/inc/viewsh.hxx15
1 files changed, 9 insertions, 6 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx
index dbbeec0e7d8e..007fc7c05ed3 100644
--- a/sw/inc/viewsh.hxx
+++ b/sw/inc/viewsh.hxx
@@ -365,9 +365,15 @@ public:
//Druckauftrag abwickeln.
// bIsPDFExport == true is: do PDF Export (no printing!)
- sal_Bool Prt( OutputDevice* pOutDev, SwPrtOptions& rOptions,
- const SwPrintUIOptions &rPrintUIOptions, sal_Int32 nRenderer /* offset in vector of pages to print */,
- SfxProgress* pProgress, bool bIsPDFExport = false );
+ sal_Bool PrintOrPDFExport( OutputDevice* pOutDev, SwPrtOptions& rOptions,
+ const SwPrintUIOptions &rPrintUIOptions,
+ sal_Int32 nRenderer, /* offset in vector of pages to print */
+ bool bIsPDFExport = sal_False );
+
+ // Prospekt-Format drucken
+ void PrintProspect( OutputDevice* pOutDev, SwPrtOptions& rOptions,
+ const SwPrintUIOptions &rPrintUIOptions,
+ sal_Int32 nRenderer /* offset in vector of page pairs for prospect */ );
//"Drucken" fuer OLE 2.0
static void PrtOle2( SwDoc *pDoc, const SwViewOption *pOpt, SwPrtOptions& rOptions,
@@ -483,9 +489,6 @@ public:
SfxProgress& rProgress,
const SwPagePreViewPrtData* = 0 );
- // Prospekt-Format drucken
- void PrintProspect( SwPrtOptions&, SfxProgress& , BOOL bRTL);
-
sal_Bool IsViewLocked() const { return bViewLocked; }
void LockView( sal_Bool b ) { bViewLocked = b; }