Home
last modified time | relevance | path

Searched refs:y (Results 151 – 175 of 646) sorted by relevance

12345678910>>...26

/trunk/main/svtools/source/filter/
H A Dsgfbram.cxx123 rVect.y =SWAPSHORT(rVect.y ); in operator >>()
524 long y=rHead.Ysize-(aVect.y-rHead.Yoffs); in SgfFilterVect() local
531 y=SgfVectYofs+ y *SgfVectXmul /SgfVectYdiv; in SgfFilterVect()
533 aP1=Point(x,y); in SgfFilterVect()
/trunk/main/vcl/aqua/source/gdi/
H A Dctlayout.cxx266 CGContextSetTextPosition( rAquaGraphics.mrContext, aTextPos.x, aTextPos.y ); in DrawText()
371 …rPos = GetDrawPosition( Point( mfFontScale * mfFontStretch * rCurPos.x, mfFontScale * rCurPos.y) ); in GetNextGlyphs()
521 aMacRect.origin.y -= aMacPos.y; in GetBoundRect()
528 rVCLRect.Bottom() = aPos.Y() - mfFontScale * aMacRect.origin.y; in GetBoundRect()
529 rVCLRect.Top() = aPos.Y() - mfFontScale * (aMacRect.origin.y + aMacRect.size.height); in GetBoundRect()
/trunk/main/cui/source/options/
H A Doptgenrl.hrc74 #define LINE(y) (14+y*15)
75 #define FLINE(y) (16+y*15)
/trunk/main/offapi/com/sun/star/chart/
H A DChartTwoAxisYSupplier.idl42 primary and secondary y-axes.
54 /** determines if the secondary y-axis is shown or
63 /** determines for the secondary y-axis
70 /** determines if the title of the secondary y-axis is shown or hidden.
H A DChartRegressionCurveType.idl48 <i>y</i> = <i>A</i>&middot;<i>x</i> + <i>B</i>.</p>
57 <i>y</i> = <i>A</i>&middot;log(<i>x</i>) + <i>B</i>.</p>
66 <i>y</i> = <i>A</i>&middot;e<sup><i>B</i>&middot;<i>x</i></sup>.</p>
84 <i>y</i> = <i>A&middot;<i>x</i><sup>B</sup></i>.</p>
H A DChartAxisLabelPosition.idl42 …he ChartAxisLabelPosition is set to NEAR_AXIS for an y axis the labels are placed adjacent to the
55 …E.g. when this is set for an y axis the labels are placed outside the diagram on that side where t…
62 …E.g. when this is set for an y axis the labels are placed outside the diagram on that side where t…
/trunk/main/extensions/source/scanner/
H A Dsane.cxx56 #define FAIL_SHUTDOWN_STATE( x, y, z ) \ argument
60 y, x, p_strstatus( x ) ); \
65 #define FAIL_STATE( x, y, z ) \ argument
69 y, x, p_strstatus( x ) ); \
73 #define DUMP_STATE( x, y ) \ argument
77 y, x, p_strstatus( x ) ); \
80 #define CHECK_STATE( x, y ) \ argument
84 y, x, p_strstatus( x ) ); \
H A Dgrid.cxx190 Point GridWindow::transform( double x, double y ) in transform() argument
199 ( y - m_fMinY ) * in transform()
206 void GridWindow::transform( const Point& rOriginal, double& x, double& y ) in transform() argument
209y = ( m_aGridArea.Bottom() - rOriginal.Y() ) * (m_fMaxY - m_fMinY) / (double)m_aGridArea.GetHeight… in transform()
580 double x, y; in IMPL_LINK() local
581 transform( m_aHandles[i].maPos, x, y ); in IMPL_LINK()
/trunk/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleComponent.java171 for (int y = -1; y <= bounds.Height; y++) { in _containsPoint()
172 locRes &= !oObj.containsPoint(new Point(-1, y)); in _containsPoint()
173 locRes &= !oObj.containsPoint(new Point(bounds.X+bounds.Width, y)); in _containsPoint()
/trunk/main/fpicker/source/win32/filepicker/
H A DPreviewCtrl.cxx134 ulCorner.y = SubDiv( nHeightWnd, aPicSize.m_cy, 2 ); in _calcULCorner()
278 ulCorner.y, in CFilePreview()
354 ulCorner.y, in setPos()
376 ulCorner.y = rect.top; in getPos()
483 ulCorner.y, in onPaint()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx181 aPt.y = 0; in copyArea()
184 aSrcRect.top += aPt.y; in copyArea()
186 aSrcRect.bottom += aPt.y; in copyArea()
210 aPt2.y = 0; in copyArea()
213 aTempRect.top += aPt2.y; in copyArea()
215 aTempRect.bottom += aPt2.y; in copyArea()
282 OffsetRgn( hInvalidateRgn, nOffX-aPt.x, nOffY-aPt.y ); in copyArea()
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dexceptions.cxx98 static sal_uInt32 f1(sal_uInt32 x, sal_uInt32 y, sal_uInt32 z) in f1() argument
99 { return z ^ (x & (y ^ z)); } in f1()
101 static sal_uInt32 f2(sal_uInt32 x, sal_uInt32 y, sal_uInt32 z) in f2() argument
102 { return x ^ y ^ z; } in f2()
104 static sal_uInt32 f3(sal_uInt32 x, sal_uInt32 y, sal_uInt32 z) in f3() argument
105 { return (x & y) + (z & (x ^ y)); } in f3()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DStateSetView.java122 int y = aWidgetArea.y+aWidgetArea.height - 25; in PaintAllStates() local
140 g.translate (x,y); in PaintAllStates()
181 g.translate (10,aWidgetArea.y+aWidgetArea.height-3); in PaintAllStates()
/trunk/main/comphelper/inc/comphelper/
H A Dproperty.hxx66 …or() (const ::com::sun::star::beans::Property& x, const ::com::sun::star::beans::Property& y) const in operator ()()
68 return x.Name.compareTo(y.Name) < 0;// ? true : false; in operator ()()
92 …or() (const ::com::sun::star::beans::Property& x, const ::com::sun::star::beans::Property& y) const in operator ()()
94 return x.Name.compareTo(y.Name) == 0; in operator ()()
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx552 sal_uInt16 y, x, scan; in ReadRecordParams() local
554 for ( y = 0; y < nHeight; y++ ) in ReadRecordParams()
564 pAcc->SetPixelIndex( y, x, (nEightPixels>>i)&1 ); in ReadRecordParams()
648 for ( sal_Int32 y = 0; y < pBmp->Height(); y++ ) in ReadRecordParams() local
652 const BitmapColor aColor( pBmp->GetColor( y, x ) ); in ReadRecordParams()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx1650 for(sal_uInt32 y(0); y < static_cast< sal_uInt32 >(pOld->Height()); y++) in DoAction() local
1654 … const double fOpOld(1.0 - (pOld->GetPixel(y, x).GetIndex() * fFactor)); in DoAction()
1657 pOld->SetPixel(y, x, BitmapColor(aCol)); in DoAction()
1669 … for(sal_uInt32 y(0); y < static_cast< sal_uInt32 >(pOld->Height()); y++) in DoAction() local
1673 … const double fOpOld(1.0 - (pOld->GetPixel(y, x).GetIndex() * fFactor)); in DoAction()
1674 … const double fOpNew(1.0 - (pNew->GetPixel(y, x).GetIndex() * fFactor)); in DoAction()
1677 pOld->SetPixel(y, x, BitmapColor(aCol)); in DoAction()
/trunk/main/vcl/source/helper/
H A Dcanvasbitmap.cxx518 for( long y=aRequestedBytes.Top(); y<aRequestedBytes.Bottom(); ++y ) in getData() local
520 Scanline pScan = m_pBmpAcc->GetScanline(y); in getData()
535 for( long y=aRequestedArea.Top(); y<aRequestedArea.Bottom(); ++y ) in getData() local
544 *pOutScan++ = m_pBmpAcc->GetPixelIndex(y,x); in getData()
545 *pOutScan++ = m_pAlphaAcc->GetPixelIndex(y,x); in getData()
552 Scanline pScan = m_pBmpAcc->GetScanline(y) + nScanlineOffsetLeft; in getData()
559 *pOutScan++ = m_pAlphaAcc->GetPixelIndex( y, x ); in getData()
/trunk/main/vcl/aqua/source/res/MainMenu.nib/
H A Dkeyedobjects.nib5 …cationQq��w��2�x�y�z^NSResourceName���WNSImage_NSMenuCheckmark��:�;�~������?_NSCustomRes…
6 …ef�H�I�J�K�L�M�N�O�P�Q�R�S�T�U�V�W�=���8���������9��G�y�T��'��G�|�Π�=��G�…
9   9JLNPRsuwy{}����������������
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DAccessiblePopupMenu.java79 int y = point.Y; in cleanup() local
80 rob.mouseMove(x, y); in cleanup()
168 int y = point.Y + (rect.Height / 2); in createTestEnvironment() local
169 rob.mouseMove(x, y); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/
H A D_XContextMenuInterception.java180 int y = point.Y + (rect.Height / 2); in openContextMenu() local
181 rob.mouseMove(x, y); in openContextMenu()
200 int y = point.Y; in releasePopUp() local
201 rob.mouseMove(x, y); in releasePopUp()
/trunk/main/canvas/source/directx/
H A Ddx_canvasbitmap.cxx223 for( sal_Int32 y=0; y<aSize.getY(); ++y ) in getFastPropertyValue() local
225 pOutBits=pAlphaBits.get()+y*nScanWidth; in getFastPropertyValue()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dvendorlist.hxx55 #define VENDOR_MAP_ENTRY(x,y) \ argument
56 {x, & y::getJavaExePaths, & y::createInstance},
/trunk/main/vcl/unx/gtk/a11y/
H A Datktext.cxx655 gint *y, in text_wrapper_get_character_extents() argument
664 *x = *y = *width = *height = 0; in text_wrapper_get_character_extents()
677 *y = aRect.Y + origin_y; in text_wrapper_get_character_extents()
683 offset, coords, *x, *y, *width, *height); in text_wrapper_get_character_extents()
716 gint y, in text_wrapper_get_offset_at_point() argument
732 return pText->getIndexAtPoint( awt::Point(x - origin_x, y - origin_y) ); in text_wrapper_get_offset_at_point()
/trunk/main/sal/systools/win32/uwinapi/
H A DDrawStateW.cpp34 int y, // vertical location of image
65 return DrawStateA( hdc, hbr, lpOutputFunc, (LPARAM)lpTextA, wData, x, y, cx, cy, fuFlags );
68 return DrawStateA( hdc, hbr, lpOutputFunc, lData, wData, x, y, cx, cy, fuFlags );
/trunk/main/ooo_custom_images/industrial/res/commandimagelist/
H A Dlc_mergedialog.xcf.bz2

Completed in 116 milliseconds

12345678910>>...26