/aoo41x/test/testuno/source/fvt/uno/sc/cell/ |
H A D | CellBorder.java | 127 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()
|
/aoo41x/main/offapi/com/sun/star/drawing/ |
H A D | XEnhancedCustomShapeDefaulter.idl | 51 "round-rectangle", 111 "round-rectangular-callout", 112 "round-callout", 256 // gallery: round-quadrat 270 // gallery: split-round-arrow
|
/aoo41x/main/odk/examples/java/ToDo/ |
H A D | ToDo.java | 349 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()
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterSlideSorter.cxx | 1309 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 …]
|
/aoo41x/main/chart2/source/tools/ |
H A D | RelativePositionHelper.cxx | 182 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()
|
/aoo41x/main/ooo_custom_images/industrial/ |
H A D | duplicates | 27 lc_calloutshapes.round-rectangular-callout, lc_calloutshapes 28 lc_flowchartshapes.flowchart-alternate-process, lc_basicshapes.round-quadrat
|
H A D | TODO | 38 + lc_calloutshapes.round-rectangular-callout.png
|
/aoo41x/main/stoc/source/typeconv/ |
H A D | convert.cxx | 129 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()
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ |
H A D | ColourConverter.java | 415 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()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | wrtww8gr.cxx | 645 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()
|
/aoo41x/main/cui/source/options/ |
H A D | optmemory.cxx | 94 return long( ::rtl::math::round( double( aNfGraphicObjectCache.GetValue() ) * NF2BYTES ) ); in GetNfGraphicObjectCacheVal() 99 aNfGraphicObjectCache.SetValue( long( ::rtl::math::round( double( nSizeInBytes ) * BYTES2NF ) ) ); in SetNfGraphicObjectCacheVal()
|
/aoo41x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsAnimationFunction.cxx | 95 sal_Int32(::rtl::math::round(rPoint.X() * nTime)), in ScalePoint() 96 sal_Int32(::rtl::math::round(rPoint.Y() * nTime))); in ScalePoint()
|
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/ |
H A D | InstallationOngoingCtrl.java | 113 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()
|
H A D | UninstallationOngoingCtrl.java | 98 int progress = java.lang.Math.round((100*(i+1))/uninstallPackages.size()); in duringShow()
|
/aoo41x/main/chart2/source/view/main/ |
H A D | VTitle.cxx | 258 … 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()
|
/aoo41x/main/connectivity/qa/complex/connectivity/dbase/ |
H A D | DBaseNumericFunctions.java | 202 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
|
/aoo41x/main/scp2/source/ooo/ |
H A D | file_extra_ooo.scp | 147 Name = "round-gorilla.zip"; 154 Name = "round-white.zip";
|
/aoo41x/main/helpcontent2/helpers/ |
H A D | uno-commands.csv | 71 .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
|
/aoo41x/main/desktop/source/splash/ |
H A D | splash.cxx | 578 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()
|
/aoo41x/main/scaddins/source/analysis/ |
H A D | analysis.cxx | 797 double fRet = fMult * ::rtl::math::round( fNum / fMult ); in getMround() 815 fMin = ::rtl::math::round( fMin, 0, rtl_math_RoundingMode_Up ); in getRandbetween() 816 fMax = ::rtl::math::round( fMax, 0, rtl_math_RoundingMode_Up ); in getRandbetween()
|
/aoo41x/main/oox/source/helper/ |
H A D | datetimehelper.cxx | 49 …dateTime.HundredthSeconds = static_cast< sal_uInt16 >( ::rtl::math::round ( 100 * ( seconds - floo… in parseISO8601DateTime()
|
/aoo41x/main/xmerge/source/palmtests/qa-wrapper/testcases/ |
H A D | c_basic-mod.infile | 22 # basic spreadsheet round trip conversion no modification
|
H A D | c_cellcurrencyvalue.infile | 22 # basic spreadsheet with currency format round trip conversion no modification
|
/aoo41x/main/oox/source/drawingml/ |
H A D | linepropertiescontext.cxx | 82 case A_TOKEN( round ): in createFastChildContext()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr2.cxx | 468 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()
|