Home
last modified time | relevance | path

Searched refs:getVal (Results 1 – 7 of 7) sorted by relevance

/trunk/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx323 rTA.getX().getVal(), (rTB.getX().getVal() - rTA.getX().getVal()) * xInvDelta, in setupLineSpanInterpolators()
324 rTA.getY().getVal(), (rTB.getY().getVal() - rTA.getY().getVal()) * xInvDelta); in setupLineSpanInterpolators()
331 rITA.getX().getVal(), (rITB.getX().getVal() - rITA.getX().getVal()) * xInvDelta, in setupLineSpanInterpolators()
332 rITA.getY().getVal(), (rITB.getY().getVal() - rITA.getY().getVal()) * xInvDelta, in setupLineSpanInterpolators()
333 rITA.getZ().getVal(), (rITB.getZ().getVal() - rITA.getZ().getVal()) * xInvDelta); in setupLineSpanInterpolators()
342 rNA.getX().getVal(), (rNB.getX().getVal() - rNA.getX().getVal()) * xInvDelta, in setupLineSpanInterpolators()
343 rNA.getY().getVal(), (rNB.getY().getVal() - rNA.getY().getVal()) * xInvDelta, in setupLineSpanInterpolators()
344 rNA.getZ().getVal(), (rNB.getZ().getVal() - rNA.getZ().getVal()) * xInvDelta); in setupLineSpanInterpolators()
352 rCA.getX().getVal(), (rCB.getX().getVal() - rCA.getX().getVal()) * xInvDelta, in setupLineSpanInterpolators()
353 rCA.getY().getVal(), (rCB.getY().getVal() - rCA.getY().getVal()) * xInvDelta, in setupLineSpanInterpolators()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XRowUpdate.java188 result = newVal == getVal ; in _updateBoolean()
216 byte getVal = row.getByte(idx) ; in _updateByte()
217 result = newVal == getVal ; in _updateByte()
246 result = newVal == getVal ; in _updateShort()
274 int getVal = row.getInt(idx) ; in _updateInt() local
275 result = newVal == getVal ; in _updateInt()
303 long getVal = row.getLong(idx) ; in _updateLong() local
304 result = newVal == getVal ; in _updateLong()
333 result = newVal == getVal ; in _updateFloat()
362 result = newVal == getVal ; in _updateDouble()
[all …]
H A D_XRow.java193 byte getVal = oObj.getByte(col) ; in _getByte()
215 short getVal = oObj.getShort(col) ; in _getShort() local
237 int getVal = oObj.getInt(col) ; in _getInt() local
257 long getVal = oObj.getLong(col) ; in _getLong() local
277 float getVal = oObj.getFloat(col) ; in _getFloat() local
317 byte[] getVal = oObj.getBytes(col) ; in _getBytes()
337 Date getVal = oObj.getDate(col) ; in _getDate() local
357 Time getVal = oObj.getTime(col) ; in _getTime() local
457 XRef getVal = oObj.getRef(col) ; in _getRef() local
477 XBlob getVal = oObj.getBlob(col) ; in _getBlob() local
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/dialogs/
H A D_XFilePickerControlAccess.java118 Object getVal = null ; in _setValue() local
122 getVal = oObj.getValue(cntlID,(short)0) ; in _setValue()
128 result &= ValueComparer.equalValue(newVal, getVal) ; in _setValue()
163 String getVal = null ; in _setLabel() local
167 getVal = oObj.getLabel(cntlID) ; in _setLabel()
173 result &= newVal.equals(getVal) ; in _setLabel()
/trunk/main/basegfx/inc/basegfx/raster/
H A Drasterconvert3d.hxx66 double getVal() const { return mfVal; } in getVal() function in basegfx::ip_single
353 return maX.getVal() < rComp.maX.getVal(); in operator <()
428 return pA->getX().getVal() < pB->getX().getVal(); in operator ()()
/trunk/main/basegfx/source/raster/
H A Drasterconvert3d.cxx312 rEntry.getX().getVal() + fDistanceX, rEntry.getX().getInc(), in rasterconvertB3DEdge()
313 rEntry.getZ().getVal() + rEntry.getZ().getInc(), rEntry.getZ().getInc(), in rasterconvertB3DEdge()
/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx476 ValType getVal( int nIndex) const { return mnValStack[ nIndex];} in getVal() function in CffSubsetterContext
559 const ValType aVal = getVal( nIndex); in getInt()
703 nVal = getVal(i); in readDictOp()
715 nVal += getVal(i); in readDictOp()

Completed in 65 milliseconds