Home
last modified time | relevance | path

Searched refs:fSize (Results 1 – 17 of 17) sorted by relevance

/trunk/main/xmloff/source/style/
H A Dchrhghdl.cxx56 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()
/trunk/main/oox/source/drawingml/chart/
H A Dconverterbase.cxx317 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()
/trunk/main/chart2/source/view/charttypes/
H A DBubbleChart.cxx105 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()
/trunk/main/drawinglayer/source/texture/
H A Dtexture.cxx328 const double fSize(1.0 - (fStepSize * a)); in appendTransformationsAndColors() local
329 …rix = maGradientInfo.getTextureTransform() * basegfx::tools::createScaleB2DHomMatrix(fSize, fSize); in appendTransformationsAndColors()
464 const double fSize(1.0 - (fStepSize * a)); in appendTransformationsAndColors() local
465 …rix = maGradientInfo.getTextureTransform() * basegfx::tools::createScaleB2DHomMatrix(fSize, fSize); in appendTransformationsAndColors()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx735 float fSize = (float)nHeight / 10; in lcl_SetColl() local
736 nHeight = CalcToUnit( fSize, SFX_MAPUNIT_TWIP ); in lcl_SetColl()
773 float fSize = (float)aStandardHeightLB.GetValue() / 10; in FillItemSet() local
778 float fSize = (float)aTitleHeightLB.GetValue() / 10; in FillItemSet() local
779 … pFontConfig->SetFontHeight( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), FONT_OUTLINE, nFontGroup ); in FillItemSet()
783 float fSize = (float)aListHeightLB.GetValue() / 10; in FillItemSet() local
784 … pFontConfig->SetFontHeight( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), FONT_LIST, nFontGroup ); in FillItemSet()
788 float fSize = (float)aLabelHeightLB.GetValue() / 10; in FillItemSet() local
793 float fSize = (float)aIndexHeightLB.GetValue() / 10; in FillItemSet() local
794 … pFontConfig->SetFontHeight( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), FONT_INDEX, nFontGroup ); in FillItemSet()
[all …]
/trunk/main/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx554 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()
/trunk/main/vbahelper/source/msforms/
H A Dvbanewfont.cxx65 void SAL_CALL VbaNewFont::setSize( double fSize ) throw (uno::RuntimeException) in setSize() argument
69 uno::Any( static_cast< float >( fSize ) ) ); in setSize()
H A Dvbanewfont.hxx46 virtual void SAL_CALL setSize( double fSize ) throw (css::uno::RuntimeException);
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ucb/
H A D_XSimpleFileAccess.java295 int fSize = oObj.getSize(filename); in _getSize() local
296 tRes.tested("getSize()", fSize == 17 ); in _getSize()
/trunk/main/svtools/source/contnr/
H A Dfileview.cxx691 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()
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx133 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()
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfentrd.cxx238 fSize=1.0; in DXFShapeEntity()
251 case 40: fSize=rDGR.GetF(); break; in EvaluateGroup()
H A Ddxfentrd.hxx241 double fSize; // 40 member in DXFShapeEntity
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx1135 void UserFormGeometryHelper::implSetSize( double fSize, bool bHeight, bool bOuter ) in implSetSize() argument
1138 sal_Int32 nSize = static_cast< sal_Int32 >( fSize ); in implSetSize()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx237 void implSetSize( double fSize, bool bHeight, bool bOuter );
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx2783 inline void lclSplitBlock( double& rfInt, sal_Int32& rnBlock, double fValue, double fSize ) in lclSplitBlock() argument
2785 rnBlock = static_cast< sal_Int32 >( modf( (fValue + 0.1) / fSize, &rfInt ) * fSize + 0.1 ); in lclSplitBlock()
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx1394 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()

Completed in 119 milliseconds