Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/uno/
H A Dunotxdoc.cxx399 m_pPrintUIOptions( NULL ), in SwXTextDocument()
418 delete m_pPrintUIOptions; in ~SwXTextDocument()
2687 m_pPrintUIOptions = lcl_GetPrintUIOptions( pDocShell, pView ); in getRendererCount()
2859 if (!m_pPrintUIOptions) in getRenderer()
2861 m_pPrintUIOptions->processProperties( rxOptions ); in getRenderer()
3037 m_pPrintUIOptions->appendPrintUIOptions( aRenderer ); in getRenderer()
3109 if ( m_pPrintUIOptions == 0 ) in render()
3115 m_pPrintUIOptions->processProperties( rxOptions ); in render()
3491 if( m_pPrintUIOptions != NULL ) in CleanUpRenderingData()
3493 delete m_pPrintUIOptions; in CleanUpRenderingData()
[all …]
/aoo41x/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 …]
/aoo41x/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
/aoo41x/main/starmath/inc/
H A Dunomodel.hxx63 SmPrintUIOptions* m_pPrintUIOptions; member in SmModel

Completed in 154 milliseconds