Searched refs:SwFixPortion (Results 1 – 6 of 6) sorted by relevance
65 class SwFixPortion : public SwGluePortion class69 SwFixPortion( const SwRect &rFlyRect );70 SwFixPortion( const KSHORT nFixWidth, const KSHORT nFixPos );125 CLASSIO( SwFixPortion )
173 SwFixPortion::SwFixPortion( const SwRect &rRect ) in SwFixPortion() function in SwFixPortion180 SwFixPortion::SwFixPortion(const KSHORT nFixedWidth, const KSHORT nFixedPos) in SwFixPortion() function in SwFixPortion
312 IMPL_OUTOP( SwFixPortion ) in IMPL_OUTOP()612 SvStream &SwFixPortion::operator<<( SvStream &rOs ) const //$ ostream in operator <<()626 SwFixPortion::operator<<( rOs ); in operator <<()833 SwFixPortion::operator<<( rOs ); in operator <<()
39 class SwFlyPortion : public SwFixPortion44 : SwFixPortion(rFlyRect), nBlankWidth( 0 ) { SetWhichPor( POR_FLY ); } in SwFlyPortion()
32 class SwTabPortion : public SwFixPortion
338 : SwFixPortion( 0, 0 ), nTabPos(nTabPosition), cFill(cFillChar) in SwTabPortion()
Completed in 31 milliseconds