Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/dialog/
H A Ddlgctl3d.cxx986 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()
[all …]
/AOO41X/main/svx/inc/svx/
H A Ddlgctl3d.hxx163 Svx3DLightControl maLightControl; member in SvxLightCtl3D
185 Svx3DLightControl& GetSvx3DLightControl() { return maLightControl; } in GetSvx3DLightControl()