Home
last modified time | relevance | path

Searched refs:nY (Results 201 – 225 of 451) sorted by relevance

12345678910>>...19

/trunk/main/sc/source/ui/unoobj/
H A Doptuno.cxx175 sal_uInt16 nD, nM, nY; in getPropertyValue() local
176 rOptions.GetDate( nD, nM, nY ); in getPropertyValue()
177 util::Date aDate( nD, nM, nY ); in getPropertyValue()
/trunk/main/sw/source/filter/xml/
H A Dxmlexpit.cxx466 sal_Int32 nX = 1, nY = 1; in QueryXMLValue() local
471 nY = -1; in QueryXMLValue()
474 nY = -1; in QueryXMLValue()
488 nY *= pShadow->GetWidth(); in QueryXMLValue()
494 rUnitConverter.convertMeasure( aOut, nY ); in QueryXMLValue()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsLayouter.cxx701 const sal_Int32 nY = nYPosition - mnTopBorder; in GetRowAtPosition() local
702 if (nY >= 0) in GetRowAtPosition()
708 nRow = nY / nRowOffset; in GetRowAtPosition()
710 const sal_Int32 nDistanceIntoGap ((nY - nRow*nRowOffset) - maPageObjectSize.Height()); in GetRowAtPosition()
1185 const sal_Int32 nY = rModelPosition.Y() - mnTopBorder + maPageObjectSize.Height()/2; in CalculateVerticalLogicalInsertPosition() local
1187 const sal_Int32 nRow (::std::min(mnPageCount, nY / nRowHeight)); in CalculateVerticalLogicalInsertPosition()
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlTableCell.cxx365 long nY = aGridRect.Top() + aCellRect.Top(); in implGetBoundingBox() local
366 Rectangle aCell( Point( nX, nY ), aCellRect.GetSize()); in implGetBoundingBox()
376 long nY = aGridRect.Top() + aCellRect.Top(); in implGetBoundingBoxOnScreen() local
377 Rectangle aCell( Point( nX, nY ), aCellRect.GetSize()); in implGetBoundingBoxOnScreen()
/trunk/main/vcl/source/window/
H A Dtabdlg.cxx155 long nY = aDlgSize.Height(); in ImplPosControls() local
178 nY += aCtrlSize.Height()+IMPL_DIALOG_OFFSET; in ImplPosControls()
183 pChild2->SetPosSizePixel( Point( nX, nY ), aCtrlSize ); in ImplPosControls()
H A Ddockwin.cxx978 void DockingWindow::SetPosSizePixel( long nX, long nY, in SetPosSizePixel() argument
986 pWrapper->mpFloatWin->SetPosSizePixel( nX, nY, nWidth, nHeight, nFlags ); in SetPosSizePixel()
988 Window::SetPosSizePixel( nX, nY, nWidth, nHeight, nFlags ); in SetPosSizePixel()
993 mpFloatWin->SetPosSizePixel( nX, nY, nWidth, nHeight, nFlags ); in SetPosSizePixel()
995 Window::SetPosSizePixel( nX, nY, nWidth, nHeight, nFlags ); in SetPosSizePixel()
/trunk/main/svx/workben/
H A Dedittest.cxx579 USHORT nX, nY; in SetTitle() local
580 pEditEngine->GetGlobalCharStretching( nX, nY ); in SetTitle()
584 aHeading += String::CreateFromInt32(nY); in SetTitle()
1588 USHORT nX, nY; in KeyInput() local
1589 pEditEngine->GetGlobalCharStretching( nX, nY ); in KeyInput()
1590 if ( ( nCode == KEY_DOWN ) && ( nY > 5 ) ) in KeyInput()
1591 nY += 5; in KeyInput()
1593 nY -= 5; in KeyInput()
1598 pEditEngine->SetGlobalCharStretching( nX, nY ); in KeyInput()
/trunk/main/sc/source/ui/inc/
H A Doutput.hxx155 sal_Bool GetMergeOrigin( SCCOL nX, SCROW nY, SCSIZE nArrY,
157 sal_Bool IsEmptyCellText( RowInfo* pThisRowInfo, SCCOL nX, SCROW nY );
160 sal_Bool IsAvailable( SCCOL nX, SCROW nY );
/trunk/main/svx/source/dialog/
H A Dsvxbmpnumvalueset.cxx246 sal_uInt16 nY = 11 + i * 33; in UserDraw() local
247 aStart.Y() = aBLPos.Y() + nRectHeight * nY / 100; in UserDraw()
547 sal_uInt16 nY = 11 + i * 33; in UserDraw() local
548 aPos.Y() = aBLPos.Y() + nRectHeight * nY / 100; in UserDraw()
/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx170 long nY = TMARGPRN-2*nBorder; in TYPEINIT1() local
171 Point aPos( nLeftMargin, nY ); in TYPEINIT1()
187 nY = TMARGPRN-nBorder; in TYPEINIT1()
189 rOutDev.DrawLine( Point( nXLeft, nY ), Point( nXRight, nY ) ); in TYPEINIT1()
/trunk/main/offapi/com/sun/star/awt/
H A DXGraphics.idl210 [in] long nY,
221 [in] long nY,
249 @param nY
267 [in] long nY,
/trunk/main/vcl/source/gdi/
H A Doutmap.cxx531 long OutputDevice::ImplLogicYToDevicePixel( long nY ) const in ImplLogicYToDevicePixel()
534 return nY+mnOutOffY; in ImplLogicYToDevicePixel()
536 return ImplLogicToPixel( nY + maMapRes.mnMapOfsY, mnDPIY, in ImplLogicYToDevicePixel()
2510 long Window::ImplLogicUnitToPixelY( long nY, MapUnit eUnit ) in ImplLogicUnitToPixelY() argument
2526 nY = nY * mnDPIY * pFrameData->maMapUnitRes.mnMapScNumY; in ImplLogicUnitToPixelY()
2527 nY += nY >= 0 ? (pFrameData->maMapUnitRes.mnMapScDenomY/2) : in ImplLogicUnitToPixelY()
2529 nY /= pFrameData->maMapUnitRes.mnMapScDenomY; in ImplLogicUnitToPixelY()
2532 return nY; in ImplLogicUnitToPixelY()
/trunk/main/vcl/inc/unx/
H A Dsalframe.h231 virtual void SetPosSize( long nX, long nY, long nWidth, long nHeight, sal_uInt16 nFlags );
243 virtual void SetPointerPos( long nX, long nY );
270 virtual void UnionClipRegion( long nX, long nY, long nWidth, long nHeight );
/trunk/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx1662 rGeom.nY : pFrame->maRestorePosSize.Top(); in maximizeFrame()
1665 Rectangle aRestore( Point( rGeom.nX, rGeom.nY ), Size( rGeom.nWidth, rGeom.nHeight ) ); in maximizeFrame()
1709 pFrame->maGeometry.nY += rGeom.nTopDecoration; in maximizeFrame()
1774 Rectangle( Point( rGeom.nX, rGeom.nY ), Size( rGeom.nWidth, rGeom.nHeight ) ); in maximizeFrame()
1828 Rectangle( Point( rGeom.nX, rGeom.nY ), Size( rGeom.nWidth, rGeom.nHeight ) ); in maximizeFrame()
2035 Rectangle( Point( rGeom.nX, rGeom.nY ), in handlePropertyNotify()
2101 Rectangle( Point( rGeom.nX, rGeom.nY ), in handlePropertyNotify()
2267 pFrame->maGeometry.nY = rScreens[i].Top(); in showFullScreen()
2278 pFrame->maGeometry.nY = 0; in showFullScreen()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx383 sal_Int32 nY(aPos.getY()); in CorrectVisArea() local
389 if (nY > 0) in CorrectVisArea()
390 nY = 0; in CorrectVisArea()
391 else if (nY < 0) in CorrectVisArea()
392 nY = -nY; in CorrectVisArea()
393 aVisArea.SetPos(Point(nX, nY)); in CorrectVisArea()
/trunk/main/sd/source/ui/func/
H A Dfusel.cxx964 long nY = 0; in KeyInput() local
970 nY =-1; in KeyInput()
976 nY = 1; in KeyInput()
982 nY = 0; in KeyInput()
988 nY = 0; in KeyInput()
995 Point ePoint = aPoint + Point(nX,nY); in KeyInput()
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx118 short nX, nY; in ReadPoint() local
119 *pWMF >> nX >> nY; in ReadPoint()
120 return Point( nX, nY ); in ReadPoint()
127 short nX, nY; in ReadYX() local
128 *pWMF >> nY >> nX; in ReadYX()
129 return Point( nX, nY ); in ReadYX()
/trunk/main/editeng/source/outliner/
H A Doutlin2.cxx655 void Outliner::SetGlobalCharStretching( sal_uInt16 nX, sal_uInt16 nY ) in SetGlobalCharStretching() argument
658 pEditEngine->SetGlobalCharStretching( nX, nY ); in SetGlobalCharStretching()
668 void Outliner::DoStretchChars( sal_uInt16 nX, sal_uInt16 nY ) in DoStretchChars() argument
671 pEditEngine->DoStretchChars( nX, nY ); in DoStretchChars()
/trunk/main/sw/source/filter/ww8/
H A Drtfsdrexport.cxx317 … sal_Int32 nY = impl_GetPointComponent( pVerticesIt, nPointSize ); in Commit() local
318 … aVerticies.append( ";(" ).append( nX ).append( "," ).append( nY ).append( ")" ); in Commit()
327 … sal_Int32 nY = impl_GetPointComponent( pVerticesIt, nPointSize ); in Commit() local
328 … aVerticies.append( ";(" ).append( nX ).append( "," ).append( nY ).append( ")" ); in Commit()
/trunk/main/sfx2/source/sidebar/
H A DSidebarToolBox.cxx199 long nY, in SetPosSizePixel() argument
209 nY, in SetPosSizePixel()
221 ToolBox::SetPosSizePixel(nX, nY, nWidth, nHeight, nFlags); in SetPosSizePixel()
/trunk/main/toolkit/source/awt/
H A Dvclxtabpagecontainer.cxx62 void SAL_CALL VCLXTabPageContainer::draw( sal_Int32 nX, sal_Int32 nY ) throw(RuntimeException) in draw() argument
71 ::Point aPos( nX, nY ); in draw()
82 VCLXWindow::draw( nX, nY ); in draw()
/trunk/main/UnoControls/inc/
H A Dbasecontrol.hxx599 sal_Int32 nY ,
862 sal_Int32 nY ) throw( UNO3_RUNTIMEEXCEPTION );
1130 sal_Int32 nY ,
/trunk/main/tools/source/generic/
H A Dpoly.cxx524 long nY = FRound( -nRadY * sin( nAngle ) ); in Polygon() local
528 pPt->Y() = nY + rCenter.Y(); in Polygon()
531 pPt->Y() = nY + rCenter.Y(); in Polygon()
534 pPt->Y() = -nY + rCenter.Y(); in Polygon()
537 pPt->Y() = -nY + rCenter.Y(); in Polygon()
1302 long nX, nY; in Rotate() local
1311 nY = rPt.Y() - nCenterY; in Rotate()
1312 rPt.X() = (long) FRound( fCos * nX + fSin * nY ) + nCenterX; in Rotate()
1313 rPt.Y() = -(long) FRound( fSin * nX - fCos * nY ) + nCenterY; in Rotate()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx918 long nY = nPara*nLineHeight - pModulWindow->GetBreakPointWindow().GetCurYOffset(); in ParagraphInsertedDeleted() local
919 aInvRec.Top() = nY; in ParagraphInsertedDeleted()
1002 sal_uLong nY = nLine*nLineHeight - nCurYOffset; in Paint() local
1003 DrawImage( Point( 0, nY ) + aBmpOff, pBrk->bEnabled ? aBrk1 : aBrk0 ); in Paint()
1049 sal_uLong nY = nMarkerPos*nLineHeight - nCurYOffset; in ShowMarker() local
1050 Point aPos( 0, nY ); in ShowMarker()
1073 long nY = nLine*nLineHeight; in FindBreakPoint() local
1074 if ( ( nYPos > nY ) && ( nYPos < ( nY + nLineHeight ) ) ) in FindBreakPoint()
/trunk/main/sdext/source/presenter/
H A DPresenterSlideSorter.cxx250 const double nY);
256 const double nY,
2243 const double nY) in PaintBitmapOnce() argument
2256 0, 1, nY), in PaintBitmapOnce()
2303 for (double nY=nY0; nY<nY1; nY+=aSize.Height) in PaintBitmapTiled() local
2307 aRenderState.AffineTransform.m12 = nY; in PaintBitmapTiled()

Completed in 188 milliseconds

12345678910>>...19