Searched refs:fV (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/svx/source/engine3d/ |
H A D | camera3d.cxx | 193 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 D | viewpt3d2.cxx | 131 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()
|
/aoo41x/main/sc/inc/ |
H A D | dpglobal.hxx | 122 …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 D | dptabdat.hxx | 81 void Set( double fV, sal_uInt8 nT ) { fValue = fV; nType = nT; } in Set()
|
/aoo41x/main/svx/source/xoutdev/ |
H A D | _xpoly.cxx | 1123 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()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | excrecds.cxx | 572 void ExcFilterCondition::SetCondition( sal_uInt8 nTp, sal_uInt8 nOp, double fV, String* pT ) in SetCondition() argument 576 fVal = fV; in SetCondition()
|
/aoo41x/main/sc/source/core/data/ |
H A D | dptablecache.cxx | 180 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()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | excrecds.hxx | 408 void SetCondition( sal_uInt8 nTp, sal_uInt8 nOp, double fV, String* pT );
|
/aoo41x/main/sd/source/core/ |
H A D | sdpage.cxx | 1038 double fV = (double) aPartArea.Height() / pRefPage->GetHgt(); in GetTitleRect() local 1040 if ( fH > fV ) in GetTitleRect() 1041 fH = fV; in GetTitleRect()
|
/aoo41x/main/xmloff/source/draw/ |
H A D | sdxmlexp.cxx | 285 double fV = (double) aPartArea.Height() / aPageSize.Height(); in ImpXMLAutoLayoutInfo() local 287 if ( fH > fV ) in ImpXMLAutoLayoutInfo() 288 fH = fV; in ImpXMLAutoLayoutInfo()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | impex.cxx | 1084 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()
|
Completed in 85 milliseconds