Lines Matching refs:aWndRight

106 		aWndRight		( this, ScResId( WND_RIGHT ), Right ),  in ScHFEditPage()
156 Point pt2 = aWndRight.GetPosPixel(); in ScHFEditPage()
158 aWndRight.SetPosPixel(pt1); in ScHFEditPage()
167 aWndRight. SetFont( aPatAttr ); in ScHFEditPage()
171 aWndRight.SetObjectSelectHdl( LINK(this,ScHFEditPage,ObjectSelectHdl) ); in ScHFEditPage()
204 aWndRight.SetNumType(eNumType); in SetNumType()
222 aWndRight.SetText( *pRight ); in Reset()
237 EditTextObject* pRight = aWndRight .CreateTextObject(); in FillItemSet()
394 pRightObj.reset(aWndRight.GetEditEngine()->CreateTextObject()); in SetSelectDefinedList()
465 … if(IsDateEntry(pCenterObj.get()) && IsPageEntry(aWndRight.GetEditEngine(), pRightObj.get())) in SetSelectDefinedList()
540 … if(IsDateEntry(pCenterObj.get()) && IsPageEntry(aWndRight.GetEditEngine(), pRightObj.get())) in SetSelectDefinedList()
711 aWndRight.GetEditEngine()->SetText(aPageEntry); in ProcessDefinedListSel()
712 aWndRight.InsertField( SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD) ); in ProcessDefinedListSel()
714 aWndRight.GrabFocus(); in ProcessDefinedListSel()
796 aWndRight.InsertField( SvxFieldItem( SvxExtFileField( in ProcessDefinedListSel()
799 aWndRight.GrabFocus(); in ProcessDefinedListSel()
814aWndRight.InsertField( SvxFieldItem(SvxDateField(Date(),SVXDATETYPE_VAR), EE_FEATURE_FIELD) ); in ProcessDefinedListSel()
816 aWndRight.GrabFocus(); in ProcessDefinedListSel()
832 aWndRight.GetEditEngine()->SetText(aPageEntry); in ProcessDefinedListSel()
833 aWndRight.InsertField( SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD) ); in ProcessDefinedListSel()
835 aWndRight.GrabFocus(); in ProcessDefinedListSel()
850 aWndRight.GetEditEngine()->SetText(EMPTY_STRING); in ClearTextAreas()
851 aWndRight.Invalidate(); in ClearTextAreas()