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.cxx399 m_pPrintUIOptions( NULL ), in SwXTextDocument()
418 delete m_pPrintUIOptions; in ~SwXTextDocument()
2703 m_pPrintUIOptions = lcl_GetPrintUIOptions( pDocShell, pView ); in getRendererCount()
2875 if (!m_pPrintUIOptions) in getRenderer()
2877 m_pPrintUIOptions->processProperties( rxOptions ); in getRenderer()
3053 m_pPrintUIOptions->appendPrintUIOptions( aRenderer ); in getRenderer()
3125 if ( m_pPrintUIOptions == 0 ) in render()
3131 m_pPrintUIOptions->processProperties( rxOptions ); in render()
3507 if( m_pPrintUIOptions != NULL ) in CleanUpRenderingData()
3509 delete m_pPrintUIOptions; in CleanUpRenderingData()
[all …]
/trunk/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 …]
/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.hxx224 SwPrintUIOptions * m_pPrintUIOptions; member in SwXTextDocument
/trunk/main/starmath/inc/
H A Dunomodel.hxx63 SmPrintUIOptions* m_pPrintUIOptions; member in SmModel

Completed in 75 milliseconds