Lines Matching refs:m_pEngine

63         ,m_pEngine              ( _pEngine            )  in RichTextControlImpl()
70 …OSL_ENSURE( m_pEngine, "RichTextControlImpl::RichTextControlImpl: invalid edit engine! This will… in RichTextControlImpl()
77 MapMode aRefDeviceMapMode( m_pEngine->GetRefDevice()->GetMapMode() ); in RichTextControlImpl()
81 m_pView = new EditView( m_pEngine, m_pViewport ); in RichTextControlImpl()
82 m_pEngine->InsertView( m_pView ); in RichTextControlImpl()
85 m_pEngine->registerEngineStatusListener( this ); in RichTextControlImpl()
104 m_pEngine->RemoveView( m_pView ); in ~RichTextControlImpl()
105 m_pEngine->revokeEngineStatusListener( this ); in ~RichTextControlImpl()
201 …er > aHandler = AttributeHandlerFactory::getHandlerFor( _nAttributeId, *m_pEngine->GetEmptyItemSet… in enableAttributeNotification()
296m_pEngine->SetPaperSize( Size( m_pEngine->GetPaperSize().Width(), m_pEngine->GetTextHeight() ) ); in EditEngineStatusChanged()
401 m_pEngine->SetPaperSize( Size( EMPTY_PAPER_SIZE, EMPTY_PAPER_SIZE ) ); in ensureLineBreakSetting()
451m_pEngine->SetPaperSize( Size( aViewportSizeLogic.Width(), m_pEngine->GetTextHeight() ) ); in layoutWindow()
462 long nFontHeight = m_pEngine->GetStandardFont(0).GetSize().Height(); in layoutWindow()
474 long nFontWidth = m_pEngine->GetStandardFont(0).GetSize().Width(); in layoutWindow()
478 m_pViewport->SetFont( m_pEngine->GetStandardFont(0) ); in layoutWindow()
497 long nOverallTextHeight = m_pEngine->GetTextHeight(); in updateScrollbars()
504 Size aPaperSize( m_pEngine->GetPaperSize() ); in updateScrollbars()
505 …long nOverallTextWidth = ( aPaperSize.Width() == EMPTY_PAPER_SIZE ) ? m_pEngine->CalcTextWidth() :… in updateScrollbars()
595 MapMode aRefMapMode( m_pEngine->GetRefDevice()->GetMapMode() ); in Draw()
642 m_pEngine->Draw( _pDev, aPlayground, Point(), sal_True ); in Draw()