Home
last modified time | relevance | path

Searched refs:fWidth (Results 51 – 59 of 59) sorted by relevance

123

/trunk/main/vcl/inc/vcl/
H A Dbitmapex.hxx401 double fWidth,
/trunk/main/oox/inc/oox/xls/
H A Dworksheethelper.hxx299 void setDefaultColumnWidth( double fWidth );
/trunk/main/svtools/source/graphic/
H A Dgrfmgr.cxx1455 double fWidth, in calculateCropScaling() argument
1481 fFactorX = fabs(fWidth) / fDivX; in calculateCropScaling()
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobject.hxx103 virtual void SAL_CALL setWidth( double fWidth ) throw (css::uno::RuntimeException);
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfvec.cxx213 aLineInfo.SetWidth( (sal_Int32) (aDXFLineInfo.fWidth * scale + 0.5) ); in Transform()
/trunk/main/oox/source/xls/
H A Dworksheetfragment.cxx1209 double fWidth = static_cast< double >( nWidth ) / 256.0; in importStandardWidth() local
1211 setDefaultColumnWidth( fWidth ); in importStandardWidth()
/trunk/main/svtools/inc/svtools/
H A Dgrfmgr.hxx485 double fWidth,
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4389 double fWidth = r - l; in ImportShape() local
4395 fWidth *= fXScale; in ImportShape()
4397 …r = Rectangle( Point( (sal_Int32)fl, (sal_Int32)fo ), Size( (sal_Int32)( fWidth + 1 ), (sal_Int32)… in ImportShape()
5080 double fWidth = r - l; in GetGroupAnchors() local
5086 fWidth *= fXScale; in GetGroupAnchors()
5088 …r = Rectangle( Point( (sal_Int32)fl, (sal_Int32)fo ), Size( (sal_Int32)( fWidth + 1 ), (sal_Int32)… in GetGroupAnchors()
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx2849 double fWidth = 0.0; in ReadUserDataSequence() local
2850 if (rSettings[i].Value >>= fWidth) in ReadUserDataSequence()
2851 pView->SetPendingRelTabBarWidth( fWidth ); in ReadUserDataSequence()

Completed in 100 milliseconds

123