Home
last modified time | relevance | path

Searched refs:bIsPDFExport (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2550 bool bIsPDFExport ) in GetRenderView() argument
2554 if (bIsPDFExport) in GetRenderView()
2593 bool bIsPDFExport ) in GetRenderDoc() argument
2613 (void) bIsPDFExport; in GetRenderDoc()
2691 SwDoc *pDoc = GetRenderDoc( pView, rSelection, bIsPDFExport ); in getRendererCount()
2729 if ( bIsPDFExport && bFormat ) in getRendererCount()
2774 const SwPrintData *pPrtOptions = (bIsPDFExport) in getRendererCount()
2882 SwDoc *pDoc = GetRenderDoc( pView, rSelection, bIsPDFExport ); in getRenderer()
3135 SwDoc *pDoc = GetRenderDoc( pView, rSelection, bIsPDFExport ); in render()
3202 if (bIsPDFExport && bFirstPage && pWrtShell) in render()
[all …]
/trunk/main/sw/source/core/view/
H A Dprintdata.cxx147 bool bIsPDFExport ) in MakeSwPrtOptions() argument
165 rOptions.bPrintEmptyPages = pOpt->IsPrintEmptyPages( bIsPDFExport ); in MakeSwPrtOptions()
475 bool SwPrintUIOptions::IsPrintEmptyPages( bool bIsPDFExport ) const in IsPrintEmptyPages()
479 bool bRes = bIsPDFExport ? in IsPrintEmptyPages()
/trunk/main/sw/inc/
H A Dprintdata.hxx209 bool IsPrintEmptyPages( bool bIsPDFExport ) const;
276 const SwPrintUIOptions *pOpt, const SwRenderData *pData, bool bIsPDFExport );
H A Dunotxdoc.hxx232 … GetRenderDoc( SfxViewShell *&rpView, const css::uno::Any& rSelection, bool bIsPDFExport );
233 …IsSwSrcView, const css::uno::Sequence< css::beans::PropertyValue >& rxOptions, bool bIsPDFExport );
H A Ddoc.hxx1385 …onst SwRootFrm& rLayout, SwRenderData &rData, const SwPrintUIOptions &rOptions, bool bIsPDFExport,
1387 …rPrintingWithPostItData( SwRenderData &rData, const SwPrintUIOptions &rOptions, bool bIsPDFExport,
/trunk/main/sfx2/source/doc/
H A Dobjserv.cxx374 sal_Bool bIsPDFExport = sal_False; in ExecFile_Impl() local
483 bIsPDFExport = sal_True; in ExecFile_Impl()
615 … if ( QueryHiddenInformation( bIsPDFExport ? WhenCreatingPDF : WhenSaving, NULL ) == RET_YES ) in ExecFile_Impl()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx1222 bool bIsPDFExport, in CalculatePagesForPrinting() argument
1230 bool bPrintLeftPages = bIsPDFExport ? true : rOptions.IsPrintLeftPages(); in CalculatePagesForPrinting()
1231 bool bPrintRightPages = bIsPDFExport ? true : rOptions.IsPrintRightPages(); in CalculatePagesForPrinting()
1233 bool bPrintEmptyPages = bPrintSelection ? false : rOptions.IsPrintEmptyPages( bIsPDFExport ); in CalculatePagesForPrinting()
1343 if ( !bIsPDFExport ) in CalculatePagesForPrinting()

Completed in 90 milliseconds