Lines Matching refs:OrientationHelper_Impl
40 struct OrientationHelper_Impl struct
51 explicit OrientationHelper_Impl( DialControl& rCtrlDial, CheckBox& rCbStacked );
65 OrientationHelper_Impl::OrientationHelper_Impl( DialControl& rCtrlDial, CheckBox& rCbStacked ) : in OrientationHelper_Impl() function in svx::OrientationHelper_Impl
73 mrCbStacked.SetClickHdl( LINK( this, OrientationHelper_Impl, ClickHdl ) ); in OrientationHelper_Impl()
76 void OrientationHelper_Impl::AddDependentWindow( Window& rWindow, TriState eDisableIfStacked ) in AddDependentWindow()
82 void OrientationHelper_Impl::EnableDependentWindows() in EnableDependentWindows()
88 void OrientationHelper_Impl::EnableWindow( Window& rWindow, TriState eDisableIfStacked ) in EnableWindow()
102 void OrientationHelper_Impl::ShowDependentWindows() in ShowDependentWindows()
108 IMPL_LINK( OrientationHelper_Impl, ClickHdl, void*, EMPTYARG ) in IMPL_LINK() argument
117 mpImpl( new OrientationHelper_Impl( rCtrlDial, rCbStacked ) ) in OrientationHelper()
124 mpImpl( new OrientationHelper_Impl( rCtrlDial, rCbStacked ) ) in OrientationHelper()