Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/dialog/
H A Dhdft.cxx147 aCntSharedBox ( this, SVX_RES( CB_SHARED ) ), in SvxHFPage()
183 aCntSharedBox.SetAccessibleRelationMemberOf( &aFrm ); in SvxHFPage()
241 aSet.Put( SfxBoolItem( nWShared, aCntSharedBox.IsChecked() ) ); in FillItemSet()
364 aCntSharedBox.Check(rShared.GetValue()); in Reset()
387 aCntSharedBox.Check( sal_True ); in Reset()
398 aCntSharedBox.SaveValue(); in Reset()
411 aCntSharedBox.Hide(); in Reset()
460 aCntSharedBox.Disable(); in IMPL_LINK()
462 aCntSharedBox.Enable(); in IMPL_LINK()
486 aCntSharedBox.Disable(); in IMPL_LINK()
[all …]
/AOO41X/main/sc/source/ui/pagedlg/
H A Dtphf.cxx217 if ( aCntSharedBox.IsEnabled() in IMPL_LINK()
218 && !aCntSharedBox.IsChecked() ) in IMPL_LINK()
239 sal_Bool bRightPage = aCntSharedBox.IsChecked() in IMPL_LINK()
/AOO41X/main/svx/inc/svx/
H A Dhdft.hxx71 CheckBox aCntSharedBox; member in SvxHFPage