Searched refs:aCbxAutoLogo (Results 1 – 2 of 2) sorted by relevance
67 aCbxAutoLogo ( this, SdResId( CBX_AUTOLOGO ) ), in SdStartPresentationDlg()169 …aCbxAutoLogo.Check( ( ( const SfxBoolItem& ) rOutAttrs.Get( ATTR_PRESENT_SHOW_PAUSELOGO ) ).GetVal… in SdStartPresentationDlg()287 rAttr.Put( SfxBoolItem ( ATTR_PRESENT_SHOW_PAUSELOGO, aCbxAutoLogo.IsChecked() ) ); in GetAttr()319 aCbxAutoLogo.Enable( bAuto && ( aTmfPause.GetTime().GetMSFromTime() > 0 ) ); in IMPL_LINK()341 aCbxAutoLogo.Enable( aRbtAuto.IsChecked() && ( aTmfPause.GetTime().GetMSFromTime() > 0 ) ); in IMPL_LINK()
67 CheckBox aCbxAutoLogo; member in SdStartPresentationDlg
Completed in 12 milliseconds