Searched refs:m_pPrintUIOptions (Results 1 – 5 of 5) sorted by relevance
399 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 …]
328 , 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 …]
57 const SwPrintUIOptions * m_pPrintUIOptions; // not owner member in SwPrintData81 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()
224 SwPrintUIOptions * m_pPrintUIOptions; member in SwXTextDocument
63 SmPrintUIOptions* m_pPrintUIOptions; member in SmModel
Completed in 55 milliseconds