Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/dialog/
H A Ddlgctl3d.cxx1163 sal_Int32 nLight(maLightControl.GetSelectedLight() - 1); in KeyInput() local
1165 while((nLight >= 0) && !maLightControl.GetLightOnOff(nLight)) in KeyInput()
1167 nLight--; in KeyInput()
1170 if(nLight < 0) in KeyInput()
1172 nLight = 7; in KeyInput()
1174 while((nLight >= 0) && !maLightControl.GetLightOnOff(nLight)) in KeyInput()
1176 nLight--; in KeyInput()
1180 if(nLight >= 0) in KeyInput()
1182 maLightControl.SelectLight(nLight); in KeyInput()
1195 sal_Int32 nLight(maLightControl.GetSelectedLight() - 1); in KeyInput() local
[all …]
/AOO41X/main/svx/source/engine3d/
H A Dfloat3d.cxx3089 const sal_uInt32 nLight(aCtlLightPreview.GetSvx3DLightControl().GetSelectedLight()); in IMPL_LINK() local
3092 switch( nLight ) in IMPL_LINK()
3259 sal_uInt16 nLight = 8; in GetLightSource() local
3264 nLight = 0; in GetLightSource()
3266 nLight = 1; in GetLightSource()
3268 nLight = 2; in GetLightSource()
3270 nLight = 3; in GetLightSource()
3272 nLight = 4; in GetLightSource()
3274 nLight = 5; in GetLightSource()
3276 nLight = 6; in GetLightSource()
[all …]