/aoo4110/main/xmloff/source/style/ |
H A D | chrhghdl.cxx | 56 double fSize; in importXML() local 61 if( SvXMLUnitConverter::convertDouble( fSize, rStrImpValue, eSrcUnit, MAP_POINT )) in importXML() 63 rValue <<= (float)fSize; in importXML() 75 float fSize = 0; in exportXML() local 76 if( rValue >>= fSize ) in exportXML() 78 SvXMLUnitConverter::convertDouble( aOut, (double)fSize, sal_True, MAP_POINT, MAP_POINT ); in exportXML()
|
/aoo4110/main/oox/source/drawingml/chart/ |
H A D | converterbase.cxx | 317 sal_Int32 lclCalcSize( sal_Int32 nPos, sal_Int32 nChartSize, double fSize, sal_Int32 nSizeMode ) in lclCalcSize() argument 319 …sal_Int32 nValue = getLimitedValue< sal_Int32, double >( nChartSize * fSize + 0.5, 0, nChartSize ); in lclCalcSize() 333 double lclCalcRelSize( double fPos, double fSize, sal_Int32 nSizeMode ) in lclCalcRelSize() argument 340 fSize -= fPos; in lclCalcRelSize() 344 fSize = 0.0; in lclCalcRelSize() 346 return getLimitedValue< double, double >( fSize, 0.0, 1.0 - fPos ); in lclCalcRelSize()
|
/aoo4110/main/drawinglayer/source/texture/ |
H A D | texture.cxx | 275 const double fSize(1.0 - (fStepSize * a)); in appendTransformationsAndColors() local 276 …rix = maGradientInfo.getTextureTransform() * basegfx::tools::createScaleB2DHomMatrix(fSize, fSize); in appendTransformationsAndColors() 411 const double fSize(1.0 - (fStepSize * a)); in appendTransformationsAndColors() local 412 …rix = maGradientInfo.getTextureTransform() * basegfx::tools::createScaleB2DHomMatrix(fSize, fSize); in appendTransformationsAndColors()
|
/aoo4110/main/chart2/source/view/charttypes/ |
H A D | BubbleChart.cxx | 105 double fSize = pSeries->getBubble_Size( nIndex ); in calculateMaximumLogicBubbleSize() local 107 fSize = fabs(fSize); in calculateMaximumLogicBubbleSize() 108 if( fSize > fMaxSize ) in calculateMaximumLogicBubbleSize() 109 fMaxSize = fSize; in calculateMaximumLogicBubbleSize()
|
/aoo4110/main/sw/source/ui/config/ |
H A D | optpage.cxx | 738 float fSize = (float)nHeight / 10; in lcl_SetColl() local 739 nHeight = CalcToUnit( fSize, SFX_MAPUNIT_TWIP ); in lcl_SetColl() 776 float fSize = (float)aStandardHeightLB.GetValue() / 10; in FillItemSet() local 781 float fSize = (float)aTitleHeightLB.GetValue() / 10; in FillItemSet() local 782 … pFontConfig->SetFontHeight( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), FONT_OUTLINE, nFontGroup ); in FillItemSet() 786 float fSize = (float)aListHeightLB.GetValue() / 10; in FillItemSet() local 787 … pFontConfig->SetFontHeight( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), FONT_LIST, nFontGroup ); in FillItemSet() 791 float fSize = (float)aLabelHeightLB.GetValue() / 10; in FillItemSet() local 796 float fSize = (float)aIndexHeightLB.GetValue() / 10; in FillItemSet() local 797 … pFontConfig->SetFontHeight( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), FONT_INDEX, nFontGroup ); in FillItemSet() [all …]
|
/aoo4110/main/svx/source/sidebar/text/ |
H A D | TextPropertyPanel.cxx | 554 float fSize = (float)nSize / 10; in IMPL_LINK() local 556 SvxFontHeightItem aItem( CalcToUnit( fSize, eUnit ), 100, SID_ATTR_CHAR_FONTHEIGHT ) ; in IMPL_LINK() 719 float fSize = (float)nSize / 10; in IMPL_LINK() local 722 … SvxFontHeightItem aItem( CalcToUnit( fSize, eUnit ), 100, SID_ATTR_CHAR_FONTHEIGHT ) ; in IMPL_LINK() 756 float fSize = (float)nSize / 10; in IMPL_LINK() local 759 … SvxFontHeightItem aItem( CalcToUnit( fSize, eUnit ), 100, SID_ATTR_CHAR_FONTHEIGHT ) ; in IMPL_LINK()
|
/aoo4110/main/vbahelper/source/msforms/ |
H A D | vbanewfont.cxx | 65 void SAL_CALL VbaNewFont::setSize( double fSize ) throw (uno::RuntimeException) in setSize() argument 69 uno::Any( static_cast< float >( fSize ) ) ); in setSize()
|
H A D | vbanewfont.hxx | 46 virtual void SAL_CALL setSize( double fSize ) throw (css::uno::RuntimeException);
|
/aoo4110/main/qadevOOo/tests/java/ifc/ucb/ |
H A D | _XSimpleFileAccess.java | 295 int fSize = oObj.getSize(filename); in _getSize() local 296 tRes.tested("getSize()", fSize == 17 ); in _getSize()
|
/aoo4110/main/svtools/source/contnr/ |
H A D | fileview.cxx | 691 double fSize( ( double ) nSize ); in CreateExactSizeText_Impl() local 706 fSize /= 1024; in CreateExactSizeText_Impl() 712 fSize /= nMega; in CreateExactSizeText_Impl() 718 fSize /= nGiga; in CreateExactSizeText_Impl() 723 OUString aSizeStr( ::rtl::math::doubleToUString( fSize, in CreateExactSizeText_Impl()
|
/aoo4110/main/sfx2/source/dialog/ |
H A D | dinfdlg.cxx | 133 double fSize = nSize; in CreateSizeText() local 142 fSize /= 1024; in CreateSizeText() 150 fSize /= nMega; in CreateSizeText() 159 fSize /= nGiga; in CreateSizeText() 168 aSizeStr = ::rtl::math::doubleToUString( fSize, in CreateSizeText()
|
/aoo4110/main/filter/source/graphicfilter/idxf/ |
H A D | dxfentrd.cxx | 238 fSize=1.0; in DXFShapeEntity() 251 case 40: fSize=rDGR.GetF(); break; in EvaluateGroup()
|
H A D | dxfentrd.hxx | 241 double fSize; // 40 member in DXFShapeEntity
|
/aoo4110/main/vbahelper/inc/vbahelper/ |
H A D | vbahelper.hxx | 237 void implSetSize( double fSize, bool bHeight, bool bOuter );
|
/aoo4110/main/vbahelper/source/vbahelper/ |
H A D | vbahelper.cxx | 1135 void UserFormGeometryHelper::implSetSize( double fSize, bool bHeight, bool bOuter ) in implSetSize() argument 1138 sal_Int32 nSize = static_cast< sal_Int32 >( fSize ); in implSetSize()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | interpr2.cxx | 2779 inline void lclSplitBlock( double& rfInt, sal_Int32& rnBlock, double fValue, double fSize ) in lclSplitBlock() argument 2781 rnBlock = static_cast< sal_Int32 >( modf( (fValue + 0.1) / fSize, &rfInt ) * fSize + 0.1 ); in lclSplitBlock()
|
/aoo4110/main/cui/source/tabpages/ |
H A D | chardlg.cxx | 1394 float fSize = (float)nSize / 10; in FillItemSet_Impl() local 1395 long nVal = CalcToUnit( fSize, rSet.GetPool()->GetMetric( nWhich ) ); in FillItemSet_Impl() 1419 float fSize = (float)nSize / 10; in FillItemSet_Impl() local 1420 rSet.Put( SvxFontHeightItem( CalcToUnit( fSize, eUnit ), 100, nWhich ) ); in FillItemSet_Impl()
|