Home
last modified time | relevance | path

Searched refs:round (Results 1 – 25 of 175) sorted by relevance

1234567

/trunk/test/testuno/source/fvt/uno/sc/cell/
H A DCellBorder.java127 eBorderLine.InnerLineWidth = (short) Math.round(2540 / 72.0 * expInnerLineWidth); in CellBorder()
128 eBorderLine.LineDistance = (short) Math.round(2540 / 72.0 * expLineDistance); in CellBorder()
129 eBorderLine.OuterLineWidth = (short) Math.round(2540 / 72.0 * expOuterLineWidth); in CellBorder()
132 aBorderLine.InnerLineWidth = (short) Math.round(2540 / 72.0 * innerLineWidth); in CellBorder()
133 aBorderLine.LineDistance = (short) Math.round(2540 / 72.0 * lineDistance); in CellBorder()
134 aBorderLine.OuterLineWidth = (short) Math.round(2540 / 72.0 * outerLineWidth); in CellBorder()
/trunk/main/sd/
H A DPackage_res.mk45 $(eval $(call gb_Package_add_file,sd_res,pck/round-gorilla.zip,buttons/round-gorilla.zip))
46 $(eval $(call gb_Package_add_file,sd_res,pck/round-white.zip,buttons/round-white.zip))
/trunk/main/offapi/com/sun/star/drawing/
H A DXEnhancedCustomShapeDefaulter.idl51 "round-rectangle",
111 "round-rectangular-callout",
112 "round-callout",
256 // gallery: round-quadrat
270 // gallery: split-round-arrow
/trunk/main/odk/examples/java/ToDo/
H A DToDo.java349 int intNeededDays = (int) Math.round( xcell.getValue() ); in recalc()
478 Math.round( in recalc()
736 int intEasterSunday = (int)Math.round( in getOfficialHolidays()
868 new Integer( (int) Math.round( in getPrivateHolidays()
872 for ( int intHoliday = (int) Math.round( in getPrivateHolidays()
874 intHoliday <= (int) Math.round( dHolidayEnd ); in getPrivateHolidays()
/trunk/main/sdext/source/presenter/
H A DPresenterSlideSorter.cxx1309 mnHorizontalGap = round((nWidth - mnColumnCount*nPreviewWidth) / mnColumnCount); in Update()
1329 mnHorizontalGap = round((nWidth - mnColumnCount*nPreviewWidth) / mnColumnCount); in Update()
1345 mnHorizontalGap = round(gnMaximalHorizontalPreviewGap); in Update()
1352 mnHorizontalGap = round((nWidth - mnColumnCount*nPreviewWidth) / mnColumnCount); in Update()
1362 mnVerticalGap = round(gnPreferredVerticalPreviewGap); in Update()
1369 mnVerticalOffset = round(-(nHeight in Update()
1377 mnHorizontalOffset = round(-(nWidth in Update()
1603 mnHorizontalOffset = round(nOffset); in SetHorizontalOffset()
1619 mnVerticalOffset = round(nOffset); in SetVerticalOffset()
1935 sal_Int32 nLength (round(rsText.getLength() * nMaximalWidth / nTextWidth)); in GetFittingText()
[all …]
/trunk/main/chart2/source/tools/
H A DRelativePositionHelper.cxx182 aResult.X += static_cast< sal_Int32 >( ::rtl::math::round( fXDelta )); in getUpperLeftCornerOfAnchoredObject()
183 aResult.Y += static_cast< sal_Int32 >( ::rtl::math::round( fYDelta )); in getUpperLeftCornerOfAnchoredObject()
244 …::rtl::math::round( fXDelta * rtl::math::cos( fAnglePi ) + fYDelta * rtl::math::sin( fAnglePi )… in getCenterOfAnchoredObject()
246 …::rtl::math::round( - fXDelta * rtl::math::sin( fAnglePi ) + fYDelta * rtl::math::cos( fAnglePi )… in getCenterOfAnchoredObject()
/trunk/main/stoc/source/typeconv/
H A Dconvert.cxx129 static inline double round( double aVal ) in round() function
278 rnVal = (sal_Int64)round( fVal ); in getHyperValue()
406 double fVal = round( *(float *)rAny.getValue() ); in toHyper()
418 double fVal = round( *(double *)rAny.getValue() ); in toHyper()
/trunk/main/ooo_custom_images/industrial/
H A Dduplicates27 lc_calloutshapes.round-rectangular-callout, lc_calloutshapes
28 lc_flowchartshapes.flowchart-alternate-process, lc_basicshapes.round-quadrat
H A DTODO38 + lc_calloutshapes.round-rectangular-callout.png
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8gr.cxx645 Set_UInt16( pArr, (sal_uInt16)::rtl::math::round(fVal) ); in WritePICFHeader()
662 Set_UInt16( pArr, (sal_uInt16)::rtl::math::round(fVal) ); in WritePICFHeader()
839 Set_UInt16( pArr, (sal_uInt16)::rtl::math::round(fVal) ); in WritePICBulletFHeader()
847 Set_UInt16( pArr, (sal_uInt16)::rtl::math::round(fVal) ); in WritePICBulletFHeader()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DColourConverter.java415 return (Math.round((float)x / (points[1] - points[0])) == 1 ? points[1] : points[0]); in getClosest()
419 return (Math.round((float)x / (points[2] - points[1])) >= 1 ? points[2] : points[1]); in getClosest()
/trunk/main/cui/source/options/
H A Doptmemory.cxx94 return long( ::rtl::math::round( double( aNfGraphicObjectCache.GetValue() ) * NF2BYTES ) ); in GetNfGraphicObjectCacheVal()
99 aNfGraphicObjectCache.SetValue( long( ::rtl::math::round( double( nSizeInBytes ) * BYTES2NF ) ) ); in SetNfGraphicObjectCacheVal()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsAnimationFunction.cxx95 sal_Int32(::rtl::math::round(rPoint.X() * nTime)), in ScalePoint()
96 sal_Int32(::rtl::math::round(rPoint.Y() * nTime))); in ScalePoint()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/
H A DInstallationOngoingCtrl.java113 int progress = java.lang.Math.round((100*(i+1))/installPackages.size()); in duringShow()
164 int progress = java.lang.Math.round(100/installedPackages.size()) * (i+1); in duringShow()
/trunk/main/chart2/source/view/main/
H A DVTitle.cxx258 … sal_Int32 nXDistance = static_cast< sal_Int32 >( ::rtl::math::round( fFontHeight * fXFraction ) ); in createShapes()
260 … sal_Int32 nYDistance = static_cast< sal_Int32 >( ::rtl::math::round( fFontHeight * fYFraction ) ); in createShapes()
/trunk/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseNumericFunctions.java202 round(xRowRes); in testFunctions()
294 …private void round(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in round() method in DBaseNumericFunctions
/trunk/main/helpcontent2/helpers/
H A Duno-commands.csv71 .uno:ArrowShapes.split-round-arrow
134 .uno:BasicShapes.round-quadrat
135 .uno:BasicShapes.round-rectangle
184 .uno:CalloutShapes.round-callout
185 .uno:CalloutShapes.round-rectangular-callout
/trunk/main/scp2/source/ooo/
H A Dfile_extra_ooo.scp147 Name = "round-gorilla.zip";
154 Name = "round-white.zip";
/trunk/main/scaddins/source/analysis/
H A Danalysis.cxx797 double fRet = fMult * ::rtl::math::round( fNum / fMult ); in getMround()
818 fMin = ::rtl::math::round( fMin, 0, rtl_math_RoundingMode_Up ); in getRandbetween()
819 fMax = ::rtl::math::round( fMax, 0, rtl_math_RoundingMode_Up ); in getRandbetween()
/trunk/main/desktop/source/splash/
H A Dsplash.cxx578 nScreenRatio = sal_Int32( math::round( double( nWidth ) / double( nHeight ), 2 ) * 100 ); in determineProgressRatioValues()
597 sal_Int32 nRatio = sal_Int32( math::round( fRatio, 2 ) * 100 ); in determineProgressRatioValues()
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx468 fVal = ::rtl::math::round( GetDouble(), 0, eMode ); in RoundNumber()
475 fVal = ::rtl::math::round( GetDouble(), (short)nDec, eMode ); in RoundNumber()
1258 if (fNper == ::rtl::math::round( fNper, 0, rtl_math_RoundingMode_Corrected )) in RateIteration()
2733 fIntermediate = ::rtl::math::round( fIntermediate, in ScEuroConvert()
2738 fRes = ::rtl::math::round( fRes, nToDec ); in ScEuroConvert()
/trunk/main/oox/source/helper/
H A Ddatetimehelper.cxx49 …dateTime.HundredthSeconds = static_cast< sal_uInt16 >( ::rtl::math::round ( 100 * ( seconds - floo… in parseISO8601DateTime()
/trunk/main/xmerge/source/palmtests/qa-wrapper/testcases/
H A Dc_basic-mod.infile22 # basic spreadsheet round trip conversion no modification
H A Dc_cellcurrencyvalue.infile22 # basic spreadsheet with currency format round trip conversion no modification
/trunk/main/oox/source/drawingml/
H A Dlinepropertiescontext.cxx82 case A_TOKEN( round ): in createFastChildContext()

Completed in 149 milliseconds

1234567