Lines Matching refs:aContourWnd

392 		aContourWnd			( this, ResId( CTL_CONTOUR, *rResId.GetResMgr() ) ),  in SvxSuperContourDlg()
406 aContourWnd.SetMousePosLink( LINK( this, SvxSuperContourDlg, MousePosHdl ) ); in SvxSuperContourDlg()
407 aContourWnd.SetGraphSizeLink( LINK( this, SvxSuperContourDlg, GraphSizeHdl ) ); in SvxSuperContourDlg()
408 aContourWnd.SetUpdateLink( LINK( this, SvxSuperContourDlg, StateHdl ) ); in SvxSuperContourDlg()
409 aContourWnd.SetPipetteHdl( LINK( this, SvxSuperContourDlg, PipetteHdl ) ); in SvxSuperContourDlg()
410 aContourWnd.SetPipetteClickHdl( LINK( this, SvxSuperContourDlg, PipetteClickHdl ) ); in SvxSuperContourDlg()
411 aContourWnd.SetWorkplaceClickHdl( LINK( this, SvxSuperContourDlg, WorkplaceClickHdl ) ); in SvxSuperContourDlg()
479 _aSize.Height() = aPoint.Y() - aContourWnd.GetPosPixel().Y() - 6; in Resize()
480 aContourWnd.SetSizePixel( _aSize ); in Resize()
540 aContourWnd.SetGraphic( aGraphic ); in SetGraphic()
552 …DBG_ASSERT( aContourWnd.GetGraphic().GetType() != GRAPHIC_NONE, "Graphic must've been set first!"… in SetPolyPolygon()
575 aContourWnd.SetPolyPolygon( aPolyPoly ); in SetPolyPolygon()
576 aContourWnd.GetSdrModel()->SetChanged( sal_True ); in SetPolyPolygon()
588 PolyPolygon aRetPolyPoly( aContourWnd.GetPolyPolygon() ); in GetPolyPolygon()
714 aContourWnd.SetPolyPolygon( aPolyPoly ); in ReducePoints()
715 aContourWnd.GetSdrModel()->SetChanged( sal_True ); in ReducePoints()
746 if ( !aContourWnd.IsContourChanged() || ( aQBox.Execute() == RET_YES ) ) in IMPL_LINK()
747 aContourWnd.SetWorkplaceMode( sal_True ); in IMPL_LINK()
752 aContourWnd.SetWorkplaceMode( sal_False ); in IMPL_LINK()
759 aContourWnd.SetEditMode( sal_True ); in IMPL_LINK()
766 aContourWnd.SetObjKind( OBJ_RECT ); in IMPL_LINK()
773 aContourWnd.SetObjKind( OBJ_CIRC ); in IMPL_LINK()
781 aContourWnd.SetObjKind( OBJ_POLY ); in IMPL_LINK()
788 aContourWnd.SetObjKind( OBJ_FREEFILL ); in IMPL_LINK()
793 aContourWnd.SetPolyEditMode( pTbx->IsItemChecked( TBI_POLYEDIT ) ? SID_BEZIER_MOVE : 0 ); in IMPL_LINK()
797 aContourWnd.SetPolyEditMode( SID_BEZIER_MOVE ); in IMPL_LINK()
801 aContourWnd.SetPolyEditMode( SID_BEZIER_INSERT ); in IMPL_LINK()
805 aContourWnd.GetSdrView()->DeleteMarkedPoints(); in IMPL_LINK()
814 aContourWnd.SetGraphic( aGraphic, sal_False ); in IMPL_LINK()
824 aContourWnd.SetGraphic( aGraphic, sal_False ); in IMPL_LINK()
849 aContourWnd.SetPipetteMode( bPipette ); in IMPL_LINK()
920 aContourWnd.GrabFocus(); in IMPL_LINK()
931 aContourWnd.GetSdrModel()->SetChanged( sal_False ); in IMPL_LINK()
950 …const Rectangle aWorkRect = aContourWnd.LogicToPixel( aContourWnd.GetWorkRect(), MapMode( MAP_100T… in IMPL_LINK()
951 const Graphic& rGraphic = aContourWnd.GetGraphic(); in IMPL_LINK()