Searched refs:rDropHeight (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() argument 212 rDropHeight = 0; in GetDropSize() 247 rDropHeight = pDrop->GetDropHeight(); in GetDropSize() 263 if (rFontHeight==0 && rDropHeight==0 && rDropDescent==0) in GetDropSize() 269 rDropHeight = nLines * rFontHeight; in GetDropSize()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | wrtw8nds.cxx | 1545 int rFontHeight, rDropHeight, rDropDescent; in FormatDrop() local 1566 if ( rNode.GetDropSize( rFontHeight, rDropHeight, rDropDescent ) ) in FormatDrop() 1569 m_rWW8Export.InsUInt16( static_cast< sal_uInt16 >( -rDropHeight ) ); in FormatDrop() 1588 if (rNode.GetDropSize(rFontHeight, rDropHeight, rDropDescent)) in FormatDrop() 1591 m_rWW8Export.InsUInt16( static_cast< sal_uInt16 >( -rDropHeight ) ); in FormatDrop() 1610 if ( rNode.GetDropSize( rFontHeight, rDropHeight, rDropDescent ) ) in FormatDrop()
|
/trunk/main/sw/inc/ |
H A D | ndtxt.hxx | 738 bool GetDropSize(int& rFontHeight, int& rDropHeight, int& rDropDescent) const;
|
Completed in 22 milliseconds