Searched refs:nNewZ (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/ui/inc/ |
H A D | viewdata.hxx | 371 void SetRefStart( SCCOL nNewX, SCROW nNewY, SCTAB nNewZ ) in SetRefStart() argument 372 { nRefStartX = nNewX; nRefStartY = nNewY; nRefStartZ = nNewZ; } in SetRefStart() 373 void SetRefEnd( SCCOL nNewX, SCROW nNewY, SCTAB nNewZ ) in SetRefEnd() argument 374 { nRefEndX = nNewX; nRefEndY = nNewY; nRefEndZ = nNewZ; } in SetRefEnd()
|
H A D | undoblk.hxx | 564 SCCOL nNewX, SCROW nNewY, SCTAB nNewZ, ScDocument* pNewRedoDoc,
|
/trunk/main/drawinglayer/source/processor3d/ |
H A D | zbufferprocessor3d.cxx | 411 const sal_uInt16 nNewZ(static_cast< sal_uInt16 >(fNewZ)); in processLineSpan() local 414 if(nNewZ > rOldZ) in processLineSpan() 427 rOldZ = nNewZ; in processLineSpan()
|
/trunk/main/sc/source/ui/undo/ |
H A D | undoblk3.cxx | 1392 SCCOL nNewX, SCROW nNewY, SCTAB nNewZ, ScDocument* pNewRedoDoc, in ScUndoConversion() argument 1398 aNewCursorPos( nNewX, nNewY, nNewZ ), in ScUndoConversion()
|
Completed in 26 milliseconds