Home
last modified time | relevance | path

Searched refs:y (Results 301 – 325 of 645) sorted by relevance

1...<<11121314151617181920>>...26

/aoo42x/main/basebmp/inc/basebmp/
H A Dclippedlinerenderer.hxx288 currIter.y += sy; in renderClippedLine()
315 currIter.y += sy; in renderClippedLine()
/aoo42x/main/qadevOOo/tests/java/ifc/awt/
H A D_XUserInputInterception.java491 int y = point.Y + (rect.Height / 2); in clickIntoDoc() local
493 rob.mouseMove(x, y); in clickIntoDoc()
/aoo42x/main/vcl/aqua/source/window/
H A Dsalmenu.cxx375 …displayPopupFrame.origin.y = pWin->ImplGetFrame()->maGeometry.nY - pParentAquaSalFrame->maGeometry… in ShowNativePopupMenu()
899 aRect.origin.y -= i_pReferenceFrame->maGeometry.nY + aRect.size.height; in GetMenuBarButtonRectPixel()
902 static_cast<long int>(aRect.origin.y) in GetMenuBarButtonRectPixel()
/aoo42x/main/sc/source/ui/vba/
H A Dvbarange.cxx814 virtual void processValue( sal_Int32 x, sal_Int32 y, const uno::Any& aValue );
872 processValue( x,y,aValue ); in visitNode()
954 processValue( x,y,aValue ); in visitNode()
965 virtual void processValue( sal_Int32 x, sal_Int32 y, const uno::Any& aValue ) in processValue() argument
968 aMatrix[x][y] = aValue; in processValue()
983 mValueGetter.visitNode( x, y, xCell ); in visitNode()
984 processValue( x, y, mValueGetter.getValue() ); in visitNode()
1005 if ( y < nColCount ) in visitNode()
1006 mCellValueSetter.processValue( aMatrix[ y ], xCell ); in visitNode()
1030 if ( x < nRowCount && y < nColCount ) in visitNode()
[all …]
/aoo42x/main/sc/inc/
H A Dmiscuno.hxx87 #define SC_QUERY_MULTIPLE(x,y) \ argument
89 { uno::Any aR; aR <<= uno::Reference<x>(static_cast<y*>(this)); return aR; }
/aoo42x/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2444 aGM.gmptGlyphOrigin.x = aGM.gmptGlyphOrigin.y = 0; in GetGlyphBoundRect()
2450 rRect = Rectangle( Point( +aGM.gmptGlyphOrigin.x, -aGM.gmptGlyphOrigin.y ), in GetGlyphBoundRect()
2509 long nY = IntTimes256FromFixed( pHeader->pfxStart.y ); in GetGlyphOutline()
2541 nY = IntTimes256FromFixed( pCurve->apfx[ i ].y ); in GetGlyphOutline()
2555 nY = IntTimes256FromFixed( pCurve->apfx[ i ].y ); in GetGlyphOutline()
2568 nY = IntTimes256FromFixed( pCurve->apfx[ i ].y ); in GetGlyphOutline()
2579 nY += IntTimes256FromFixed( pCurve->apfx[ i-1 ].y ); in GetGlyphOutline()
/aoo42x/main/vcl/unx/generic/app/
H A Dsaldisp.cxx2400 pEvent->xbutton.y, in PrintEvent()
2409 pEvent->xmotion.y ); in PrintEvent()
2418 pEvent->xcrossing.y ); in PrintEvent()
2435 pEvent->xexpose.y ); in PrintEvent()
2455 pEvent->xreparent.y ); in PrintEvent()
2464 pEvent->xconfigure.y ); in PrintEvent()
2631 pFramebuffers[i].y, in InitXinerama()
/aoo42x/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx1359 double x, y, width, height; in implDrawBitmapSurface() local
1361 x = y = 0; in implDrawBitmapSurface()
1364 cairo_matrix_transform_point( &aMatrix, &x, &y ); in implDrawBitmapSurface()
1369 …OSL_TRACE ("chance to change surface to rgb, %f, %f, %f x %f (%d x %d)", x, y, width, height, maSi… in implDrawBitmapSurface()
1370 if( x <= 0 && y <= 0 && x + width >= maSize.getX() && y + height >= maSize.getY() ) in implDrawBitmapSurface()
/aoo42x/main/wizards/com/sun/star/wizards/agenda/
H A DTopicsControl.java1161 public ControlRow(AgendaWizardDialog dialog, int x, int y, int i, int tabindex)
1166 Integer y_ = new Integer(y);
1172 …PropertyNames.EMPTY_STRING + (i + 1) + ".", new Integer(x + 4), new Integer(y + 2), IStep, new Sho…
/aoo42x/main/padmin/source/
H A Dpadialog.cxx311 double y = rPoint.Y(); in project() local
316 double y1 = y * cos( angle_x ); in project()
317 double z1 = y * sin( angle_x ); in project()
/aoo42x/main/l10ntools/source/
H A Dhelpmerge.cxx100 OString y; in Dump() local
104 y=posn->second->ToOString(); in Dump()
105 fprintf(stdout,"key=%s value=%s\n",x.GetBuffer(),y.getStr()); in Dump()
/aoo42x/main/vcl/inc/os2/
H A Dsalgdi.h349 #define TY( y ) (mnHeight-(y)-1) argument
/aoo42x/main/toolkit/src2xml/source/
H A Dsrcparser.py388 x, y = self.parseMapAppfont(self.tokenBuf)
390 elem.setAttr("y", y)
/aoo42x/main/framework/qa/complex/XUserInputInterception/
H A DEventTest.java555 int y = point.Y + (rect.Height / 2); in clickIntoDoc() local
557 rob.mouseMove(x, y); in clickIntoDoc()
/aoo42x/main/fpicker/source/win32/filepicker/
H A Dpreviewadapter.cxx337 HWND_TOP, pt.x, pt.y, cx, height, SWP_NOACTIVATE); in rearrangeLayout()
489 m_ToolbarPosY = pt.y; in notifyParentWindowPosChanged()
/aoo42x/main/linguistic/qa/complex/linguistic/
H A DHangulHanjaConversion.java269 private XCell getCell(int x, int y, XSpreadsheet xSpreadsheet) { in getCell() argument
273 re = xSpreadsheet.getCellByPosition(x, y); in getCell()
/aoo42x/main/qadevOOo/tests/java/mod/_sc/
H A DScDataPilotFieldObj.java203 int y = sCellAdress.Row + 3; in createTestEnvironment() local
207 oCheckCell = oSheet.getCellByPosition(x, y); in createTestEnvironment()
/aoo42x/main/sal/osl/unx/
H A Dpipe.c104 #define ERROR_FROM_NATIVE(y) osl_PipeErrorFromNative(y) argument
/aoo42x/main/svtools/workben/
H A Dsvdem.cxx305 long x,y; in Paint() local
313 y = aWindowSize.Height()/2; in Paint()
322 y = aWindowSize.Height()/2 - GetTextHeight()/2; in Paint()
325 DrawText( Point( x, y ), aText ); in Paint()
/aoo42x/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx1137 long y = maWndSize.Height() - nBottomMargin - nBtnHeight; in getSectionPosSize() local
1138 rPos = Point(x, y); in getSectionPosSize()
1145 long y = maWndSize.Height() - nBottomMargin - nBtnHeight; in getSectionPosSize() local
1146 rPos = Point(x, y); in getSectionPosSize()
/aoo42x/main/extensions/source/scanner/
H A Dsanedlg.cxx445 double* y = new double[ nElements ]; in IMPL_LINK() local
448 mrSane.GetOptionValue( mnCurrentOption, y ); in IMPL_LINK()
450 GridWindow aGrid( x, y, nElements, this ); in IMPL_LINK()
457 delete [] y; in IMPL_LINK()
/aoo42x/main/embedserv/source/embed/
H A Ddocholder.cxx990 aOldOffset.y = aOldSize.cy; in resizeWin()
995 aNewOffset.y = rNewSize.cy; in resizeWin()
1003 sal_Int32 aHeightDelta = aWinRect.Height - aOldOffset.y; in resizeWin()
1009 aNewOffset.y + aHeightDelta, in resizeWin()
/aoo42x/main/svtools/source/filter/wmf/
H A Denhwmf.cxx1318 for ( sal_Int32 y = 0; y < pBmp->Height(); y++ ) in ReadEnhWMF() local
1322 const BitmapColor aColor( pBmp->GetColor( y, x ) ); in ReadEnhWMF()
/aoo42x/extras/l10n/source/ku/
H A Dlocalize.sdf705 …PT_HELP_SORT 0 ku Rêbaza rêzkirinê wek zêdebûyî an kêmbûyî hilbijêrin. Zêdebûyî tê wateya ji A …
8580yên ku xwedî şanikên yekbûyî, yên rêzikan wek tabloyên çalkirî çêdike, nîşan dide. Lê dijê vê, mod…
9055 …c 0 string STR_OBJECT_TITLE_SECONDARY_X_AXIS 0 ku Sernavê duwemin yê Tewereya X yê 2002-02-0…
9056 …c 0 string STR_OBJECT_TITLE_SECONDARY_Y_AXIS 0 ku Sernavê duwemin yê Tewereya Y yê 2002-02-0…
11549 …rtwi.src 0 string sSumSOTextDocuments 0 ku Hemû belgeyên nivîsê yên %PRODUCTNAME yên di peldank…
11550 …rtwi.src 0 string sSumSOTableDocuments 0 ku Hemû tabloyên hesêb yên %PRODUCTNAME yên di peldank…
11552 …twi.src 0 string sSumSOMathDocuments 0 ku Hemû belgeyên formulê yên %PRODUCTNAME yên di peldank…
11553 …rtwi.src 0 string sSumSOTextTemplates 0 ku Hemû şablonên nivîsê yên %PRODUCTNAME yên di peldank…
11556 …ortwi.src 0 string sSumSOGlobalDocuments 0 ku Hemû belgeyên mak yên %PRODUCTNAME yên di peldank…
18403 …CES_UNAVAILABLE 0 ku Çavkaniya data yê hîn saz nebûyê. Ji bo data bikevin gastînê pêwîstiya we bi…
[all …]
/aoo42x/main/vcl/os2/source/window/
H A Dsalobj.cxx264 aPos.y = nY; in SalSysObjClipWndProc()
266 nMP1 = MPFROM2SHORT( (short)aPos.x, (short)aPos.y ); in SalSysObjClipWndProc()

Completed in 549 milliseconds

1...<<11121314151617181920>>...26