Home
last modified time | relevance | path

Searched refs:aEdRepeatRow (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/pagedlg/
H A Dareasdlg.cxx118 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()
[all …]
/trunk/main/sc/source/ui/inc/
H A Dareasdlg.hxx68 formula::RefEdit aEdRepeatRow; member in ScPrintAreasDlg