Home
last modified time | relevance | path

Searched refs:rFontHeight (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dtxtdrop.cxx209 bool SwTxtNode::GetDropSize(int& rFontHeight, int& rDropHeight, int& rDropDescent) const in GetDropSize() argument
211 rFontHeight = 0; in GetDropSize()
250 rFontHeight = pFont->GetSize(pFont->GetActual()).Height(); in GetDropSize()
254 rFontHeight = rItem.GetHeight(); in GetDropSize()
263 if (rFontHeight==0 && rDropHeight==0 && rDropDescent==0) in GetDropSize()
268 rFontHeight = rItem.GetHeight(); in GetDropSize()
269 rDropHeight = nLines * rFontHeight; in GetDropSize()
270 rDropDescent = rFontHeight / 5; in GetDropSize()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx1545 int rFontHeight, rDropHeight, rDropDescent; in FormatDrop() local
1566 if ( rNode.GetDropSize( rFontHeight, rDropHeight, rDropDescent ) ) in FormatDrop()
1588 if (rNode.GetDropSize(rFontHeight, rDropHeight, rDropDescent)) in FormatDrop()
1610 if ( rNode.GetDropSize( rFontHeight, rDropHeight, rDropDescent ) ) in FormatDrop()
1625 m_rWW8Export.InsUInt16( static_cast< sal_uInt16 >( rFontHeight / 10 ) ); in FormatDrop()
1640 m_rWW8Export.InsUInt16( static_cast< sal_uInt16 >( rFontHeight / 10 ) ); in FormatDrop()
/trunk/main/sw/inc/
H A Dndtxt.hxx738 bool GetDropSize(int& rFontHeight, int& rDropHeight, int& rDropDescent) const;

Completed in 41 milliseconds