Home
last modified time | relevance | path

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

/AOO41X/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx174 rTarget.setX(maIntTexture.getX().getVal()); in getTextureCoor()
175 rTarget.setY(maIntTexture.getY().getVal()); in getTextureCoor()
179 const double fZFactor(maIntInvTexture.getZ().getVal()); in getTextureCoor()
181 rTarget.setX(maIntInvTexture.getX().getVal() * fInvZFactor); in getTextureCoor()
182 rTarget.setY(maIntInvTexture.getY().getVal() * fInvZFactor); in getTextureCoor()
247 …basegfx::B3DVector(maIntNormal.getX().getVal(), maIntNormal.getY().getVal(), maIntNormal.getZ().ge… in decideColorAndOpacity()
256 …asegfx::BColor aBlendColor(maIntColor.getX().getVal(), maIntColor.getY().getVal(), maIntColor.getZ… in decideColorAndOpacity()
271 …basegfx::B3DVector(maIntNormal.getX().getVal(), maIntNormal.getY().getVal(), maIntNormal.getZ().ge… in decideColorAndOpacity()
280 rColor.setRed(maIntColor.getX().getVal()); in decideColorAndOpacity()
281 rColor.setGreen(maIntColor.getY().getVal()); in decideColorAndOpacity()
[all …]
/AOO41X/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XRowUpdate.java187 boolean getVal = row.getBoolean(idx) ; in _updateBoolean()
188 result = newVal == getVal ; in _updateBoolean()
216 byte getVal = row.getByte(idx) ; in _updateByte()
217 result = newVal == getVal ; in _updateByte()
245 short getVal = row.getShort(idx) ; in _updateShort() local
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()
[all …]
H A D_XRow.java171 boolean getVal = oObj.getBoolean(col) ; in _getBoolean()
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
297 double getVal = oObj.getDouble(col) ; in _getDouble() 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
[all …]
/AOO41X/main/qadevOOo/tests/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()
/AOO41X/main/basegfx/inc/basegfx/raster/
H A Drasterconvert3d.hxx65 double getVal() const { return mfVal; } in getVal() function in basegfx::ip_single
352 return maX.getVal() < rComp.maX.getVal(); in operator <()
427 return pA->getX().getVal() < pB->getX().getVal(); in operator ()()
/AOO41X/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()
/AOO41X/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()