Lines Matching refs:SvxLightCtl3D

984 SvxLightCtl3D::SvxLightCtl3D( Window* pParent, const ResId& rResId)  in SvxLightCtl3D()  function in SvxLightCtl3D
995 SvxLightCtl3D::SvxLightCtl3D( Window* pParent, WinBits nStyle ) in SvxLightCtl3D() function in SvxLightCtl3D
1006 void SvxLightCtl3D::Init() in Init()
1016 maLightControl.SetChangeCallback( LINK(this, SvxLightCtl3D, InternalInteractiveChange) ); in Init()
1017 maLightControl.SetSelectionChangeCallback( LINK(this, SvxLightCtl3D, InternalSelectionChange) ); in Init()
1024 maHorScroller.SetScrollHdl( LINK(this, SvxLightCtl3D, ScrollBarMove) ); in Init()
1031 maVerScroller.SetScrollHdl( LINK(this, SvxLightCtl3D, ScrollBarMove) ); in Init()
1035 maSwitcher.SetClickHdl( LINK(this, SvxLightCtl3D, ButtonPress) ); in Init()
1044 SvxLightCtl3D::~SvxLightCtl3D() in ~SvxLightCtl3D()
1048 void SvxLightCtl3D::Resize() in Resize()
1057 void SvxLightCtl3D::NewLayout() in NewLayout()
1086 void SvxLightCtl3D::CheckSelection() in CheckSelection()
1101 void SvxLightCtl3D::move( double fDeltaHor, double fDeltaVer ) in move()
1125 void SvxLightCtl3D::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
1233 void SvxLightCtl3D::GetFocus() in GetFocus()
1254 void SvxLightCtl3D::LoseFocus() in LoseFocus()
1261 IMPL_LINK( SvxLightCtl3D, ScrollBarMove, void*, EMPTYARG) in IMPL_LINK() argument
1278 IMPL_LINK( SvxLightCtl3D, ButtonPress, void*, EMPTYARG) in IMPL_LINK() argument
1292 IMPL_LINK( SvxLightCtl3D, InternalInteractiveChange, void*, EMPTYARG) in IMPL_LINK() argument
1308 IMPL_LINK( SvxLightCtl3D, InternalSelectionChange, void*, EMPTYARG) in IMPL_LINK() argument