Lines Matching refs:aWndCenter

104 		aWndCenter		( this, ScResId( WND_CENTER ), Center ),  in ScHFEditPage()
166 aWndCenter. SetFont( aPatAttr ); in ScHFEditPage()
170 aWndCenter.SetObjectSelectHdl( LINK(this,ScHFEditPage,ObjectSelectHdl) ); in ScHFEditPage()
203 aWndCenter.SetNumType(eNumType); in SetNumType()
220 aWndCenter.SetText( *pCenter ); in Reset()
236 EditTextObject* pCenter = aWndCenter.CreateTextObject(); in FillItemSet()
393 pCenterObj.reset(aWndCenter.GetEditEngine()->CreateTextObject()); in SetSelectDefinedList()
424 if(IsPageEntry(aWndCenter.GetEditEngine(), pCenterObj.get())) in SetSelectDefinedList()
513 if(IsPageEntry(aWndCenter.GetEditEngine(), pCenterObj.get()) && in SetSelectDefinedList()
524 … if(IsDateEntry(pRightObj.get()) && IsPageEntry(aWndCenter.GetEditEngine(), pCenterObj.get())) in SetSelectDefinedList()
663 aWndCenter.GetEditEngine()->SetText(aPageEntry); in ProcessDefinedListSel()
664 aWndCenter.InsertField( SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD) ); in ProcessDefinedListSel()
666 aWndCenter.GrabFocus(); in ProcessDefinedListSel()
676 aWndCenter.GetEditEngine()->SetText(aPageEntry); in ProcessDefinedListSel()
678aWndCenter.GetEditEngine()->QuickInsertField(SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD), ESele… in ProcessDefinedListSel()
683aWndCenter.GetEditEngine()->QuickInsertText(aPageOfEntry,ESelection(aSel.nEndPara,aSel.nEndPos, aS… in ProcessDefinedListSel()
685aWndCenter.GetEditEngine()->QuickInsertField(SvxFieldItem(SvxPagesField(), EE_FEATURE_FIELD), ESel… in ProcessDefinedListSel()
686 pTextObj.reset(aWndCenter.GetEditEngine()->CreateTextObject()); in ProcessDefinedListSel()
687 aWndCenter.SetText(*pTextObj); in ProcessDefinedListSel()
690 aWndCenter.GrabFocus(); in ProcessDefinedListSel()
696 aWndCenter.InsertField( SvxFieldItem(SvxTableField(), EE_FEATURE_FIELD) ); in ProcessDefinedListSel()
698 aWndCenter.GrabFocus(); in ProcessDefinedListSel()
708aWndCenter.InsertField( SvxFieldItem(SvxDateField(Date(),SVXDATETYPE_VAR), EE_FEATURE_FIELD) ); in ProcessDefinedListSel()
722aWndCenter.GetEditEngine()->QuickInsertField(SvxFieldItem( SvxFileField(), EE_FEATURE_FIELD ), aSe… in ProcessDefinedListSel()
727aWndCenter.GetEditEngine()->QuickInsertText(aPageEntry, ESelection(aSel.nEndPara,aSel.nEndPos, aSe… in ProcessDefinedListSel()
730aWndCenter.GetEditEngine()->QuickInsertField(SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD), ESele… in ProcessDefinedListSel()
731 pTextObj.reset(aWndCenter.GetEditEngine()->CreateTextObject()); in ProcessDefinedListSel()
732 aWndCenter.SetText(*pTextObj); in ProcessDefinedListSel()
735 aWndCenter.GrabFocus(); in ProcessDefinedListSel()
741 aWndCenter.InsertField( SvxFieldItem( SvxExtFileField( in ProcessDefinedListSel()
744 aWndCenter.GrabFocus(); in ProcessDefinedListSel()
753 aWndCenter.GetEditEngine()->SetText(aPageEntry); in ProcessDefinedListSel()
755aWndCenter.GetEditEngine()->QuickInsertField(SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD), ESele… in ProcessDefinedListSel()
758aWndCenter.GetEditEngine()->QuickInsertText(aCommaSpace,ESelection(aSel.nEndPara, aSel.nEndPos, aS… in ProcessDefinedListSel()
760aWndCenter.GetEditEngine()->QuickInsertField( SvxFieldItem(SvxTableField(), EE_FEATURE_FIELD), ESe… in ProcessDefinedListSel()
761 pTextObj.reset(aWndCenter.GetEditEngine()->CreateTextObject()); in ProcessDefinedListSel()
762 aWndCenter.SetText(*pTextObj); in ProcessDefinedListSel()
764 aWndCenter.GrabFocus(); in ProcessDefinedListSel()
774 aWndCenter.GetEditEngine()->SetText(aPageEntry); in ProcessDefinedListSel()
776aWndCenter.GetEditEngine()->QuickInsertField(SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD), ESele… in ProcessDefinedListSel()
779aWndCenter.GetEditEngine()->QuickInsertText(aCommaSpace,ESelection(aSel.nEndPara, aSel.nEndPos, aS… in ProcessDefinedListSel()
781aWndCenter.GetEditEngine()->QuickInsertField( SvxFieldItem(SvxFileField(), EE_FEATURE_FIELD), ESel… in ProcessDefinedListSel()
782 pTextObj.reset(aWndCenter.GetEditEngine()->CreateTextObject()); in ProcessDefinedListSel()
783 aWndCenter.SetText(*pTextObj); in ProcessDefinedListSel()
785 aWndCenter.GrabFocus(); in ProcessDefinedListSel()
794 aWndCenter.GetEditEngine()->SetText(aPageEntry); in ProcessDefinedListSel()
795 aWndCenter.InsertField( SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD) ); in ProcessDefinedListSel()
812 aWndCenter.GetEditEngine()->SetText(aPageEntry); in ProcessDefinedListSel()
813 aWndCenter.InsertField( SvxFieldItem(SvxPageField(), EE_FEATURE_FIELD) ); in ProcessDefinedListSel()
829aWndCenter.InsertField( SvxFieldItem(SvxDateField(Date(),SVXDATETYPE_VAR), EE_FEATURE_FIELD) ); in ProcessDefinedListSel()
848 aWndCenter.GetEditEngine()->SetText(EMPTY_STRING); in ClearTextAreas()
849 aWndCenter.Invalidate(); in ClearTextAreas()