/trunk/main/sal/qa/inc/ |
H A D | valueequal.hxx | 29 bool is_equal(T x, T y, sal_Int16 _nPrec) in is_equal() 151 bool is_float_equal(float x, float y) in is_float_equal() 155 bool is_double_equal(double x, double y) in is_double_equal()
|
/trunk/main/chart2/source/tools/ |
H A D | RegressionCalculationHelper.hxx | 78 inline bool operator()( double x, double y ) in operator ()() 89 inline bool operator()( double x, double y ) in operator ()() 101 inline bool operator()( double x, double y ) in operator ()() 113 inline bool operator()( double x, double y ) in operator ()()
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxgraphics.cxx | 378 void VCLXGraphics::drawPixel( sal_Int32 x, sal_Int32 y ) throw(uno::RuntimeException) in drawPixel() 400 void VCLXGraphics::drawRect( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height ) throw(un… in drawRect() 411 void VCLXGraphics::drawRoundedRect( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, sa… in drawRoundedRect() 460 void VCLXGraphics::drawEllipse( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height ) throw… in drawEllipse() 471 void VCLXGraphics::drawArc( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, sal_Int32 … in drawArc() 482 void VCLXGraphics::drawPie( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, sal_Int32 … in drawPie() 493 void VCLXGraphics::drawChord( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, sal_Int3… in drawChord() 504 void VCLXGraphics::drawGradient( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, const… in drawGradient() 523 void VCLXGraphics::drawText( sal_Int32 x, sal_Int32 y, const ::rtl::OUString& rText ) throw(uno::Ru… in drawText() 534 void VCLXGraphics::drawTextArray( sal_Int32 x, sal_Int32 y, const ::rtl::OUString& rText, const uno… in drawTextArray() [all …]
|
/trunk/main/vcl/source/glyphs/ |
H A D | gcach_rbmp.cxx | 51 for( int y = ymax; --y >= 0; p2 += dy ) in ImplRotate8_90() local 66 for( int y = ymax/2; --y >= 0; ) in ImplRotate8_180() local 94 for( int y = ymax; --y >= 0; ) in ImplRotate1_90() local 135 for( int y = ymax; --y >= 0; ) in ImplRotate1_180() local
|
/trunk/test/testcommon/source/org/openoffice/test/vcl/ |
H A D | Tester.java | 72 public static void click(int x, int y) { in click() 79 public static void doubleClick(int x, int y) { in doubleClick() 93 public static void rightClick(int x, int y) { in rightClick() 104 int y = fromY; in drag() local
|
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/ |
H A D | VclWindow.java | 70 public void move(int x, int y) { in move() 115 public void resize(int x, int y) { in resize()
|
H A D | VclControl.java | 71 public void click(int x, int y) { in click() 76 public void doubleClick(int x, int y) { in doubleClick() 91 public void rightClick(int x, int y) { in rightClick()
|
/trunk/main/winaccessibility/source/UAccCOM/ |
H A D | AccComponentBase.cpp | 48 STDMETHODIMP CAccComponentBase::get_locationInParent(long *x, long *y) in get_locationInParent() 79 STDMETHODIMP CAccComponentBase::get_locationOnScreen(long *x, long *y) in get_locationOnScreen()
|
H A D | AccComponent.cpp | 35 STDMETHODIMP CAccComponent::get_locationInParent(long *x, long *y) in get_locationInParent()
|
/trunk/main/vcl/unx/gtk/a11y/ |
H A D | atkcomponent.cxx | 60 gint x, gint y, AtkCoordType t) in translatePoint() 103 gint y, in component_wrapper_contains() 125 gint y, in component_wrapper_ref_accessible_at_point() 169 gint *y, in component_wrapper_get_position() 230 gint *y, in component_wrapper_get_extents()
|
/trunk/main/i18npool/source/calendar/ |
H A D | calendar_jewish.cxx | 145 HebrewDate(sal_Int32 m, sal_Int32 d, sal_Int32 y) { month = m; day = d; year = y; } in HebrewDate() 223 GregorianDate(int m, int d, int y) { month = m; day = d; year = y; } in GregorianDate() 258 int y = fieldValue[CalendarFieldIndex::YEAR]; in mapFromGregorian() local 275 sal_Int16 y = fieldSetValue[CalendarFieldIndex::YEAR]; in mapToGregorian() local
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/ |
H A D | ImageHelper.java | 49 int y = 0; in ImageHelper() local 67 public int getPixel(int x, int y) in getPixel()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/ |
H A D | ImageHelper.java | 49 int y = 0; in ImageHelper() local 71 public int getPixel(final int x, final int y) in getPixel()
|
/trunk/main/canvas/source/cairo/ |
H A D | cairo_quartz_cairo.cxx | 83 QuartzSurface::QuartzSurface( NSView* pView, int x, int y, int width, int height ) : in QuartzSurface() 117 QuartzSurface::QuartzSurface( CGContextRef rContext, int x, int y, int width, int height ) : in QuartzSurface() 291 int x, int y, int width, int height ) in createSurface()
|
/trunk/main/svtools/source/dialogs/ |
H A D | mcvmath.cxx | 169 long y = rY.x; in ImpATanx2() local 242 sal_uInt16 ImpATan2( const short x, const short y ) in ImpATan2() 266 void ImpCartToPolar( const short x, const short y, Fix& rRad, sal_uInt16& rPhi ) in ImpCartToPolar()
|
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/ |
H A D | hash.cxx | 46 sal_uInt32 f1( sal_uInt32 x, sal_uInt32 y, sal_uInt32 z ) in f1() 51 sal_uInt32 f2( sal_uInt32 x, sal_uInt32 y, sal_uInt32 z ) in f2() 56 sal_uInt32 f3( sal_uInt32 x, sal_uInt32 y, sal_uInt32 z ) in f3()
|
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/ |
H A D | hash.cxx | 47 sal_uInt32 f1( sal_uInt32 x, sal_uInt32 y, sal_uInt32 z ) in f1() 52 sal_uInt32 f2( sal_uInt32 x, sal_uInt32 y, sal_uInt32 z ) in f2() 57 sal_uInt32 f3( sal_uInt32 x, sal_uInt32 y, sal_uInt32 z ) in f3()
|
/trunk/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | pnghelper.cxx | 222 for( int y = 0; y < height; y++ ) in createPng() local 265 for( int y=0; y<height; ++y) in createPng() local 297 for( int y = 0; y < maskHeight; ++y ) in createPng() local 350 for( int y=0; y<height; ++y) in createPng() local 379 for( int y = 0; y < maskHeight; ++y ) in createPng() local
|
/trunk/main/canvas/source/tools/ |
H A D | surfaceproxy.cxx | 63 for(sal_Int32 y=0; y<aImageSizeY; y+=aPageSizeY) in SurfaceProxy() local 68 for(sal_Int32 y=0; y<aImageSizeY; y+=aPageSizeY) in SurfaceProxy() local
|
/trunk/main/basebmp/test/ |
H A D | tools.cxx | 39 for( sal_Int32 y=0; y<rSize.getY(); ++y ) in countPixel() local
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/ |
H A D | DrawTools.java | 129 int y, String kind ) { in createShape() 152 int y, String kind ) { in addShape()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/ |
H A D | AccessiblePopupMenu.java | 79 int y = point.Y; in cleanup() local 168 int y = point.Y + (rect.Height / 2); in createTestEnvironment() local
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/ |
H A D | _XContextMenuInterception.java | 180 int y = point.Y + (rect.Height / 2); in openContextMenu() local 200 int y = point.Y; in releasePopUp() local
|
/trunk/main/filter/source/graphicfilter/epbm/ |
H A D | epbm.cxx | 150 for ( sal_uLong y = 0; y < mnHeight; y++ ) in ImplWriteBody() local 168 for ( sal_uLong y = 0; y < mnHeight; y++ ) in ImplWriteBody() local
|
/trunk/main/filter/source/graphicfilter/epgm/ |
H A D | epgm.cxx | 154 for ( sal_uLong y = 0; y < mnHeight; y++ ) in ImplWriteBody() local 164 for ( sal_uLong y = 0; y < mnHeight; y++ ) in ImplWriteBody() local
|