Lines Matching refs:m_pPrintUIOptions
399 m_pPrintUIOptions( NULL ), in SwXTextDocument()
418 delete m_pPrintUIOptions; in ~SwXTextDocument()
2703 m_pPrintUIOptions = lcl_GetPrintUIOptions( pDocShell, pView ); in getRendererCount()
2704 const bool bFormat = m_pPrintUIOptions->processPropertiesAndCheckFormat( rxOptions ); in getRendererCount()
2707 lcl_SavePrintUIOptionsToDocumentPrintData( *pDoc, *m_pPrintUIOptions, bIsPDFExport ); in getRendererCount()
2713 OutputDevice *pOutDev = lcl_GetOutputDevice( *m_pPrintUIOptions ); in getRendererCount()
2769 m_pPrintUIOptions, m_pRenderData, bIsPDFExport ); in getRendererCount()
2815 const bool bPrintProspect = m_pPrintUIOptions->getBoolValue( "PrintProspect", false ); in getRendererCount()
2818 …airsForProspectPrinting( *pViewShell->GetLayout(), *m_pRenderData, *m_pPrintUIOptions, nPageCount … in getRendererCount()
2827 …const sal_Int16 nPostItMode = (sal_Int16) m_pPrintUIOptions->getIntValue( "PrintAnnotationMode", 0… in getRendererCount()
2830 OutputDevice *pOutDev = lcl_GetOutputDevice( *m_pPrintUIOptions ); in getRendererCount()
2836 …lculatePagesForPrinting( *pViewShell->GetLayout(), *m_pRenderData, *m_pPrintUIOptions, bIsPDFExpor… in getRendererCount()
2841 *m_pPrintUIOptions, bIsPDFExport, nPageCount ); in getRendererCount()
2875 if (!m_pPrintUIOptions) in getRenderer()
2876 m_pPrintUIOptions = lcl_GetPrintUIOptions( pDocShell, pView ); in getRenderer()
2877 m_pPrintUIOptions->processProperties( rxOptions ); in getRenderer()
2878 const bool bPrintProspect = m_pPrintUIOptions->getBoolValue( "PrintProspect", false ); in getRenderer()
2879 const bool bIsSkipEmptyPages = !m_pPrintUIOptions->IsPrintEmptyPages( bIsPDFExport ); in getRenderer()
2880 … const bool bPrintPaperFromSetup = m_pPrintUIOptions->getBoolValue( "PrintPaperFromSetup", false ); in getRenderer()
2945 … Printer *pPrinter = dynamic_cast< Printer * >(lcl_GetOutputDevice( *m_pPrintUIOptions )); in getRenderer()
3053 m_pPrintUIOptions->appendPrintUIOptions( aRenderer ); in getRenderer()
3125 if ( m_pPrintUIOptions == 0 ) in render()
3128 m_pPrintUIOptions = lcl_GetPrintUIOptions( pDocShell, pView ); in render()
3131 m_pPrintUIOptions->processProperties( rxOptions ); in render()
3132 const bool bPrintProspect = m_pPrintUIOptions->getBoolValue( "PrintProspect", false ); in render()
3133 const bool bLastPage = m_pPrintUIOptions->getBoolValue( "IsLastPage", sal_False ); in render()
3154 OutputDevice *pOutDev = lcl_GetOutputDevice( *m_pPrintUIOptions ); in render()
3176 OutputDevice * pOut = lcl_GetOutputDevice( *m_pPrintUIOptions ); in render()
3180 … const rtl::OUString aPageRange = m_pPrintUIOptions->getStringValue( "PageRange", OUString() ); in render()
3181 … const bool bFirstPage = m_pPrintUIOptions->getBoolValue( "IsFirstPage", sal_False ); in render()
3182 … bool bIsSkipEmptyPages = !m_pPrintUIOptions->IsPrintEmptyPages( bIsPDFExport ); in render()
3507 if( m_pPrintUIOptions != NULL ) in CleanUpRenderingData()
3509 delete m_pPrintUIOptions; in CleanUpRenderingData()
3510 m_pPrintUIOptions = NULL; in CleanUpRenderingData()