Searched refs:GetBaseWidth (Results 1 – 7 of 7) sorted by relevance
368 return (sal_uInt16)(long)Fraction( nWidth*256 + GetBaseWidth()/2, in GetRelWidth()369 GetBaseWidth() ); in GetRelWidth()378 return (sal_uInt16)(long)Fraction( nWidth*100 + GetBaseWidth()/2, in GetPrcWidth()379 GetBaseWidth() ); in GetPrcWidth()
95 sal_uInt16 GetBaseWidth() const { return nBaseWidth;} in GetBaseWidth() function in SwTextGridItem
291 sal_uInt32 GetBaseWidth() const { return nBaseWidth; } in GetBaseWidth() function in SwWriteTable
534 pGrid->GetBaseHeight(): pGrid->GetBaseWidth()
249 aCharWidthMF.SetValue(aCharWidthMF.Normalize(rGridItem.GetBaseWidth()), FUNIT_TWIP); in Reset()
2205 nBaseWidth == ((SwTextGridItem&)rAttr).GetBaseWidth() && in operator ==()2225 nBaseWidth = rCpy.GetBaseWidth(); in operator =()
3763 sal_Int32 nCharWidth = rGrid.GetBaseWidth() - nPageCharSize; in FormatTextGrid()
Completed in 65 milliseconds