Home
last modified time | relevance | path

Searched refs:OrientationHelper_Impl (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/dialog/
H A Dorienthelper.cxx40 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 …]
/trunk/main/svx/inc/svx/
H A Dorienthelper.hxx41 struct OrientationHelper_Impl;
100 std::auto_ptr< OrientationHelper_Impl > mpImpl;

Completed in 18 milliseconds