Searched refs:rDropDescent (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/sw/source/core/text/ |
| H A D | txtdrop.cxx | 209 bool SwTxtNode::GetDropSize(int& rFontHeight, int& rDropHeight, int& rDropDescent) const in GetDropSize() 213 rDropDescent =0; in GetDropSize() 248 rDropDescent = pDrop->GetDropDescent(); in GetDropSize() 263 if (rFontHeight==0 && rDropHeight==0 && rDropDescent==0) in GetDropSize() 270 rDropDescent = rFontHeight / 5; in GetDropSize()
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | wrtw8nds.cxx | 1544 int rFontHeight, rDropHeight, rDropDescent; in FormatDrop() local 1565 if ( rNode.GetDropSize( rFontHeight, rDropHeight, rDropDescent ) ) in FormatDrop() 1587 if (rNode.GetDropSize(rFontHeight, rDropHeight, rDropDescent)) in FormatDrop() 1609 if ( rNode.GetDropSize( rFontHeight, rDropHeight, rDropDescent ) ) in FormatDrop() 1621 … m_rWW8Export.InsUInt16( static_cast< sal_uInt16 >( -((nDropLines - 1)*rDropDescent) / 10 ) ); in FormatDrop() 1636 … m_rWW8Export.InsUInt16( static_cast< sal_uInt16 >( -((nDropLines - 1)*rDropDescent) / 10 ) ); in FormatDrop()
|
| /trunk/main/sw/inc/ |
| H A D | ndtxt.hxx | 738 bool GetDropSize(int& rFontHeight, int& rDropHeight, int& rDropDescent) const;
|