Home
last modified time | relevance | path

Searched refs:fV (Results 1 – 11 of 11) sorted by path

/trunk/main/sc/inc/
H A Ddpglobal.hxx122 …Data( sal_uLong nNF, const String & rS, double fV, sal_uInt8 bF ):nNumFormat(nNF), aString(rS), fV… in ScDPItemData() argument
123 …ScDPItemData( const String& rS, double fV = 0.0, sal_Bool bHV = sal_False, const sal_uLong nNumFor…
H A Ddptabdat.hxx81 void Set( double fV, sal_uInt8 nT ) { fValue = fV; nType = nT; } in Set()
/trunk/main/sc/source/core/data/
H A Ddptablecache.cxx180 ScDPItemData::ScDPItemData( const String& rS, double fV/* = 0.0*/, sal_Bool bHV/* = sal_False*/, co… in ScDPItemData() argument
181 nNumFormat( nNumFormatP ), aString(rS), fValue(fV), in ScDPItemData()
/trunk/main/sc/source/filter/excel/
H A Dexcrecds.cxx572 void ExcFilterCondition::SetCondition( sal_uInt8 nTp, sal_uInt8 nOp, double fV, String* pT ) in SetCondition() argument
576 fVal = fV; in SetCondition()
/trunk/main/sc/source/filter/inc/
H A Dexcrecds.hxx408 void SetCondition( sal_uInt8 nTp, sal_uInt8 nOp, double fV, String* pT );
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx1084 double fV = rtl::math::stringToDouble( aT, cDec, 0, &eStatus, 0); in lcl_PutString() local
1086 nMilli = (sal_Int16) (1000.0 * fV + 0.5); in lcl_PutString()
/trunk/main/sd/source/core/
H A Dsdpage.cxx1026 double fV = (double) aPartArea.Height() / pRefPage->GetHgt(); in GetTitleRect() local
1028 if ( fH > fV ) in GetTitleRect()
1029 fH = fV; in GetTitleRect()
/trunk/main/svx/source/engine3d/
H A Dcamera3d.cxx193 if ( fV != 0.0 ) in SetBankAngle()
196 const double fSin(aDiff.getY() / fV); in SetBankAngle()
197 const double fCos(aDiff.getZ() / fV); in SetBankAngle()
210 const double fCos(fV); in SetBankAngle()
225 const double fCos(fV); in SetBankAngle()
235 if ( fV != 0.0 ) in SetBankAngle()
239 const double fCos(aDiff.getZ() / fV); in SetBankAngle()
278 if ( fV != 0.0 ) in Rotate()
296 if ( fV != 0.0 ) in Rotate()
331 if ( fV != 0.0 ) in RotateAroundLookAt()
[all …]
H A Dviewpt3d2.cxx131 double fV, fXupVp, fYupVp; in MakeTransform() local
141 fV = aVPN.getYZLength(); in MakeTransform()
143 if ( fV != 0 ) in MakeTransform()
146 const double fSin(aVPN.getY() / fV); in MakeTransform()
147 const double fCos(aVPN.getZ() / fV); in MakeTransform()
158 const double fCos(fV); in MakeTransform()
170 fV = sqrt(fXupVp * fXupVp + fYupVp * fYupVp); in MakeTransform()
172 if ( fV != 0 ) in MakeTransform()
175 const double fSin(fXupVp / fV); in MakeTransform()
176 const double fCos(fYupVp / fV); in MakeTransform()
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx1123 double fT1, fU1, fT2, fU2, fV; in PointsToBezier() local
1160 fV = 3 * (1.0 - (fT1 * fU2) / (fT2 * fU1)); in PointsToBezier()
1163 fX1 /= fV; in PointsToBezier()
1168 fY1 /= fV; in PointsToBezier()
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx285 double fV = (double) aPartArea.Height() / aPageSize.Height(); in ImpXMLAutoLayoutInfo() local
287 if ( fH > fV ) in ImpXMLAutoLayoutInfo()
288 fH = fV; in ImpXMLAutoLayoutInfo()

Completed in 67 milliseconds