Lines Matching refs:aTmfPause
66 aTmfPause ( this, SdResId( TMF_PAUSE ) ), in SdStartPresentationDlg()
107 aTmfPause.SetModifyHdl( LINK( this, SdStartPresentationDlg, ChangePauseHdl ) ); in SdStartPresentationDlg()
108 aTmfPause.SetFormat( TIMEF_SEC ); in SdStartPresentationDlg()
113 aTmfPause.SetAccessibleRelationLabeledBy( &aRbtAuto ); in SdStartPresentationDlg()
114 aTmfPause.SetAccessibleName(aRbtAuto.GetText()); in SdStartPresentationDlg()
163 aTmfPause.SetTime( Time( 0, 0, nPause ) ); in SdStartPresentationDlg()
165 Edit *pEdit = aTmfPause.GetField(); in SdStartPresentationDlg()
286 …rAttr.Put( SfxUInt32Item ( ATTR_PRESENT_PAUSE_TIMEOUT, aTmfPause.GetTime().GetMSFromTime() / 1000 … in GetAttr()
318 aTmfPause.Enable( bAuto ); in IMPL_LINK()
319 aCbxAutoLogo.Enable( bAuto && ( aTmfPause.GetTime().GetMSFromTime() > 0 ) ); in IMPL_LINK()
341 aCbxAutoLogo.Enable( aRbtAuto.IsChecked() && ( aTmfPause.GetTime().GetMSFromTime() > 0 ) ); in IMPL_LINK()