Searched refs:maRBDateTimeAutomatic (Results 1 – 1 of 1) sorted by relevance
143 RadioButton maRBDateTimeAutomatic; member in sd::HeaderFooterTabPage445 maRBDateTimeAutomatic( this, SdResId( RB_DATETIME_AUTOMATIC ) ), in HeaderFooterTabPage()485 moveY( maRBDateTimeAutomatic, deltaY ); in HeaderFooterTabPage()525 maRBDateTimeAutomatic.SetClickHdl( LINK( this, HeaderFooterTabPage, UpdateOnClickHdl ) ); in HeaderFooterTabPage()545 maRBDateTimeAutomatic.SetAccessibleRelationMemberOf(&maCBDateTime); in HeaderFooterTabPage()550 maCBDateTimeFormat.SetAccessibleName(maRBDateTimeAutomatic.GetText()); in HeaderFooterTabPage()551 maCBDateTimeFormat.SetAccessibleRelationLabeledBy(&maRBDateTimeAutomatic); in HeaderFooterTabPage()604 maRBDateTimeAutomatic.Check( !rSettings.mbDateTimeIsFixed ); in init()664 maRBDateTimeAutomatic.Enable( maCBDateTime.IsChecked() ); in update()665 maCBDateTimeFormat.Enable( maCBDateTime.IsChecked() && maRBDateTimeAutomatic.IsChecked() ); in update()[all …]
Completed in 18 milliseconds