Home
last modified time | relevance | path

Searched refs:fL (Results 1 – 3 of 3) sorted by relevance

/trunk/main/tools/source/generic/
H A Db3dtrans.cxx434 void B3dTransformationSet::SetDeviceRectangle(double fL, double fR, double fB, double fT, in SetDeviceRectangle() argument
437 if(fL != mfLeftBound || fR != mfRightBound || fB != mfBottomBound || fT != mfTopBound) in SetDeviceRectangle()
439 mfLeftBound = fL; in SetDeviceRectangle()
465 void B3dTransformationSet::GetDeviceRectangle(double &fL, double &fR, double& fB, double& fT) in GetDeviceRectangle() argument
467 fL = mfLeftBound; in GetDeviceRectangle()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx715 double fL = hypot( fvx, fvy ); in FitTextOutlinesToShapeOutlines() local
716 fvx = fvx / fL; in FitTextOutlinesToShapeOutlines()
717 fvy = fvy / fL; in FitTextOutlinesToShapeOutlines()
718fL = (double)( aTextAreaIter->aBoundRect.GetHeight() / 2.0 + aTextAreaIter->aBoundRect.Top() ) - a… in FitTextOutlinesToShapeOutlines()
719 fvx *= fL; in FitTextOutlinesToShapeOutlines()
720 fvy *= fL; in FitTextOutlinesToShapeOutlines()
/trunk/main/tools/inc/tools/
H A Db3dtrans.hxx174 …void SetDeviceRectangle(double fL=-1.0, double fR=1.0, double fB=-1.0, double fT=1.0, sal_Bool bBr…
176 void GetDeviceRectangle(double &fL, double &fR, double& fB, double& fT);

Completed in 18 milliseconds