Searched refs:SwMarginPortion (Results 1 – 9 of 9) sorted by relevance
568 SwMarginPortion *SwTxtAdjuster::CalcRightMargin( SwLineLayout *pCurrent, in CalcRightMargin()604 SwMarginPortion *pRight = new SwMarginPortion( 0 ); in CalcRightMargin()629 SwMarginPortion *pLeft = pCurrent->CalcLeftMargin(); in CalcFlyAdjust()858 const SwMarginPortion *pMar = pPor->IsMarginPortion() ? in CalcDropAdjust()859 (SwMarginPortion*)pPor : 0; in CalcDropAdjust()
80 class SwMarginPortion : public SwGluePortion class83 SwMarginPortion( const KSHORT nFixWidth );126 CLASSIO( SwMarginPortion )
190 SwMarginPortion::SwMarginPortion( const KSHORT nFixedWidth ) in SwMarginPortion() function in SwMarginPortion211 void SwMarginPortion::AdjustRight( const SwLineLayout *pCurr ) in AdjustRight()
32 class SwMarginPortion;216 SwMarginPortion* CalcRightMargin( SwLineLayout *pCurr, SwTwips nReal = 0 );
36 class SwMarginPortion;178 SwMarginPortion *CalcLeftMargin();
312 SwMarginPortion *SwLineLayout::CalcLeftMargin() in CalcLeftMargin()314 SwMarginPortion *pLeft = (GetPortion() && GetPortion()->IsMarginPortion()) ? in CalcLeftMargin()315 (SwMarginPortion *)GetPortion() : 0; in CalcLeftMargin()320 pLeft = new SwMarginPortion( 0 ); in CalcLeftMargin()
315 IMPL_OUTOP( SwMarginPortion ) in IMPL_OUTOP()631 SvStream &SwMarginPortion::operator<<( SvStream &rOs ) const //$ ostream in operator <<()
753 SwMarginPortion *pMarg = new SwMarginPortion( 0 ); in _Adjust()762 pMarg = new SwMarginPortion( 0 ); in _Adjust()
1197 (SwMarginPortion*) pPor : 0; in FormatQuoVadis()
Completed in 77 milliseconds