Home
last modified time | relevance | path

Searched refs:aCntSharedBox (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/svx/source/dialog/
H A Dhdft.cxx150 aCntSharedBox ( this, SVX_RES( CB_SHARED ) ), in SvxHFPage()
188 aCntSharedBox.SetAccessibleRelationMemberOf( &aFrm ); in SvxHFPage()
261 aSet.Put( SfxBoolItem( nWShared, aCntSharedBox.IsChecked() ) ); in FillItemSet()
405 aCntSharedBox.Check(rShared.GetValue()); in Reset()
428 aCntSharedBox.Check( sal_True ); in Reset()
439 aCntSharedBox.SaveValue(); in Reset()
452 aCntSharedBox.Hide(); in Reset()
501 aCntSharedBox.Disable(); in IMPL_LINK()
503 aCntSharedBox.Enable(); in IMPL_LINK()
527 aCntSharedBox.Disable(); in IMPL_LINK()
[all …]
/AOO42X/main/sc/source/ui/pagedlg/
H A Dtphf.cxx216 if ( aCntSharedBox.IsEnabled() in IMPL_LINK()
217 && !aCntSharedBox.IsChecked() ) in IMPL_LINK()
238 sal_Bool bRightPage = aCntSharedBox.IsChecked() in IMPL_LINK()
/AOO42X/main/svx/inc/svx/
H A Dhdft.hxx79 CheckBox aCntSharedBox; member in SvxHFPage