Searched refs:fL (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/tools/source/generic/ |
H A D | b3dtrans.cxx | 434 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()
|
/aoo41x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeFontWork.cxx | 715 double fL = hypot( fvx, fvy ); in FitTextOutlinesToShapeOutlines() local 716 fvx = fvx / fL; in FitTextOutlinesToShapeOutlines() 717 fvy = fvy / fL; in FitTextOutlinesToShapeOutlines() 718 …fL = (double)( aTextAreaIter->aBoundRect.GetHeight() / 2.0 + aTextAreaIter->aBoundRect.Top() ) - a… in FitTextOutlinesToShapeOutlines() 719 fvx *= fL; in FitTextOutlinesToShapeOutlines() 720 fvy *= fL; in FitTextOutlinesToShapeOutlines()
|
/aoo41x/main/tools/inc/tools/ |
H A D | b3dtrans.hxx | 174 …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 26 milliseconds