Home
last modified time | relevance | path

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

123456

/trunk/main/vcl/inc/
H A Dbrdwin.hxx210 long mnHeight; member
299 long mnHeight; member in ImplSmallBorderWindowView
/trunk/main/vcl/unx/headless/
H A Dsvpframe.cxx302 nHeight = pState->mnHeight; in SetWindowState()
316 pState->mnHeight = maGeometry.nHeight; in GetWindowState()
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h129 LONG mnHeight; // Height of frame Window member in Os2SalGraphics
349 #define TY( y ) (mnHeight-(y)-1)
H A Dsalobj.h42 long mnHeight; // Fenster-Hoehe fuer Positionsumrechnung member in Os2SalObject
/trunk/main/xmloff/source/draw/
H A Dximpstyl.cxx331 mnHeight( 0L ), in SdXMLPageMasterStyleContext()
375 GetSdImport().GetMM100UnitConverter().convertMeasure(mnHeight, sValue); in SdXMLPageMasterStyleContext()
773 mnHeight(1L) in SdXMLPresentationPlaceholderContext()
808 GetSdImport().GetMM100UnitConverter().convertMeasure(mnHeight, sValue); in SdXMLPresentationPlaceholderContext()
H A Dsdxmlexp.cxx111 sal_Int32 mnHeight; member in ImpXMLEXPPageMasterInfo
129 sal_Int32 GetHeight() const { return mnHeight; } in GetHeight()
141 mnHeight(0), in ImpXMLEXPPageMasterInfo()
171 aAny >>= mnHeight; in ImpXMLEXPPageMasterInfo()
195 && (mnHeight == rInfo.mnHeight) in operator ==()
/trunk/main/vcl/os2/source/gdi/
H A Dsalprn.cxx1861 pGraphics->mnHeight = 0; in StartPage()
1870 pGraphics->mnHeight = aInfo.yPels; in StartPage()
1874 if ( !pGraphics->mnHeight ) in StartPage()
1875 DevQueryCaps( mhDC, CAPS_HEIGHT, 1L, &pGraphics->mnHeight ); in StartPage()
H A Dsalgdi3.cxx643 aFAttrs.lMaxBaselineExt = i_pFont->mnHeight; in ImplDoSetFont()
748 aBundle.sizfxCell.cy = MAKEFIXED( i_pFont->mnHeight, 0 ); in ImplDoSetFont()
762 nHeight = i_pFont->mnHeight; in ImplDoSetFont()
/trunk/main/sc/source/filter/excel/
H A Dxlroot.cxx216 Font aFont( rFontData.maName, Size( 0, rFontData.mnHeight ) ); in SetCharWidth()
227 mrData.mnCharWidth = 11 * rFontData.mnHeight / 20; in SetCharWidth()
H A Dxechart.cxx131 return rStrm << rRect.mnX << rRect.mnY << rRect.mnWidth << rRect.mnHeight; in operator <<()
370 aRect.mnHeight = CalcChartYFromHmm( rRect.Height ); in CalcChartRectFromHmm()
2323 …rFramePos.maRect.mnHeight = static_cast< sal_uInt16 >( aLegendSize.Height * EXC_POINTS_PER_HMM + 0… in Convert()
2325 maData.maRect.mnHeight = CalcChartYFromHmm( aLegendSize.Height ); in Convert()
3089 maData.maRect.mnHeight = 2633; in XclExpChAxesSet()
3310 maRect.mnHeight = static_cast< sal_Int32 >( aPtSize.Height() << 16 ); in XclExpChChart()
/trunk/main/vcl/source/gdi/
H A Dimpvect.cxx249 long mnHeight; member in ImplVectMap
259 inline long Height() const { return mnHeight; } in Height()
274 mnHeight( nHeight ) in ImplVectMap()
/trunk/main/vcl/aqua/source/gdi/
H A Datsfonts.cxx162 if( (pReqFont->mnWidth != 0) && (pReqFont->mnWidth != pReqFont->mnHeight) ) in AtsTextStyle()
164 mfFontStretch = (float)pReqFont->mnWidth / pReqFont->mnHeight; in AtsTextStyle()
H A Dctfonts.cxx105 if( (pReqFont->mnWidth != 0) && (pReqFont->mnWidth != pReqFont->mnHeight) ) in CTTextStyle()
107 mfFontStretch = (float)pReqFont->mnWidth / pReqFont->mnHeight; in CTTextStyle()
/trunk/main/vcl/unx/generic/app/
H A Di18n_status.cxx234 : aPosEvent.mnHeight + nGap); in updatePosition()
240 aRet.Y() = y + aPosEvent.mnY+aPosEvent.mnHeight + nGap; in updatePosition()
H A Di18n_ic.cxx288 aSpot.y = aPosEvent.mnY + aPosEvent.mnHeight; in SalI18N_InputContext()
653 aSpot.y = aPosEvent.mnY + aPosEvent.mnHeight; in UpdateSpotLocation()
/trunk/main/canvas/source/directx/
H A Ddx_impltools.cxx530 rRawRGBAData.mnHeight, in drawRGBABits()
535 aBmpData.Height = rRawRGBAData.mnHeight; in drawRGBABits()
H A Ddx_vcltools.hxx50 sal_Int32 mnHeight; member
/trunk/main/oox/source/drawingml/table/
H A Dtablerow.cxx42 : mnHeight( 0 ) in TableRow()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx102 + (mpBmpBuffer->mnHeight - 1) * mpBmpBuffer->mnScanlineSize; in SalPrinterBmp()
161 return mpBmpBuffer->mnHeight; in GetHeight()
865 pEntry->mnHeight, in SetFont()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx207 pFrame->maState.mnHeight = aRect.bottom - aRect.top - nTopDeco - nBottomDeco; in ImplSaveFrameState()
229 pFrame->maState.mnHeight = aRect.bottom-aRect.top-nTopDeco-nBottomDeco; in ImplSaveFrameState()
582 pFrame->mnHeight = aRect.bottom; in ImplSalCreateFrame()
970 mnHeight = 0; in WinSalFrame()
1894 nHeight = (int)pState->mnHeight + nTopDeco + nBottomDeco; in SetWindowState()
2004 if ( maState.mnWidth && maState.mnHeight ) in GetWindowState()
4361 pFrame->mnHeight = (int)HIWORD(lParam); in ImplHandleSizeMsg()
5357 aPosEvt.mnWidth, aPosEvt.mnHeight ); in ImplUpdateIMECursorPos()
5674 aForm.rcArea.bottom = aForm.rcArea.top+aPosEvt.mnHeight+1; in ImplHandleIMENotify()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx127 long mnHeight; member
925 pThis->mpFloatSizeAry->mpSize[i].mnHeight = nHeight; in ImplCalcFloatSizes()
963 pThis->mpFloatSizeAry->mpSize[i].mnHeight ); in ImplCalcFloatSize()
977 …Size = Size( pThis->mpFloatSizeAry->mpSize[i].mnWidth, pThis->mpFloatSizeAry->mpSize[i].mnHeight ); in ImplCalcMinMaxFloatSize()
978 …Size = Size( pThis->mpFloatSizeAry->mpSize[i].mnWidth, pThis->mpFloatSizeAry->mpSize[i].mnHeight ); in ImplCalcMinMaxFloatSize()
983 if( pThis->mpFloatSizeAry->mpSize[i].mnHeight < rMinSize.Height() ) in ImplCalcMinMaxFloatSize()
984 rMinSize.Height() = pThis->mpFloatSizeAry->mpSize[i].mnHeight; in ImplCalcMinMaxFloatSize()
988 if( pThis->mpFloatSizeAry->mpSize[i].mnHeight > rMaxSize.Height() ) in ImplCalcMinMaxFloatSize()
989 rMaxSize.Height() = pThis->mpFloatSizeAry->mpSize[i].mnHeight; in ImplCalcMinMaxFloatSize()
/trunk/main/vcl/inc/aqua/
H A Dsalobj.h58 long mnHeight; member in AquaSalObject
H A Dsalbmp.h64 int mnHeight; member in AquaSalBitmap
/trunk/main/oox/inc/oox/ole/
H A Dolehelper.hxx57 sal_uInt32 mnHeight; /// Font height (1/10,000 points). member
/trunk/main/svtools/source/inc/
H A Dxpmread.hxx83 sal_uLong mnHeight; member in XPMReader

Completed in 233 milliseconds

123456