Home
last modified time | relevance | path

Searched refs:mnHeight (Results 1 – 25 of 137) sorted by last modified time

123456

/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx385 int mnHeight; member
/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()
H A Dsplitwin.cxx57 long mnHeight; member
413 if ( pItems[i].mnWidth && pItems[i].mnHeight ) in ImplFindItem()
417 Size aSize( pItems[i].mnWidth, pItems[i].mnHeight ); in ImplFindItem()
756 pItems[i].mnOldHeight = pItems[i].mnHeight; in ImplCalcSet()
779 pItems[i].mnHeight = 0; in ImplCalcSet()
789 pItems[i].mnHeight = pItems[i].mnPixSize; in ImplCalcSet()
796 pItems[i].mnHeight = nSetHeight; in ImplCalcSet()
835 pItems[i].mnWidth, pItems[i].mnHeight, in ImplCalcSet()
942 if ( !pItems[i].mnWidth || !pItems[i].mnHeight ) in ImplCalcSet2()
1215 nBottom = pItems[i].mnTop+pItems[i].mnHeight-1; in ImplTestSplit()
[all …]
H A Dbrdwin.cxx283 else if ( rPos.Y() >= pData->mnHeight-nSizeWidth ) in ImplHitTest()
292 else if ( rPos.Y() >= pData->mnHeight-nSizeWidth ) in ImplHitTest()
306 else if ( rPos.Y() >= pData->mnHeight-pData->mnBottomBorder ) in ImplHitTest()
1086 mnHeight = nHeight; in Init()
1151 …egion( (const Point&)Point(), Size( mnWidth < 10 ? 10 : mnWidth, mnHeight < 10 ? 10 : mnHeight ) ); in Init()
1162 if( mnWidth && mnHeight ) in Init()
1183 if( mnHeight < aBounds.GetHeight() ) in Init()
1344 Rectangle aCtrlRegion( aPoint, Size( mnWidth, mnHeight ) ); in DrawWindow()
1380 mpOutDev->DrawRect( Rectangle( 0, mnHeight-mnBottomBorder, mnWidth-1, mnHeight-1 ) ); in DrawWindow()
1403 Rectangle aInRect( aTmpPoint, Size( mnWidth, mnHeight ) ); in DrawWindow()
[all …]
H A Dwinproc.cxx2260 pEvt->mnHeight = -1; in ImplHandleSalExtTextInputPos()
2267 pEvt->mnHeight = aCursorRect.GetHeight(); in ImplHandleSalExtTextInputPos()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx772 mnHeight(0), in ImplFontData()
815 if( mnHeight < rOther.mnHeight ) in CompareWithSize()
817 else if( mnHeight > rOther.mnHeight ) in CompareWithSize()
925 if( rFSD.mnHeight == mnHeight ) in IsBetterMatch()
935 int nHeightDiff = (rFSD.mnHeight - mnHeight) * 1000; in IsBetterMatch()
937 if( rFSD.mnHeight ) in IsBetterMatch()
2184 mnHeight( rSize.Height() ), in ImplFontSelectData()
2207 if( mnHeight < 0 ) in ImplFontSelectData()
2208 mnHeight = -mnHeight; in ImplFontSelectData()
2219 mnHeight( rSize.Height() ), in ImplFontSelectData()
[all …]
H A Dbmpacc.cxx107 const long nHeight = mpBuffer->mnHeight; in ImplCreate()
345 if(nX < mpBuffer->mnWidth && nY < mpBuffer->mnHeight) in GetInterpolatedColorWithFallback()
387 if(nDeltaY && nIndY >= 0 && nIndY < mpBuffer->mnHeight) in GetInterpolatedColorWithFallback()
395 …X && nDeltaY && nIndX >=0 && nIndY >= 0 && nIndX < mpBuffer->mnWidth && nIndY < mpBuffer->mnHeight) in GetInterpolatedColorWithFallback()
434 if(nX < mpBuffer->mnWidth && nY < mpBuffer->mnHeight) in GetColorWithFallback()
447 if(nX >= 0 && nY >= 0 && nX < mpBuffer->mnWidth && nY < mpBuffer->mnHeight) in GetColorWithFallback()
479 …DBG_ASSERT( ( nY >= 0 ) && ( nY < mpBuffer->mnHeight ), "y-coordinate in destination out of range!… in CopyScanline()
501 …DBG_ASSERT( ( nY >= 0 ) && ( nY < mpBuffer->mnHeight ), "y-coordinate in destination out of range!… in CopyScanline()
567 const long nHeight = Min( mpBuffer->mnHeight, rReadAcc.Height() ); in CopyBuffer()
573 for( long nY = 0L, nHeight = Min( mpBuffer->mnHeight, rReadAcc.Height() ); nY < nHeight; nY++ ) in CopyBuffer()
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/gdi/
H A Dsalgdi.cxx270 , mnHeight( 0 ) in AquaSalGraphics()
1144 …{ CGContextTranslateCTM( xCopyContext, 0, +mnHeight ); CGContextScaleCTM( xCopyContext, +1, -1 ); } in copyBits()
1212 aSrcPoint.y = (nSrcY + nSrcHeight) - mnHeight; in copyArea()
1318 || (nY < 0) || (nY >= mnHeight)) in getPixel()
1340 nY = mnHeight - nY; in getPixel()
1834 pReqFont->mnHeight, in SetFont()
2371 mpXorEmulation->SetTarget( mnWidth, mnHeight, mnBitmapDepth, mrContext, mxLayer ); in SetXORMode()
2398 RefreshRect( 0, 0, mnWidth, mnHeight ); // TODO: refresh minimal changerect in ApplyXorContext()
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/svtools/inc/svtools/
H A Druler.hxx670 long mnHeight; member in Ruler
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DFormatter.java34 mnHeight = 0; in Formatter()
59 new Dimension(mnWidth,mnHeight), in FormatText()
81 if (aLine.GetBottom() > mnHeight) in FormatLines()
82 mnHeight = aLine.GetBottom(); in FormatLines()
92 private int mnHeight; field in Formatter
H A DLine.java36 mnHeight = -1; in Line()
49 if (aRun.GetHeight() > mnHeight) in AddRun()
50 mnHeight = aRun.GetHeight(); in AddRun()
73 mnHeight = 0; in Format()
78 if (mnHeight < aRun.GetHeight()) in Format()
79 mnHeight = aRun.GetHeight(); in Format()
96 return mnHeight; in GetHeight()
112 return mnY + mnHeight; in GetBottom()
122 return mnY<=nBottom && mnY+mnHeight>nTop; in Overlaps()
130 return nY>=mnY && nY<mnY+mnHeight; in Contains()
[all …]
H A DRun.java42 mnHeight = -1; in Run()
57 mnHeight = aMetrics.getHeight(); in Format()
75 mnHeight = aG2.getFontMetrics().getHeight(); in Paint()
82 aG2.fillRect(nX,nY-mnHeight, mnWidth, mnHeight); in Paint()
138 return mnHeight; in GetHeight()
243 private int mnHeight; field in Run
/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/sc/source/filter/excel/
H A Dxehelper.cxx735 (aFontData.mnHeight += 10) /= 20; // using pt here, not twips in AppendPortion()
738 aFontData.mnHeight = 10; in AppendPortion()
798 …aNewData.mnHeight = ulimit_cast< sal_uInt16 >( GETITEM( aEditSet, SvxFontHeightItem, EE_CHAR_FONTH… in AppendPortion()
799 (aNewData.mnHeight += 10) /= 20; in AppendPortion()
800 bool bFontHtChanged = (aFontData.mnHeight != aNewData.mnHeight); in AppendPortion()
802 aParaText.Append( '&' ).Append( String::CreateFromInt32( aNewData.mnHeight ) ); in AppendPortion()
804 nParaHeight = ::std::max< sal_Int32 >( nParaHeight, aNewData.mnHeight * 20 ); in AppendPortion()
905 nParaHeight = aFontData.mnHeight * 20; // points -> twips in AppendPortion()
H A Dxlpage.cxx42 long mnHeight; /// Paper height in twips. member
207 aSize = Size( pEntry->mnWidth, pEntry->mnHeight ); in GetScPaperSize()
232 long nHDiff = Abs( pEntry->mnHeight - nHeight ); in SetScPaperSize()
/trunk/main/sc/source/core/data/
H A Dattrib.cxx1216 mnHeight( 0 ) in ScPageScaleToItem()
1223 mnHeight( nHeight ) in ScPageScaleToItem()
1240 return ((mnWidth == rPageCmp.mnWidth) && (mnHeight == rPageCmp.mnHeight)) ? 1 : 0; in operator ==()
1269 lclAppendScalePageCount( aValue, mnHeight ); in GetPresentation()
1301 case SC_MID_PAGE_SCALETO_HEIGHT: rAny <<= mnHeight; break; in QueryValue()
1315 case SC_MID_PAGE_SCALETO_HEIGHT: bRet = rAny >>= mnHeight; break; in PutValue()
/trunk/main/vcl/aqua/source/app/
H A Dsalinst.cxx1256 xImage = pSalBmp->CreateCroppedImage( 0, 0, pSalBmp->mnWidth, pSalBmp->mnHeight ); in CreateCGImage()
1263 … xImage = pSalBmp->CreateWithMask( *pMaskBmp, 0, 0, pSalBmp->mnWidth, pSalBmp->mnHeight ); in CreateCGImage()
1265 xImage = pSalBmp->CreateCroppedImage( 0, 0, pSalBmp->mnWidth, pSalBmp->mnHeight ); in CreateCGImage()
1272 … xImage = pSalBmp->CreateWithMask( *pMaskBmp, 0, 0, pSalBmp->mnWidth, pSalBmp->mnHeight ); in CreateCGImage()
1274 xImage = pSalBmp->CreateCroppedImage( 0, 0, pSalBmp->mnWidth, pSalBmp->mnHeight ); in CreateCGImage()
1280 xImage = pSalBmp->CreateColorMask( 0, 0, pSalBmp->mnWidth, pSalBmp->mnHeight, nTransColor ); in CreateCGImage()
/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx119 sal_Int32 mnHeight; member
136 , mnHeight( 0 ) in ExportSettings()
545 pValues->Value >>= rSettings.mnHeight; in ParseSettings()
574 pDataValues->Value >>= rSettings.mnHeight; in ParseSettings()
583 pDataValues->Value >>= rSettings.mnHeight; in ParseSettings()
714 if ( rSettings.mnWidth > 0 && rSettings.mnHeight > 0 ) in GetGraphic()
717 nHeightPix = rSettings.mnHeight; in GetGraphic()
897 if( rSettings.mnWidth && rSettings.mnHeight && in GetGraphic()
899 ( rSettings.mnHeight != aSizePixel.Height() ) ) ) in GetGraphic()
903 aBmpEx.Scale( Size( rSettings.mnWidth, rSettings.mnHeight ), BMP_SCALE_LANCZOS ); in GetGraphic()
[all …]
/trunk/main/vcl/unx/headless/
H A Dsvptext.cxx131 const B2IVector aSize( rRawBitmap.mnScanlineSize, rRawBitmap.mnHeight ); in GetGlyphBmp()
/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 Dximpstyl.hxx46 sal_Int32 mnHeight; member in SdXMLPageMasterStyleContext
67 sal_Int32 GetHeight() const { return mnHeight; } in GetHeight()
143 sal_Int32 mnHeight; member in SdXMLPresentationPlaceholderContext
160 sal_Int32 GetHeight() const { return mnHeight; } in GetHeight()
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/win/source/gdi/
H A Dsalgdi3.cxx1420 rLogFont.lfHeight = (LONG)-pFont->mnHeight; in ImplGetLogFontFromFontSelect()
1494 rLogFont.lfHeight = (LONG)-pFont->mnHeight; in ImplGetLogFontFromFontSelect()
1556 || (i_pFont->mpFontData->GetHeight() != i_pFont->mnHeight)) in ImplDoSetFont()

Completed in 406 milliseconds

123456