Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/ui/uno/
H A Dunotxdoc.cxx399 m_pPrintUIOptions( NULL ), in SwXTextDocument()
418 delete m_pPrintUIOptions; in ~SwXTextDocument()
2727 m_pPrintUIOptions = lcl_GetPrintUIOptions( pDocShell, pView ); in getRendererCount()
2728 const bool bFormat = m_pPrintUIOptions->processPropertiesAndCheckFormat( rxOptions ); in getRendererCount()
2731 lcl_SavePrintUIOptionsToDocumentPrintData( *pDoc, *m_pPrintUIOptions, bIsPDFExport ); in getRendererCount()
2737 OutputDevice *pOutDev = lcl_GetOutputDevice( *m_pPrintUIOptions ); in getRendererCount()
2793 m_pPrintUIOptions, m_pRenderData, bIsPDFExport ); in getRendererCount()
2839 const bool bPrintProspect = m_pPrintUIOptions->getBoolValue( "PrintProspect", false ); in getRendererCount()
2842 …airsForProspectPrinting( *pViewShell->GetLayout(), *m_pRenderData, *m_pPrintUIOptions, nPageCount … in getRendererCount()
2851 …const sal_Int16 nPostItMode = (sal_Int16) m_pPrintUIOptions->getIntValue( "PrintAnnotationMode", 0… in getRendererCount()
[all …]
/AOO42X/main/starmath/source/
H A Dunomodel.cxx328 , m_pPrintUIOptions( NULL ) in SmModel()
335 delete m_pPrintUIOptions; in ~SmModel()
1055 if (!m_pPrintUIOptions) in getRenderer()
1056 m_pPrintUIOptions = new SmPrintUIOptions(); in getRenderer()
1057 m_pPrintUIOptions->appendPrintUIOptions( aRenderer ); in getRenderer()
1145 if (!m_pPrintUIOptions) in render()
1146 m_pPrintUIOptions = new SmPrintUIOptions(); in render()
1147 m_pPrintUIOptions->processProperties( rxOptions ); in render()
1149 pView->Impl_Print( *pOut, *m_pPrintUIOptions, Rectangle( OutputRect ), Point() ); in render()
1153 if (m_pPrintUIOptions->getBoolValue( "IsLastPage", sal_False )) in render()
[all …]
/AOO42X/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
/AOO42X/main/starmath/inc/
H A Dunomodel.hxx63 SmPrintUIOptions* m_pPrintUIOptions; member in SmModel