Lines Matching refs:maLightControl
986 maLightControl(this, 0), in SvxLightCtl3D()
997 maLightControl(this, 0), in SvxLightCtl3D()
1015 maLightControl.Show(); in Init()
1016 maLightControl.SetChangeCallback( LINK(this, SvxLightCtl3D, InternalInteractiveChange) ); in Init()
1017 maLightControl.SetSelectionChangeCallback( LINK(this, SvxLightCtl3D, InternalSelectionChange) ); in Init()
1066 maLightControl.SetPosSizePixel(aPoint, aDestSize); in NewLayout()
1088 …const bool bSelectionValid(maLightControl.IsSelectionValid() || maLightControl.IsGeometrySelected(… in CheckSelection()
1095 maLightControl.GetPosition(fHor, fVer); in CheckSelection()
1105 maLightControl.GetPosition(fHor, fVer); in move()
1115 maLightControl.SetPosition(fHor, fVer); in move()
1163 sal_Int32 nLight(maLightControl.GetSelectedLight() - 1); in KeyInput()
1165 while((nLight >= 0) && !maLightControl.GetLightOnOff(nLight)) in KeyInput()
1174 while((nLight >= 0) && !maLightControl.GetLightOnOff(nLight)) in KeyInput()
1182 maLightControl.SelectLight(nLight); in KeyInput()
1195 sal_Int32 nLight(maLightControl.GetSelectedLight() - 1); in KeyInput()
1197 while(nLight <= 7 && !maLightControl.GetLightOnOff(nLight)) in KeyInput()
1206 while(nLight <= 7 && !maLightControl.GetLightOnOff(nLight)) in KeyInput()
1214 maLightControl.SelectLight(nLight); in KeyInput()
1241 Size aFocusSize = maLightControl.GetOutputSizePixel(); in GetFocus()
1248 aFocusRect = maLightControl.PixelToLogic( aFocusRect ); in GetFocus()
1250 maLightControl.ShowFocus( aFocusRect ); in GetFocus()
1258 maLightControl.HideFocus(); in LoseFocus()
1266 maLightControl.SetPosition( in IMPL_LINK()
1296 maLightControl.GetPosition(fHor, fVer); in IMPL_LINK()