Lines Matching refs:aWndCenter

103 		aWndCenter		( this, ScResId( WND_CENTER ), Center ),  in ScHFEditPage()
165 aWndCenter. SetFont( aPatAttr ); in ScHFEditPage()
169 aWndCenter.SetObjectSelectHdl( LINK(this,ScHFEditPage,ObjectSelectHdl) ); in ScHFEditPage()
202 aWndCenter.SetNumType(eNumType); in SetNumType()
219 aWndCenter.SetText( *pCenter ); in Reset()
235 EditTextObject* pCenter = aWndCenter.CreateTextObject(); in FillItemSet()
392 pCenterObj.reset(aWndCenter.GetEditEngine()->CreateTextObject()); in SetSelectDefinedList()
423 if(IsPageEntry(aWndCenter.GetEditEngine(), pCenterObj.get())) in SetSelectDefinedList()
512 if(IsPageEntry(aWndCenter.GetEditEngine(), pCenterObj.get()) && in SetSelectDefinedList()
523 … if(IsDateEntry(pRightObj.get()) && IsPageEntry(aWndCenter.GetEditEngine(), pCenterObj.get())) in SetSelectDefinedList()
662 aWndCenter.GetEditEngine()->SetText(aPageEntry); in ProcessDefinedListSel()
663 aWndCenter.InsertField( SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD) ); in ProcessDefinedListSel()
665 aWndCenter.GrabFocus(); in ProcessDefinedListSel()
675 aWndCenter.GetEditEngine()->SetText(aPageEntry); in ProcessDefinedListSel()
677aWndCenter.GetEditEngine()->QuickInsertField(SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD), ESele… in ProcessDefinedListSel()
682aWndCenter.GetEditEngine()->QuickInsertText(aPageOfEntry,ESelection(aSel.nEndPara,aSel.nEndPos, aS… in ProcessDefinedListSel()
684aWndCenter.GetEditEngine()->QuickInsertField(SvxFieldItem(SvxPagesField(), EE_FEATURE_FIELD), ESel… in ProcessDefinedListSel()
685 pTextObj.reset(aWndCenter.GetEditEngine()->CreateTextObject()); in ProcessDefinedListSel()
686 aWndCenter.SetText(*pTextObj); in ProcessDefinedListSel()
689 aWndCenter.GrabFocus(); in ProcessDefinedListSel()
695 aWndCenter.InsertField( SvxFieldItem(SvxTableField(), EE_FEATURE_FIELD) ); in ProcessDefinedListSel()
697 aWndCenter.GrabFocus(); in ProcessDefinedListSel()
707aWndCenter.InsertField( SvxFieldItem(SvxDateField(Date(),SVXDATETYPE_VAR), EE_FEATURE_FIELD) ); in ProcessDefinedListSel()
721aWndCenter.GetEditEngine()->QuickInsertField(SvxFieldItem( SvxFileField(), EE_FEATURE_FIELD ), aSe… in ProcessDefinedListSel()
726aWndCenter.GetEditEngine()->QuickInsertText(aPageEntry, ESelection(aSel.nEndPara,aSel.nEndPos, aSe… in ProcessDefinedListSel()
729aWndCenter.GetEditEngine()->QuickInsertField(SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD), ESele… in ProcessDefinedListSel()
730 pTextObj.reset(aWndCenter.GetEditEngine()->CreateTextObject()); in ProcessDefinedListSel()
731 aWndCenter.SetText(*pTextObj); in ProcessDefinedListSel()
734 aWndCenter.GrabFocus(); in ProcessDefinedListSel()
740 aWndCenter.InsertField( SvxFieldItem( SvxExtFileField( in ProcessDefinedListSel()
743 aWndCenter.GrabFocus(); in ProcessDefinedListSel()
752 aWndCenter.GetEditEngine()->SetText(aPageEntry); in ProcessDefinedListSel()
754aWndCenter.GetEditEngine()->QuickInsertField(SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD), ESele… in ProcessDefinedListSel()
757aWndCenter.GetEditEngine()->QuickInsertText(aCommaSpace,ESelection(aSel.nEndPara, aSel.nEndPos, aS… in ProcessDefinedListSel()
759aWndCenter.GetEditEngine()->QuickInsertField( SvxFieldItem(SvxTableField(), EE_FEATURE_FIELD), ESe… in ProcessDefinedListSel()
760 pTextObj.reset(aWndCenter.GetEditEngine()->CreateTextObject()); in ProcessDefinedListSel()
761 aWndCenter.SetText(*pTextObj); in ProcessDefinedListSel()
763 aWndCenter.GrabFocus(); in ProcessDefinedListSel()
773 aWndCenter.GetEditEngine()->SetText(aPageEntry); in ProcessDefinedListSel()
775aWndCenter.GetEditEngine()->QuickInsertField(SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD), ESele… in ProcessDefinedListSel()
778aWndCenter.GetEditEngine()->QuickInsertText(aCommaSpace,ESelection(aSel.nEndPara, aSel.nEndPos, aS… in ProcessDefinedListSel()
780aWndCenter.GetEditEngine()->QuickInsertField( SvxFieldItem(SvxFileField(), EE_FEATURE_FIELD), ESel… in ProcessDefinedListSel()
781 pTextObj.reset(aWndCenter.GetEditEngine()->CreateTextObject()); in ProcessDefinedListSel()
782 aWndCenter.SetText(*pTextObj); in ProcessDefinedListSel()
784 aWndCenter.GrabFocus(); in ProcessDefinedListSel()
793 aWndCenter.GetEditEngine()->SetText(aPageEntry); in ProcessDefinedListSel()
794 aWndCenter.InsertField( SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD) ); in ProcessDefinedListSel()
811 aWndCenter.GetEditEngine()->SetText(aPageEntry); in ProcessDefinedListSel()
812 aWndCenter.InsertField( SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD) ); in ProcessDefinedListSel()
828aWndCenter.InsertField( SvxFieldItem(SvxDateField(Date(),SVXDATETYPE_VAR), EE_FEATURE_FIELD) ); in ProcessDefinedListSel()
847 aWndCenter.GetEditEngine()->SetText(EMPTY_STRING); in ClearTextAreas()
848 aWndCenter.Invalidate(); in ClearTextAreas()