Home
last modified time | relevance | path

Searched refs:floor (Results 26 – 50 of 134) sorted by relevance

123456

/aoo41x/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseNumericFunctions.java139 floor(xRowRes); in testFunctions()
280 …private void floor(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in floor() method in DBaseNumericFunctions
/aoo41x/main/drawinglayer/source/primitive2d/
H A Dsceneprimitive2d.cxx449 aRetval.expand(basegfx::B2DTuple(floor(aRetval.getMinX()), floor(aRetval.getMinY()))); in getB2DRange()
H A Danimatedprimitive2d.cxx176 const sal_uInt32 nIndA(sal_uInt32(floor(fIndex))); in get2DDecomposition()
/aoo41x/main/drawinglayer/source/processor2d/
H A Dvclpixelprocessor2d.cxx778 (sal_Int32)floor(aViewport.getMinX()), (sal_Int32)floor(aViewport.getMinY()), in processBasePrimitive2D()
/aoo41x/main/filter/source/flash/
H A Dswfwriter2.cxx420 sal_Int16 nUpper = (sal_Int16)floor(fValue); in getFixed()
421 sal_uInt16 nLower = (sal_uInt16)((fValue - floor(fValue))*0x10000); in getFixed()
/aoo41x/main/chart2/source/view/axes/
H A DTickmarks_Equidistant.cxx49 floor( approxSub( fMin, rIncrement.BaseValue ) in getMinimumAtIncrement()
68 floor( approxSub( fMax, rIncrement.BaseValue ) in getMaximumAtIncrement()
H A DTickmarkHelper.cxx345 floor( approxSub( fMin, rIncrement.BaseValue ) in getMinimumAtIncrement()
363 floor( approxSub( fMax, rIncrement.BaseValue ) in getMaximumAtIncrement()
/aoo41x/main/svx/source/svdraw/
H A Dsvdfmtf.cxx599 basegfx::fround(floor(std::max(0.0, aPixel.getMinX()))), in InsertObj()
600 basegfx::fround(floor(std::max(0.0, aPixel.getMinY())))); in InsertObj()
1421 floor(aRange.getMinX()), in DoAction()
1422 floor(aRange.getMinY()), in DoAction()
/aoo41x/main/avmedia/source/framework/
H A Dmediacontrol.cxx440 …aTimeString += rLocaleData.getDuration( Time( 0, 0, static_cast< sal_uInt32 >( floor( fCurTime ) )… in implUpdateTimeField()
442 …aTimeString += rLocaleData.getDuration( Time( 0, 0, static_cast< sal_uInt32 >( floor( maItem.getDu… in implUpdateTimeField()
/aoo41x/main/basic/source/runtime/
H A Dmethods.cxx1153 aDouble = floor( aDouble ); in RTLFUNC()
1172 aDouble = floor( aDouble ); in RTLFUNC()
1792 aDate = floor( aDate ); in implGetDateDay()
2016 fResult = floor( fResult ); in RTLFUNC()
2105 double nFrac = dDate - floor( dDate ); in implGetHour()
2129 double nFrac = dDate - floor( dDate ); in implGetMinute()
2168 double nFrac = dDate - floor( dDate ); in implGetSecond()
/aoo41x/main/odk/examples/DevelopersGuide/Forms/
H A DNumericValidator.java83 return ( java.lang.Math.floor( value * 10 ) == value * 10 ); in isProperDigitCount()
/aoo41x/main/forms/qa/integration/forms/
H A DNumericValidator.java84 return ( java.lang.Math.floor( value * 10 ) == value * 10 ); in isProperDigitCount()
/aoo41x/main/basic/source/sbx/
H A Dsbxform.cxx110 return floor( log10( fabs( dNumber ) ) ); in get_number_of_digits()
405 dDigit = floor( pow( 10.0,log10( fabs( dNumber ) )-dI ) ); in GetDigitAtPos()
/aoo41x/main/canvas/source/cairo/
H A Dcairo_canvashelper_texturefill.cxx109 return static_cast< sal_Int32 >( floor( rVal ) ); in roundDown()
/aoo41x/main/oox/source/drawingml/chart/
H A Dchartspacefragment.cxx98 case C_TOKEN( floor ): in onCreateContext()
H A Dplotareacontext.cxx103 case C_TOKEN( floor ): in onCreateContext()
/aoo41x/main/svx/source/engine3d/
H A Dobj3d.cxx1174 sal_Int32(floor(aSnapRange.getMinX())), sal_Int32(floor(aSnapRange.getMinY())), in RecalcSnapRect()
/aoo41x/main/vcl/inc/aqua/
H A Dsalprn.h163 inline double TenMuToPt( double nUnits ) { return floor(((nUnits)/fPtTo100thMM)+0.5); } in TenMuToPt()
/aoo41x/main/offapi/com/sun/star/chart/
H A DChartArea.idl49 background area, the diagram wall, and the diagram floor of
H A DX3DDisplay.idl66 the properties of the floor.
H A DDim3DDiagram.idl46 /** gives access to the properties of the wall and floor objects
/aoo41x/main/connectivity/source/drivers/file/
H A DFNumericFunctions.cxx73 return floor((double)lhs); in operate()
/aoo41x/main/connectivity/source/drivers/macab/
H A DMacabHeader.cxx204 sal_Int32 halfLength = floor(_length/2); in sortRecord()
/aoo41x/main/sal/inc/rtl/
H A Dmath.hxx297 return floor( approxValue( a )); in approxFloor()
/aoo41x/main/sdext/source/presenter/
H A DPresenterScrollBar.cxx202 sal_Int32(floor(rBox.X1)), in SetPosSize()
205 sal_Int32(floor(rBox.Y2-rBox.Y1)), in SetPosSize()

Completed in 182 milliseconds

123456