Lines Matching refs:m_pPrintUIOptions

399     m_pPrintUIOptions( NULL ),  in SwXTextDocument()
418 delete m_pPrintUIOptions; in ~SwXTextDocument()
2687 m_pPrintUIOptions = lcl_GetPrintUIOptions( pDocShell, pView ); in getRendererCount()
2688 const bool bFormat = m_pPrintUIOptions->processPropertiesAndCheckFormat( rxOptions ); in getRendererCount()
2691 lcl_SavePrintUIOptionsToDocumentPrintData( *pDoc, *m_pPrintUIOptions, bIsPDFExport ); in getRendererCount()
2697 OutputDevice *pOutDev = lcl_GetOutputDevice( *m_pPrintUIOptions ); in getRendererCount()
2753 m_pPrintUIOptions, m_pRenderData, bIsPDFExport ); in getRendererCount()
2799 const bool bPrintProspect = m_pPrintUIOptions->getBoolValue( "PrintProspect", false ); in getRendererCount()
2802 …airsForProspectPrinting( *pViewShell->GetLayout(), *m_pRenderData, *m_pPrintUIOptions, nPageCount … in getRendererCount()
2811 …const sal_Int16 nPostItMode = (sal_Int16) m_pPrintUIOptions->getIntValue( "PrintAnnotationMode", 0… in getRendererCount()
2814 OutputDevice *pOutDev = lcl_GetOutputDevice( *m_pPrintUIOptions ); in getRendererCount()
2820 …lculatePagesForPrinting( *pViewShell->GetLayout(), *m_pRenderData, *m_pPrintUIOptions, bIsPDFExpor… in getRendererCount()
2825 *m_pPrintUIOptions, bIsPDFExport, nPageCount ); in getRendererCount()
2859 if (!m_pPrintUIOptions) in getRenderer()
2860 m_pPrintUIOptions = lcl_GetPrintUIOptions( pDocShell, pView ); in getRenderer()
2861 m_pPrintUIOptions->processProperties( rxOptions ); in getRenderer()
2862 const bool bPrintProspect = m_pPrintUIOptions->getBoolValue( "PrintProspect", false ); in getRenderer()
2863 const bool bIsSkipEmptyPages = !m_pPrintUIOptions->IsPrintEmptyPages( bIsPDFExport ); in getRenderer()
2864 … const bool bPrintPaperFromSetup = m_pPrintUIOptions->getBoolValue( "PrintPaperFromSetup", false ); in getRenderer()
2929 … Printer *pPrinter = dynamic_cast< Printer * >(lcl_GetOutputDevice( *m_pPrintUIOptions )); in getRenderer()
3037 m_pPrintUIOptions->appendPrintUIOptions( aRenderer ); in getRenderer()
3109 if ( m_pPrintUIOptions == 0 ) in render()
3112 m_pPrintUIOptions = lcl_GetPrintUIOptions( pDocShell, pView ); in render()
3115 m_pPrintUIOptions->processProperties( rxOptions ); in render()
3116 const bool bPrintProspect = m_pPrintUIOptions->getBoolValue( "PrintProspect", false ); in render()
3117 const bool bLastPage = m_pPrintUIOptions->getBoolValue( "IsLastPage", sal_False ); in render()
3138 OutputDevice *pOutDev = lcl_GetOutputDevice( *m_pPrintUIOptions ); in render()
3160 OutputDevice * pOut = lcl_GetOutputDevice( *m_pPrintUIOptions ); in render()
3164 … const rtl::OUString aPageRange = m_pPrintUIOptions->getStringValue( "PageRange", OUString() ); in render()
3165 … const bool bFirstPage = m_pPrintUIOptions->getBoolValue( "IsFirstPage", sal_False ); in render()
3166 … bool bIsSkipEmptyPages = !m_pPrintUIOptions->IsPrintEmptyPages( bIsPDFExport ); in render()
3491 if( m_pPrintUIOptions != NULL ) in CleanUpRenderingData()
3493 delete m_pPrintUIOptions; in CleanUpRenderingData()
3494 m_pPrintUIOptions = NULL; in CleanUpRenderingData()