Lines Matching refs:aEdRepeatCol
123 aEdRepeatCol ( this, this, ScResId( ED_REPEATCOL ) ), in ScPrintAreasDlg()
124 aRbRepeatCol ( this, ScResId( RB_REPEATCOL ), &aEdRepeatCol, this ), in ScPrintAreasDlg()
290 aEdRepeatCol.SetModifyHdl ( HDL(Impl_ModifyHdl) ); in Impl_Reset()
293 aEdRepeatCol.SetGetFocusHdl( HDL(Impl_GetFocusHdl) ); in Impl_Reset()
336 aEdRepeatCol.SetText( aStrRange ); in Impl_Reset()
340 Impl_ModifyHdl( &aEdRepeatCol ); in Impl_Reset()
346 aEdRepeatCol.SaveValue(); in Impl_Reset()
378 String aStrRepeatCol = aEdRepeatCol.GetText(); in Impl_CheckRefStrings()
423 else if ( !bRepeatColOk ) pEd = &aEdRepeatCol; in Impl_CheckRefStrings()
556 bDataChanged |= Impl_GetItem( &aEdRepeatCol, aRepeatCol ); in IMPL_LINK()
583 pCtr ==(Control *) &aEdRepeatCol) in IMPL_LINK()
597 pRefInputEdit = &aEdRepeatCol; in IMPL_LINK()
625 pEd = &aEdRepeatCol; in IMPL_LINK()
659 else if( pEd == &aEdRepeatCol ) in IMPL_LINK()