Searched refs:getVal (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/drawinglayer/source/processor3d/ |
H A D | zbufferprocessor3d.cxx | 323 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 …]
|
/aoo42x/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XRowUpdate.java | 188 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.java | 193 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 …]
|
/aoo42x/main/qadevOOo/tests/java/ifc/ui/dialogs/ |
H A D | _XFilePickerControlAccess.java | 118 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()
|
/aoo42x/main/basegfx/inc/basegfx/raster/ |
H A D | rasterconvert3d.hxx | 66 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 ()()
|
/aoo42x/main/basegfx/source/raster/ |
H A D | rasterconvert3d.cxx | 312 rEntry.getX().getVal() + fDistanceX, rEntry.getX().getInc(), in rasterconvertB3DEdge() 313 rEntry.getZ().getVal() + rEntry.getZ().getInc(), rEntry.getZ().getInc(), in rasterconvertB3DEdge()
|
/aoo42x/main/vcl/source/fontsubset/ |
H A D | cff.cxx | 476 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 90 milliseconds