Lines Matching refs:aWndRight

105 		aWndRight		( this, ScResId( WND_RIGHT ), Right ),  in ScHFEditPage()
155 Point pt2 = aWndRight.GetPosPixel(); in ScHFEditPage()
157 aWndRight.SetPosPixel(pt1); in ScHFEditPage()
166 aWndRight. SetFont( aPatAttr ); in ScHFEditPage()
170 aWndRight.SetObjectSelectHdl( LINK(this,ScHFEditPage,ObjectSelectHdl) ); in ScHFEditPage()
203 aWndRight.SetNumType(eNumType); in SetNumType()
221 aWndRight.SetText( *pRight ); in Reset()
236 EditTextObject* pRight = aWndRight .CreateTextObject(); in FillItemSet()
393 pRightObj.reset(aWndRight.GetEditEngine()->CreateTextObject()); in SetSelectDefinedList()
464 … if(IsDateEntry(pCenterObj.get()) && IsPageEntry(aWndRight.GetEditEngine(), pRightObj.get())) in SetSelectDefinedList()
539 … if(IsDateEntry(pCenterObj.get()) && IsPageEntry(aWndRight.GetEditEngine(), pRightObj.get())) in SetSelectDefinedList()
710 aWndRight.GetEditEngine()->SetText(aPageEntry); in ProcessDefinedListSel()
711 aWndRight.InsertField( SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD) ); in ProcessDefinedListSel()
713 aWndRight.GrabFocus(); in ProcessDefinedListSel()
795 aWndRight.InsertField( SvxFieldItem( SvxExtFileField( in ProcessDefinedListSel()
798 aWndRight.GrabFocus(); in ProcessDefinedListSel()
813aWndRight.InsertField( SvxFieldItem(SvxDateField(Date(),SVXDATETYPE_VAR), EE_FEATURE_FIELD) ); in ProcessDefinedListSel()
815 aWndRight.GrabFocus(); in ProcessDefinedListSel()
831 aWndRight.GetEditEngine()->SetText(aPageEntry); in ProcessDefinedListSel()
832 aWndRight.InsertField( SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD) ); in ProcessDefinedListSel()
834 aWndRight.GrabFocus(); in ProcessDefinedListSel()
849 aWndRight.GetEditEngine()->SetText(EMPTY_STRING); in ClearTextAreas()
850 aWndRight.Invalidate(); in ClearTextAreas()