Searched refs:nBlankWidth (Results 1 – 4 of 4) sorted by relevance
41 KSHORT nBlankWidth; member in SwFlyPortion44 : SwFixPortion(rFlyRect), nBlankWidth( 0 ) { SetWhichPor( POR_FLY ); } in SwFlyPortion()45 inline KSHORT GetBlankWidth( ) const { return nBlankWidth; } in GetBlankWidth()46 inline void SetBlankWidth( const KSHORT nNew ) { nBlankWidth = nNew; } in SetBlankWidth()
89 KSHORT nBlankWidth; member in SwHolePortion92 inline KSHORT GetBlankWidth( ) const { return nBlankWidth; } in GetBlankWidth()93 inline void SetBlankWidth( const KSHORT nNew ) { nBlankWidth = nNew; } in SetBlankWidth()
853 : nBlankWidth( 0 ) in SwHolePortion()
2057 long nBlankWidth = nRealWidth; in ImpAdjustBlocks() local2059 nBlankWidth -= pLine->GetCharPosArray()[nLastChar-nFirstChar-1]; in ImpAdjustBlocks()2066 pLastPortion->GetSize().Width() -= nBlankWidth; in ImpAdjustBlocks()2067 nRemainingSpace += nBlankWidth; in ImpAdjustBlocks()2069 pLine->GetCharPosArray()[nLastChar-nFirstChar] -= nBlankWidth; in ImpAdjustBlocks()
Completed in 42 milliseconds