Searched refs:GetBorderWidth (Results 1 – 6 of 6) sorted by relevance
/trunk/main/starmath/source/ |
H A D | node.cxx | 794 GetFont().GetBorderWidth())); in Arrange() 855 GetFont().GetBorderWidth())); in Arrange() 2224 long nBorderwidth = GetFont().GetBorderWidth(); in Arrange() 2262 long nBorderwidth = GetFont().GetBorderWidth(); in Draw() 2321 long nBarWidth = nBodyWidth + GetBorderWidth(); in Draw() 2322 Point aBarOffset( GetWidth(), +GetBorderWidth() ); in Draw() 2376 sal_uLong nTmpBorderWidth = GetFont().GetBorderWidth(); in Arrange() 2730 long nTmpBorderWidth = GetFont().GetBorderWidth(); in AdaptToX() 2766 long nTmpBorderWidth = GetFont().GetBorderWidth(); in AdaptToY() 3050 GetFont().GetBorderWidth()).AsGlyphRect()); in Arrange() [all …]
|
H A D | utility.cxx | 351 long SmFace::GetBorderWidth() const in GetBorderWidth() function in SmFace
|
H A D | unomodel.cxx | 528 aSet.SetBorderWidth( rOld.GetBorderWidth() ); in _setPropertyValues()
|
/trunk/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 560 sal_uInt16 GetBorderWidth( const SvxBorderLine& rBLine, 1165 sal_uInt16 nBorderWidth = GetBorderWidth( aBorderLine, sal_True ); in CreateLayoutInfo() 1169 bRightBorder ? GetBorderWidth( aRightBorderLine, sal_True ) : 0; in CreateLayoutInfo() 1332 GetBorderWidth( aTopBorderLine, sal_True ); in GetTopCellSpace() 1363 GetBorderWidth( aBottomBorderLine, sal_True ); in GetBottomCellSpace() 1372 sal_uInt16 nBorderWidth = GetBorderWidth( aBorderLine, sal_True ); in GetBottomCellSpace() 1378 ASSERT( GetBorderWidth( aTopBorderLine, sal_True ) > 0, in GetBottomCellSpace() 1520 nInnerFrmWidth -= GetBorderWidth( rBorderLine ); in FixFrameFmt() 1526 nInnerFrmWidth -= GetBorderWidth( aRightBorderLine ); in FixFrameFmt() 2016 GetBorderWidth( aInhLeftBorderLine, sal_True ) + MIN_BORDER_DIST; in InheritVertBorders() [all …]
|
/trunk/main/starmath/inc/ |
H A D | rect.hxx | 127 sal_uInt16 GetBorderWidth() const { return nBorderWidth; } in GetBorderWidth() function in SmRect
|
H A D | utility.hxx | 119 long GetBorderWidth() const;
|
Completed in 108 milliseconds