Lines Matching refs:aEdRepeatRow
118 aEdRepeatRow ( this, this, ScResId( ED_REPEATROW ) ), in ScPrintAreasDlg()
119 aRbRepeatRow ( this, ScResId( RB_REPEATROW ), &aEdRepeatRow, this ), in ScPrintAreasDlg()
222 sal_Bool bRow = ( &aEdRepeatRow == pRefInputEdit ); in SetReference()
289 aEdRepeatRow.SetModifyHdl ( HDL(Impl_ModifyHdl) ); in Impl_Reset()
292 aEdRepeatRow.SetGetFocusHdl( HDL(Impl_GetFocusHdl) ); in Impl_Reset()
330 aEdRepeatRow.SetText( aStrRange ); in Impl_Reset()
339 Impl_ModifyHdl( &aEdRepeatRow ); in Impl_Reset()
345 aEdRepeatRow.SaveValue(); in Impl_Reset()
361 lcl_CheckRepeatString(aRangeStr, pDoc, &aEdRepeatRow == pEd, &aRange); in Impl_GetItem()
377 String aStrRepeatRow = aEdRepeatRow.GetText(); in Impl_CheckRefStrings()
422 else if ( !bRepeatRowOk ) pEd = &aEdRepeatRow; in Impl_CheckRefStrings()
551 bDataChanged |= Impl_GetItem( &aEdRepeatRow, aRepeatRow ); in IMPL_LINK()
582 pCtr ==(Control *) &aEdRepeatRow || in IMPL_LINK()
593 pRefInputEdit = &aEdRepeatRow; in IMPL_LINK()
627 pEd = &aEdRepeatRow; in IMPL_LINK()
661 else if( pEd == &aEdRepeatRow ) in IMPL_LINK()