Home
last modified time | relevance | path

Searched refs:mnHeight (Results 126 – 137 of 137) sorted by relevance

123456

/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx590 aPt.y = static_cast<Os2SalGraphics&>(rGraphics).mnHeight - aPos.Y();
/trunk/main/filter/source/flash/
H A Dswfexporter.cxx637 pShapeInfo->mnHeight = aBoundRect.Height; in exportShape()
/trunk/main/vcl/source/window/
H A Dwinproc.cxx2260 pEvt->mnHeight = -1; in ImplHandleSalExtTextInputPos()
2267 pEvt->mnHeight = aCursorRect.GetHeight(); in ImplHandleSalExtTextInputPos()
/trunk/main/sc/source/filter/excel/
H A Dxestream.cxx964 …lcl_WriteValue( rStream, XML_sz, OString::valueOf( (double) (rFontData.mnHeight / 20.0) ).… in WriteFontData()
H A Dxestyle.cxx941 nHash += rFontData.mnHeight * 11; in lclCalcHash()
1001 rStrm << maData.mnHeight in WriteBody()
H A Dxlchart.cxx76 mnHeight( 0 ) in XclChRectangle()
H A Dimpop.cxx662 long nFontHt = GetFontBuffer().GetAppFontData().mnHeight; in DefColWidth()
H A Dxecontent.cxx730 sal_uInt32 nHeight = mbHeightUsed ? maFontData.mnHeight : 0xFFFFFFFF; in WriteBody()
/trunk/main/sc/source/filter/inc/
H A Dxlchart.hxx760 sal_Int32 mnHeight; /// Height of the object in 1/4000 of chart height. member
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx780 pEntry->mnHeight, in SetFont()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx2322 pMetric->mnWidth = pSelect->mnHeight; in getFontMetric()
2323 pMetric->mnAscent = ( pSelect->mnHeight * +pBuiltinFont->m_nAscent + 500 ) / 1000; in getFontMetric()
2324 pMetric->mnDescent = ( pSelect->mnHeight * -pBuiltinFont->m_nDescent + 500 ) / 1000; in getFontMetric()
2456 long nPixelPerEM = pSelect->mnWidth ? pSelect->mnWidth : pSelect->mnHeight; in GetTextLayout()
7343 sal_Int32 nPixelFontHeight = m_pReferenceDevice->mpFontEntry->maFontSelData.mnHeight; in drawLayout()
/trunk/main/vcl/aqua/source/window/
H A Dsalframeview.mm1686 rect.size.height = aPosEvent.mnHeight;

Completed in 180 milliseconds

123456