Lines Matching refs:GetEditEngine

466 	aViewWin.GetEditView()->GetEditEngine()->SetRefDevice( pPrinter );  in EditMainWindow()
562 …aViewWin.GetEditView()->GetEditEngine()->SetStatusEventHdl( LINK( this, EditMainWindow, ShowStatus… in EditMainWindow()
576 EditEngine* pEditEngine = aViewWin.GetEditView()->GetEditEngine(); in SetTitle()
593 EditEngine* pEditEngine = pEditView->GetEditEngine(); in UpdateToolBox()
716 EditEngine* pEditEngine = pEditView->GetEditEngine(); in IMPL_LINK()
739 ULONG nControl = pEditView->GetEditEngine()->GetControlWord(); in IMPL_LINK()
744 pEditView->GetEditEngine()->SetControlWord( nControl ); in IMPL_LINK()
748 ULONG nControl = pEditView->GetEditEngine()->GetControlWord(); in IMPL_LINK()
753 pEditView->GetEditEngine()->SetControlWord( nControl ); in IMPL_LINK()
757 ULONG nControl = pEditView->GetEditEngine()->GetControlWord(); in IMPL_LINK()
762 pEditView->GetEditEngine()->SetControlWord( nControl ); in IMPL_LINK()
773 ULONG nControl = pEditView->GetEditEngine()->GetControlWord(); in IMPL_LINK()
778 pEditView->GetEditEngine()->SetControlWord( nControl ); in IMPL_LINK()
781 …pEditView->GetEditEngine()->Draw( pEditView->GetWindow(), pEditView->GetOutputArea(), pEditView->G… in IMPL_LINK()
784 ULONG nControl = pEditView->GetEditEngine()->GetControlWord(); in IMPL_LINK()
789 pEditView->GetEditEngine()->SetControlWord( nControl ); in IMPL_LINK()
796 pEditView->GetEditEngine()->ClearPolygon(); in IMPL_LINK()
1277 pEditView->GetEditEngine()->SetPolygon( aPPoly ); in CreatePolygon()
1309 long y = pEditView->GetEditEngine()->GetTextHeight(); in IMPL_LINK_INLINE_END()
1310 long x = pEditView->GetEditEngine()->GetPaperSize().Width(); in IMPL_LINK_INLINE_END()
1365 if ( pEditView && pEditView->GetEditEngine()->GetPolygon() ) in Resize()
1372 EditEngine* pEditEngine = pEditView->GetEditEngine(); in IMPL_LINK()
1470 if ( pEditView->GetEditEngine()->GetPolygon() ) in Paint()
1476 DrawPolyPolygon( *pEditView->GetEditEngine()->GetPolygon() ); in Paint()