Home
last modified time | relevance | path

Searched refs:SwDoubleLinePortion (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dpormulti.cxx119 KSHORT nTmp = ((SwDoubleLinePortion*)this)->GetBrackets()->nHeight; in CalcSize()
127 nTmp = ((SwDoubleLinePortion*)this)->GetBrackets()->nAscent; in CalcSize()
271 SwDoubleLinePortion::SwDoubleLinePortion( SwDoubleLinePortion& rDouble, in SwDoubleLinePortion() function in SwDoubleLinePortion
299 SwDoubleLinePortion::SwDoubleLinePortion( const SwMultiCreator& rCreate, in SwDoubleLinePortion() function in SwDoubleLinePortion
365 void SwDoubleLinePortion::PaintBracket( SwTxtPaintInfo &rInf, in PaintBracket()
402 void SwDoubleLinePortion::SetBrackets( const SwDoubleLinePortion& rDouble ) in SetBrackets()
422 void SwDoubleLinePortion::FormatBrackets( SwTxtFormatInfo &rInf, SwTwips& nMaxWidth ) in FormatBrackets()
492 void SwDoubleLinePortion::CalcBlanks( SwTxtFormatInfo &rInf ) in CalcBlanks()
524 long SwDoubleLinePortion::CalcSpacing( long nSpaceAdd, const SwTxtSizeInfo & ) const in CalcSpacing()
539 sal_Bool SwDoubleLinePortion::ChgSpaceAdd( SwLineLayout* pCurr, in ChgSpaceAdd()
[all …]
H A Dpormulti.hxx155 class SwDoubleLinePortion : public SwMultiPortion class
162 SwDoubleLinePortion( SwDoubleLinePortion& rDouble, xub_StrLen nEnd );
163 SwDoubleLinePortion( const SwMultiCreator& rCreate, xub_StrLen nEnd );
164 ~SwDoubleLinePortion();
167 void SetBrackets( const SwDoubleLinePortion& rDouble );
258 0 != ((SwDoubleLinePortion*)this)->GetBrackets() : in HasBrackets()
H A Ditrcrsr.cxx914 ((SwDoubleLinePortion*)pPor)->PreWidth(); in _GetCharRect()
918 SwDoubleLinePortion::ResetSpaceAdd( pCurr ); in _GetCharRect()
1603 sal_uInt16 nPreWidth = ((SwDoubleLinePortion*)pPor)->PreWidth(); in GetCrsrOfst()
H A Ditradj.cxx340 nGluePortion = nGluePortion + ((SwDoubleLinePortion*)pMulti)->GetSpaceCnt(); in CalcNewBlock()
H A Ditrform2.cxx1278 pTmp = new SwDoubleLinePortion( *pCreate, nEnd ); in NewPortion()
H A Dtxtfly.cxx244 aSt.X() += ((SwDoubleLinePortion*)GetMulti())->PreWidth(); in UpdatePos()