Searched refs:OrientationHelper_Impl (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/svx/source/dialog/ |
H A D | orienthelper.cxx | 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() [all …]
|
/aoo42x/main/svx/inc/svx/ |
H A D | orienthelper.hxx | 41 struct OrientationHelper_Impl; 100 std::auto_ptr< OrientationHelper_Impl > mpImpl;
|
Completed in 23 milliseconds