Home
last modified time | relevance | path

Searched refs:mnY (Results 26 – 50 of 55) sorted by relevance

123

/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx1680 pHints->y = pState->mnY; in SetWindowState()
1688 pState->mnX, pState->mnY, in SetWindowState()
1710 aPosSize.setY (pState->mnY); in SetWindowState()
1789 maRestorePosSize.Top() = pState->mnY; in SetWindowState()
1834 pState->mnY = aPosSize.Top(); in GetWindowState()
2920 aMouseEvt.mnY = pEvent->xcrossing.y; in HandleMouseEvent()
2932 aMouseEvt.mnY = pEvent->xmotion.y; in HandleMouseEvent()
3036 aMouseEvt.mnY = pEvent->xbutton.y; in HandleMouseEvent()
3078 aWheelEvt.mnY = pEvent->xbutton.y; in HandleMouseEvent()
3097 aMouseEvt.mnY < nHeight_ && aMouseEvt.mnY > -1 ) in HandleMouseEvent()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx1624 moveWindow( pState->mnX, pState->mnY ); in SetWindowState()
1634 m_aRestorePosSize = Rectangle( Point( pState->mnX, pState->mnY ), in SetWindowState()
1642 long nY = pState->mnY - (m_pParent ? m_pParent->maGeometry.nY : 0); in SetWindowState()
1696 pState->mnY = m_aRestorePosSize.Top(); in GetWindowState()
1712 pState->mnY = maGeometry.nY; in GetWindowState()
2642 aEvent.mnY = (long)pEvent->y_root - pThis->maGeometry.nY; in signalButton()
2727 aEvent.mnY = (sal_uLong)pSEvent->y; in signalScroll()
2752 aEvent.mnY = (long)pEvent->y_root - pThis->maGeometry.nY; in signalMotion()
2796 aEvent.mnY = (long)pEvent->y_root - pThis->maGeometry.nY; in signalCrossing()
3350 aArea.y = aPosEvent.mnY; in updateIMSpotLocation()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx83 pFirst_[i].y = (short)p[i].mnY; in SalPolyLine()
873 drawPixel( pPtAry[0].mnX, pPtAry[0].mnY ); in drawPolygon()
875 drawLine( pPtAry[0].mnX, pPtAry[0].mnY, in drawPolygon()
876 pPtAry[1].mnX, pPtAry[1].mnY ); in drawPolygon()
/trunk/main/filter/source/flash/
H A Dswfexporter.hxx68 sal_Int32 mnY; member in swf::ShapeInfo
93 mnID(0), mnX(0), mnY(0), in ShapeInfo()
H A Dswfexporter.cxx635 pShapeInfo->mnY = aBoundRect.Y; in exportShape()
693 …mpWriter->placeShape( pShapeInfo->mnID, _uInt16(nPlaceDepth++), pShapeInfo->mnX, pShapeInfo->mnY ); in exportShape()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx519 (*pTempOS2PtAry).y = nHeight - (*pTempPtAry).mnY; in drawPolyLine()
548 (*pTempOS2PtAry).y = nHeight - (*pTempPtAry).mnY; in drawPolygon()
621 (*pTempOS2PtAry).y = nHeight - (*pTempPtAry).mnY; in drawPolyPolygon()
/trunk/main/xmloff/source/draw/
H A Dximpstyl.hxx141 sal_Int32 mnY; member in SdXMLPresentationPlaceholderContext
158 sal_Int32 GetY() const { return mnY; } in GetY()
H A Dximpstyl.cxx771 mnY(0L), in SdXMLPresentationPlaceholderContext()
798 GetSdImport().GetMM100UnitConverter().convertMeasure(mnY, sValue); in SdXMLPresentationPlaceholderContext()
/trunk/main/vcl/unx/headless/
H A Dsvpframe.cxx298 nY = pState->mnY; in SetWindowState()
314 pState->mnY = maGeometry.nY; in GetWindowState()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx205 pFrame->maState.mnY = aRect.top + nTopDeco; in ImplSaveFrameState()
227 pFrame->maState.mnY = aRect.top+nTopDeco; in ImplSaveFrameState()
1886 nY = (int)pState->mnY - nTopDeco; in SetWindowState()
3358 aMouseEvt.mnY = (short)HIWORD( lParam ); in ImplHandleMouseMsg()
3435 aMouseEvt.mnY = aPt.y; in ImplHandleMouseMsg()
3515 aMouseActivateEvt.mnY = aPt.y; in ImplHandleMouseActivateMsg()
3542 aWheelEvt.mnY = aWinPt.y; in ImplHandleWheelMsg()
5342 if ( (aPosEvt.mnX == -1) && (aPosEvt.mnY == -1) ) in ImplUpdateIMECursorPos()
5348 aForm.ptCurrentPos.y = aPosEvt.mnY; in ImplUpdateIMECursorPos()
5358 SetCaretPos( aPosEvt.mnX, aPosEvt.mnY ); in ImplUpdateIMECursorPos()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx131 return rStrm << rRect.mnX << rRect.mnY << rRect.mnWidth << rRect.mnHeight; in operator <<()
368 aRect.mnY = CalcChartYFromHmm( rRect.Y ); in CalcChartRectFromHmm()
1255 rFrameRect.mnY = maData.maRect.mnY - nDefPosY; in ConvertTitle()
2318 rFramePos.maRect.mnY = maData.maRect.mnY = CalcChartYFromHmm( aLegendPos.Y ); in Convert()
3087 maData.maRect.mnY = 626; in XclExpChAxesSet()
3308 maRect.mnX = maRect.mnY = 0; in XclExpChChart()
H A Dxichart.cxx147 return rStrm >> rRect.mnX >> rRect.mnY >> rRect.mnWidth >> rRect.mnHeight; in operator >>()
333 CalcHmmFromChartY( rRect.mnY ), in CalcHmmFromChartRect()
451 maData.maRect.mnY = rStrm.ReadInt16(); rStrm.Ignore( 2 ); in ReadChFramePos()
1187 ((rPosData.maRect.mnX != 0) || (rPosData.maRect.mnY != 0)) && in ConvertTitlePosition()
1204 CalcHmmFromChartY( maData.maRect.mnY ) ); in ConvertTitlePosition()
2524 CalcRelativeFromChartY( pFramePos->maRect.mnY ), in CreateLegend()
/trunk/main/vcl/unx/generic/app/
H A Di18n_status.cxx235 aRet.Y() = y + aPosEvent.mnY; 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/cui/source/dialogs/
H A Dcuicharmap.cxx186 Point aPoint( 2, mnY ); in Paint()
238 mnY = ( nWinHeight - GetTextHeight() ) / 2; in SetFont()
/trunk/main/vcl/aqua/source/window/
H A Dsalframeview.mm599 aEvent.mnY = static_cast<long>(aPt.y) - pDispatchFrame->maGeometry.nY;
760 aEvent.mnY = static_cast<long>(aPt.y) - mpFrame->maGeometry.nY;
817 aEvent.mnY = static_cast<long>(aPt.y) - mpFrame->maGeometry.nY;
877 aEvent.mnY = static_cast<long>(aPt.y) - mpFrame->maGeometry.nY;
1684 rect.origin.y = aPosEvent.mnY + mpFrame->maGeometry.nY + 4; // add some space for underlines
H A Dsalframe.cxx591 aStateRect.origin.y = float(pState->mnY); in SetWindowState()
677 pState->mnY = long(aStateRect.origin.y); in GetWindowState()
/trunk/main/vcl/inc/vcl/
H A Dsalgtype.hxx47 long mnY; member
/trunk/main/vcl/inc/aqua/
H A Dsalobj.h56 long mnY; member in AquaSalObject
/trunk/main/filter/source/graphicfilter/icgm/
H A Dbitmap.hxx49 sal_uInt32 mnX, mnY; member in CGMBitmapDescriptor
/trunk/main/writerfilter/source/dmapper/
H A DWrapPolygonHandler.hxx77 sal_uInt32 mnY; member in writerfilter::dmapper::WrapPolygonHandler
/trunk/main/cui/source/inc/
H A Dcuicharmap.hxx69 long mnY; member in SvxShowText
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdiutils.cxx265 CGpoints[i].y = (float)(pPtAry[i].mnY); in makeCGptArray()
/trunk/main/vcl/inc/
H A Dwindow.h280 long mnY; member in WindowImpl
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx703 MoveToEx( hdc, pPtAry->mnX, pPtAry->mnY, NULL ); in ImplRenderPath()
710 LineTo( hdc, pPtAry->mnX, pPtAry->mnY ); in ImplRenderPath()

Completed in 238 milliseconds

123