Searched refs:GetDropHeight (Results 1 – 6 of 6) sorted by relevance
247 rDropHeight = pDrop->GetDropHeight(); in GetDropSize()574 if ( !( GetDropHeight() || IsOnceMore() ) ) in NewDropPortion()583 if( GetDropHeight() ) in NewDropPortion()584 pDropPor = new SwDropPortion( GetDropLines(), GetDropHeight(), in NewDropPortion()688 const Size aSize( nX - 1, GetDropHeight()+GetDropDescent() ); in PaintDropPortion()775 aWishedHeight[ nTmpIdx ] != pDrop->GetDropHeight() ) ) in CalcFontSize()789 long nWishedHeight = pDrop->GetDropHeight(); in CalcFontSize()
98 inline KSHORT GetDropHeight() const { return nDropHeight; } in GetDropHeight() function in SwDropPortion
194 rRect.Height( aLine.GetDropHeight() ); in _GetDropRect()1765 KSHORT nOld = ((const SwTxtMargin&)rLine).GetDropHeight(); in FormatOnceMore()1787 const KSHORT nNew = ((const SwTxtMargin&)rLine).GetDropHeight(); in FormatOnceMore()
184 inline KSHORT GetDropHeight() const { return nDropHeight; } in GetDropHeight() function in SwTxtMargin
1895 const KSHORT nOldDrop = GetDropHeight(); in CalcOnceMore()1897 bOnceMore = nOldDrop != GetDropHeight(); in CalcOnceMore()
397 nDropHeight = pPorDrop->GetDropHeight(); in DropInit()1065 nPorAscent = ((SwDropPortion*)pPor)->GetDropHeight(); in _GetCharRect()
Completed in 90 milliseconds