Searched refs:RealWidth (Results 1 – 8 of 8) sorted by relevance
611 inline KSHORT RealWidth() const { return nRealWidth; } in RealWidth() function in SwTxtFormatInfo612 inline void RealWidth( const KSHORT nNew ) { nRealWidth = nNew; } in RealWidth() function in SwTxtFormatInfo
84 rInf.Width( rInf.RealWidth() ); in Format()
1151 const KSHORT nOldRealWidth = rInf.RealWidth(); in FormatQuoVadis()1152 rInf.RealWidth( nOldRealWidth - nLastLeft ); in FormatQuoVadis()
1860 rInf.RealWidth( KSHORT(rInf.Right()) - KSHORT(GetLeftMargin()) ); in FeedInf()1861 rInf.Width( rInf.RealWidth() ); in FeedInf()
345 SwRect aLine( GetLeftMargin(), Y(), rInf.RealWidth(), nHeight ); in ChkFlyUnderflow()476 SwRect aLine( rInf.X() + nLeftMin, nTop, rInf.RealWidth() - rInf.X() in CalcFlyWidth()
492 ASSERT( rInf.RealWidth() || (rInf.X() == rInf.Width()), in Format()
402 const KSHORT nLineWidth = rInf.RealWidth(); in CalcLine()
1891 aInf.RealWidth( KSHORT(nActWidth) ); in BuildMultiPortion()
Completed in 75 milliseconds