Home
last modified time | relevance | path

Searched refs:nBlankWidth (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dporfly.hxx41 KSHORT nBlankWidth; member in SwFlyPortion
44 : 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()
H A Dportxt.hxx89 KSHORT nBlankWidth; member in SwHolePortion
92 inline KSHORT GetBlankWidth( ) const { return nBlankWidth; } in GetBlankWidth()
93 inline void SetBlankWidth( const KSHORT nNew ) { nBlankWidth = nNew; } in SetBlankWidth()
H A Dportxt.cxx853 : nBlankWidth( 0 ) in SwHolePortion()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx2057 long nBlankWidth = nRealWidth; in ImpAdjustBlocks() local
2059 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 41 milliseconds