Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Ddlgctl3d.cxx1165 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()
1197 while(nLight <= 7 && !maLightControl.GetLightOnOff(nLight)) in KeyInput()
1199 nLight++; in KeyInput()
1202 if(nLight > 7) in KeyInput()
[all …]
/trunk/main/svx/source/engine3d/
H A Dfloat3d.cxx3264 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()
3278 nLight = 7; in GetLightSource()
3283 nLight = 0; in GetLightSource()
3285 nLight = 1; in GetLightSource()
[all …]

Completed in 26 milliseconds