Home
last modified time | relevance | path

Searched refs:m_pPrintUIOptions (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx398 m_pPrintUIOptions( NULL ), in SwXTextDocument()
417 delete m_pPrintUIOptions; in ~SwXTextDocument()
2693 m_pPrintUIOptions = lcl_GetPrintUIOptions( pDocShell, pView ); in getRendererCount()
2694 const bool bFormat = m_pPrintUIOptions->processPropertiesAndCheckFormat( rxOptions ); in getRendererCount()
2697 lcl_SavePrintUIOptionsToDocumentPrintData( *pDoc, *m_pPrintUIOptions, bIsPDFExport ); in getRendererCount()
2703 OutputDevice *pOutDev = lcl_GetOutputDevice( *m_pPrintUIOptions ); in getRendererCount()
2759 m_pPrintUIOptions, m_pRenderData, bIsPDFExport ); in getRendererCount()
2805 const bool bPrintProspect = m_pPrintUIOptions->getBoolValue( "PrintProspect", false ); in getRendererCount()
2808 …airsForProspectPrinting( *pViewShell->GetLayout(), *m_pRenderData, *m_pPrintUIOptions, nPageCount … in getRendererCount()
2817 …const sal_Int16 nPostItMode = (sal_Int16) m_pPrintUIOptions->getIntValue( "PrintAnnotationMode", 0… in getRendererCount()
[all …]
/trunk/main/starmath/source/
H A Dunomodel.cxx328 , m_pPrintUIOptions( NULL ) in SmModel()
335 delete m_pPrintUIOptions; in ~SmModel()
1050 if (!m_pPrintUIOptions) in getRenderer()
1051 m_pPrintUIOptions = new SmPrintUIOptions(); in getRenderer()
1052 m_pPrintUIOptions->appendPrintUIOptions( aRenderer ); in getRenderer()
1139 if (!m_pPrintUIOptions) in render()
1140 m_pPrintUIOptions = new SmPrintUIOptions(); in render()
1141 m_pPrintUIOptions->processProperties( rxOptions ); in render()
1143 pView->Impl_Print( *pOut, *m_pPrintUIOptions, Rectangle( OutputRect ), Point() ); in render()
1147 if (m_pPrintUIOptions->getBoolValue( "IsLastPage", sal_False )) in render()
[all …]
/trunk/main/sw/inc/
H A Dprintdata.hxx57 const SwPrintUIOptions * m_pPrintUIOptions; // not owner member in SwPrintData
81 m_pPrintUIOptions = NULL; in SwPrintData()
135 const SwPrintUIOptions & GetPrintUIOptions() const { return *m_pPrintUIOptions; } in GetPrintUIOptions()
137 void SetPrintUIOptions( const SwPrintUIOptions *pOpt ) { m_pPrintUIOptions = pOpt; } in SetPrintUIOptions()
H A Dunotxdoc.hxx227 SwPrintUIOptions * m_pPrintUIOptions; member in SwXTextDocument
/trunk/main/starmath/inc/
H A Dunomodel.hxx63 SmPrintUIOptions* m_pPrintUIOptions; member in SmModel