Searched refs:bIsPDFExport (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/sw/source/ui/uno/ |
H A D | unotxdoc.cxx | 2550 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 …]
|
/aoo42x/main/sw/source/core/view/ |
H A D | printdata.cxx | 147 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()
|
/aoo42x/main/sw/inc/ |
H A D | printdata.hxx | 209 bool IsPrintEmptyPages( bool bIsPDFExport ) const; 276 const SwPrintUIOptions *pOpt, const SwRenderData *pData, bool bIsPDFExport );
|
H A D | unotxdoc.hxx | 232 … GetRenderDoc( SfxViewShell *&rpView, const css::uno::Any& rSelection, bool bIsPDFExport ); 233 …IsSwSrcView, const css::uno::Sequence< css::beans::PropertyValue >& rxOptions, bool bIsPDFExport );
|
H A D | doc.hxx | 1385 …onst SwRootFrm& rLayout, SwRenderData &rData, const SwPrintUIOptions &rOptions, bool bIsPDFExport, 1387 …rPrintingWithPostItData( SwRenderData &rData, const SwPrintUIOptions &rOptions, bool bIsPDFExport,
|
/aoo42x/main/sfx2/source/doc/ |
H A D | objserv.cxx | 374 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()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | doc.cxx | 1222 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 65 milliseconds