Searched refs:bIsPDFExport (Results 1 – 7 of 7) sorted by relevance
| /AOO41X/main/sw/source/ui/uno/ |
| H A D | unotxdoc.cxx | 2558 bool bIsPDFExport ) in GetRenderView() argument 2562 if (bIsPDFExport) in GetRenderView() 2601 bool bIsPDFExport ) in GetRenderDoc() argument 2621 (void) bIsPDFExport; in GetRenderDoc() 2623 DBG_ASSERT( bIsPDFExport, "view is missing, guessing one..." ); in GetRenderDoc() 2695 const bool bIsPDFExport = !lcl_SeqHasProperty( rxOptions, "IsPrinter" ); in getRendererCount() local 2697 SfxViewShell *pView = GetRenderView( bIsSwSrcView, rxOptions, bIsPDFExport ); in getRendererCount() 2699 SwDoc *pDoc = GetRenderDoc( pView, rSelection, bIsPDFExport ); in getRendererCount() 2715 lcl_SavePrintUIOptionsToDocumentPrintData( *pDoc, *m_pPrintUIOptions, bIsPDFExport ); in getRendererCount() 2737 if ( bIsPDFExport && bFormat ) in getRendererCount() [all …]
|
| /AOO41X/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()
|
| /AOO41X/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 | 235 … GetRenderDoc( SfxViewShell *&rpView, const css::uno::Any& rSelection, bool bIsPDFExport ); 236 …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,
|
| /AOO41X/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()
|
| /AOO41X/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()
|