Searched refs:nExponent (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 2018 bool GraphicObject::ImplRenderTempTile( VirtualDevice& rVDev, int nExponent, in ImplRenderTempTile() argument 2023 if( nExponent <= 1 ) in ImplRenderTempTile() 2031 nMSBFactor *= nExponent; in ImplRenderTempTile() 2035 nMSBFactor /= nExponent; in ImplRenderTempTile() 2044 bool bRet( ImplRenderTileRecursive( rVDev, nExponent, nMSBFactor, nNumTilesX, nNumTilesY, in ImplRenderTempTile() 2099 else if( ImplRenderTileRecursive( rVDev, nExponent, nMSBFactor/nExponent, in ImplRenderTileRecursive() 2143 …rVDev.SetLineColor( Color( 255 * nExponent / nMSBFactor, 255 - 255 * nExponent / nMSBFactor, 128 -… in ImplRenderTileRecursive() 2194 rTileInfo.aTileSizePixel = Size( rTileSizePixel.Width()*nMSBFactor*nExponent, in ImplRenderTileRecursive() 2195 rTileSizePixel.Height()*nMSBFactor*nExponent ); in ImplRenderTileRecursive() 2207 for( nY=0; nY < aTileInfo.nTilesEmptyY && nY < nExponent*nMSBFactor; nY += nMSBFactor ) in ImplRenderTileRecursive() [all …]
|
/aoo4110/main/chart2/source/controller/dialogs/ |
H A D | res_ErrorBar.cxx | 234 …sal_Int32 nExponent = static_cast< sal_Int32 >( ::rtl::math::approxFloor( log10( fMinorStepWidth )… in SetAxisMinorStepWidthForErrorBarDecimals() local 235 if( nExponent <= 0 ) in SetAxisMinorStepWidthForErrorBarDecimals() 238 m_nConstDecimalDigits = static_cast< sal_uInt16 >( (-nExponent) + 1 ); in SetAxisMinorStepWidthForErrorBarDecimals() 244 m_nConstSpinSize = static_cast< sal_Int64 >( pow( 10.0, (int)nExponent )); in SetAxisMinorStepWidthForErrorBarDecimals()
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | grfmgr.hxx | 275 bool SVT_DLLPRIVATE ImplRenderTempTile( VirtualDevice& rVDev, int nExponent, 281 …bool SVT_DLLPRIVATE ImplRenderTileRecursive( VirtualDevice& rVDev, int nExponent, int nMSBFac…
|
/aoo4110/main/chart2/source/view/axes/ |
H A D | ScaleAutomatism.cxx | 912 … int nExponent = static_cast< int >( ::rtl::math::approxFloor( log10( fDistance ) ) ); in calculateExplicitIncrementAndScaleForLinear() local 913 fDistanceMagnitude = ::rtl::math::pow10Exp( 1.0, nExponent ); in calculateExplicitIncrementAndScaleForLinear()
|
Completed in 452 milliseconds