Searched refs:bIsPDFExport (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/sw/source/ui/uno/ |
H A D | unotxdoc.cxx | 2534 bool bIsPDFExport ) in GetRenderView() argument 2538 if (bIsPDFExport) in GetRenderView() 2577 bool bIsPDFExport ) in GetRenderDoc() argument 2597 (void) bIsPDFExport; in GetRenderDoc() 2675 SwDoc *pDoc = GetRenderDoc( pView, rSelection, bIsPDFExport ); in getRendererCount() 2713 if ( bIsPDFExport && bFormat ) in getRendererCount() 2758 const SwPrintData *pPrtOptions = (bIsPDFExport) in getRendererCount() 2866 SwDoc *pDoc = GetRenderDoc( pView, rSelection, bIsPDFExport ); in getRenderer() 3119 SwDoc *pDoc = GetRenderDoc( pView, rSelection, bIsPDFExport ); in render() 3186 if (bIsPDFExport && bFirstPage && pWrtShell) in render() [all …]
|
/aoo4110/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()
|
/aoo4110/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 | 1378 …onst SwRootFrm& rLayout, SwRenderData &rData, const SwPrintUIOptions &rOptions, bool bIsPDFExport, 1380 …rPrintingWithPostItData( SwRenderData &rData, const SwPrintUIOptions &rOptions, bool bIsPDFExport,
|
/aoo4110/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()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | doc.cxx | 1236 bool bIsPDFExport, in CalculatePagesForPrinting() argument 1244 bool bPrintLeftPages = bIsPDFExport ? true : rOptions.IsPrintLeftPages(); in CalculatePagesForPrinting() 1245 bool bPrintRightPages = bIsPDFExport ? true : rOptions.IsPrintRightPages(); in CalculatePagesForPrinting() 1247 bool bPrintEmptyPages = bPrintSelection ? false : rOptions.IsPrintEmptyPages( bIsPDFExport ); in CalculatePagesForPrinting() 1359 if ( !bIsPDFExport ) in CalculatePagesForPrinting()
|
Completed in 102 milliseconds