Home
last modified time | relevance | path

Searched refs:x (Results 201 – 225 of 1170) sorted by relevance

12345678910>>...47

/trunk/main/vcl/aqua/source/gdi/
H A Dctfonts.cxx211 rRect.Left() = lrint( mfFontScale * aCGRect.origin.x ); in GetGlyphBoundRect()
213 rRect.Right() = lrint( mfFontScale * (aCGRect.origin.x + aCGRect.size.width) ); in GetGlyphBoundRect()
240 rPolygon.append( basegfx::B2DPoint( +pElement->points[0].x, -pElement->points[0].y ) ); in MyCGPathApplierFunc()
243 rPolygon.append( basegfx::B2DPoint( +pElement->points[2].x, -pElement->points[2].y ) ); in MyCGPathApplierFunc()
244 …rPolygon.setNextControlPoint( nPointCount-1, basegfx::B2DPoint( pElement->points[0].x, -pElement->… in MyCGPathApplierFunc()
245 …rPolygon.setPrevControlPoint( nPointCount+0, basegfx::B2DPoint( pElement->points[1].x, -pElement->… in MyCGPathApplierFunc()
249 const basegfx::B2DPoint aCtrPt1( (aStartPt.getX() + 2* pElement->points[0].x) / 3.0, in MyCGPathApplierFunc()
251 const basegfx::B2DPoint aCtrPt2( (+2 * +pElement->points[0].x + pElement->points[1].x) / 3.0, in MyCGPathApplierFunc()
253 rPolygon.append( basegfx::B2DPoint( +pElement->points[1].x, -pElement->points[1].y ) ); in MyCGPathApplierFunc()
/trunk/main/sax/test/
H A Dsaxdemo.cxx507 Reference < XInterface > x = xSMgr->createInstance( in main() local
509 xReg = Reference< XImplementationRegistration > ( x , UNO_QUERY ); in main()
539 Reference< XInterface > x = xSMgr->createInstance( in main() local
541 if( x.is() ) in main()
543 Reference< XParser > rParser( x , UNO_QUERY ); in main()
580 x= xSMgr->createInstance( OUString::createFromAscii( "com.sun.star.xml.sax.Writer" ) ); in main()
581 if( x.is() ) in main()
586 Reference< XActiveDataSource > source( x , UNO_QUERY ); in main()
592 Reference< XExtendedDocumentHandler > r( x , UNO_QUERY ); in main()
/trunk/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx74 for(sal_uInt32 x(0L); x < nWidth; x++) in BPixelRasterToBitmapEx() local
80 sal_uInt32 nIndex(rRaster.getIndexFromXY(x * mnAntiAlialize, y * mnAntiAlialize)); in BPixelRasterToBitmapEx()
100 pContent->SetPixel(y, x, BitmapColor( in BPixelRasterToBitmapEx()
104 pAlpha->SetPixel(y, x, BitmapColor(255 - (sal_uInt8)nOpacity)); in BPixelRasterToBitmapEx()
115 for(sal_uInt32 x(0L); x < nWidth; x++) in BPixelRasterToBitmapEx() local
121 pContent->SetPixel(y, x, BitmapColor(rPixel.getRed(), rPixel.getGreen(), rPixel.getBlue())); in BPixelRasterToBitmapEx()
122 pAlpha->SetPixel(y, x, BitmapColor(255 - rPixel.getOpacity())); in BPixelRasterToBitmapEx()
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx735 double phi(double x);
736 double integralPhi(double x);
737 double taylor(double* pPolynom, sal_uInt16 nMax, double x);
738 double gauss(double x);
739 double gaussinv(double x);
740 double GetBetaDist(double x, double alpha, double beta); //cumulative distribution function
745 double GetFDist(double x, double fF1, double fF2);
747 double Fakultaet(double x);
749 double GetGamma(double x);
750 double GetLogGamma(double x);
[all …]
/trunk/main/sw/inc/
H A Ddbgoutsw.hxx60 #define DBG_OUT(x) printf("%s\n", dbg_out(x)) argument
61 #define DBG_OUT_LN(x) printf("%s(%d): %s\n", __FILE__, __LINE__, dbg_out(x)) argument
62 #define DBG_OUT_FN_LN(x) printf("%s: %s\n", __FUNCTION__, dbg_out(x)) argument
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccText.cpp87 STDMETHODIMP CAccText::get_characterExtents(long offset, IA2CoordinateType coordType, long * x, lon… in get_characterExtents() argument
90 return CAccTextBase::get_characterExtents(offset, coordType, x, y, width, height); in get_characterExtents()
113 STDMETHODIMP CAccText::get_offsetAtPoint(long x, long y, IA2CoordinateType coordType, long * offset) in get_offsetAtPoint() argument
116 return CAccTextBase::get_offsetAtPoint(x, y, coordType, offset); in get_offsetAtPoint()
260 …tringToPoint(long startIndex, long endIndex,enum IA2CoordinateType coordinateType, long x, long y ) in scrollSubstringToPoint() argument
263 return CAccTextBase::scrollSubstringToPoint(startIndex, endIndex, coordinateType, x, y); in scrollSubstringToPoint()
H A DAccHypertext.cpp92 STDMETHODIMP CAccHypertext::get_characterExtents(long offset, IA2CoordinateType coordType, long * x in get_characterExtents() argument
95 return CAccTextBase::get_characterExtents(offset, coordType, x, y, width, height); in get_characterExtents()
117 STDMETHODIMP CAccHypertext::get_offsetAtPoint(long x, long y, IA2CoordinateType coordType, long * o… in get_offsetAtPoint() argument
119 return CAccTextBase::get_offsetAtPoint(x, y, coordType, offset); in get_offsetAtPoint()
262 …tringToPoint(long startIndex, long endIndex,enum IA2CoordinateType coordinateType, long x, long y ) in scrollSubstringToPoint() argument
265 return CAccTextBase::scrollSubstringToPoint(startIndex, endIndex, coordinateType, x, y); in scrollSubstringToPoint()
/trunk/main/boost/
H A Dboost_1_55_0.patch99 return detail::isfinite_impl(static_cast<value_type>(x), method());
108 return detail::isnormal_impl(static_cast<value_type>(x), method());
117 return detail::isinf_impl(static_cast<value_type>(x), method());
125 return detail::isnan_impl(x, method());
271 - table_impl::fill_buckets(x.begin(), *this, assign);
273 + table_impl::fill_buckets(x.begin(), *this, assign_var);
276 void assign(table const& x, true_type)
283 node_holder<node_allocator> nodes(x);
334 // C++0x features in 4.3.n and later
338 // C++0x features are only enabled when -std=c++0x or -std=gnu++0x are
/trunk/main/offapi/com/sun/star/chart/
H A DChartAxisXSupplier.idl38 horizontal axis, i.e., an <em>x</em>-axis.
48 /** This property determines if the x-axis is shown or hidden.@see ChartAxis
54 /** Determines if the description of the x-axis is
61 /** Determines if the major grid of the x-axis is
68 /** Determines if the minor grid of the x-axis is shown
75 /** Determines if the title of the x-axis is shown
H A DXAxisXSupplier.idl45 /** gives access to the <i>x</i>-axis of a chart.
48 <i>x</i>-axis, e.g., the <type>PieDiagram</type>.</p>
57 the <i>x</i>-axis title shape.
66 the properties of the <i>x</i>-axis of the diagram.
79 <i>x</i>-axis of the diagram.
89 <i>x</i>-axis of the diagram.
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx540 pText->x = aRect2.getMinX() ; in drawCharGlyphs()
619 pFrame->x = pImageElement->x = aRect.getMinX(); in setupImage()
628 pFrame->x += aRect.getWidth(); in setupImage()
629 pImageElement->x += aRect.getWidth(); in setupImage()
747 pLink->x = rBounds.X1; in hyperLink()
950 if( pLeft->x+pLeft->w < pRight->x ) in lr_tb_sort()
954 if( pRight->x+pRight->w < pLeft->x ) in lr_tb_sort()
959 if( pLeft->x < pRight->x ) in lr_tb_sort()
961 if( pRight->x < pLeft->x ) in lr_tb_sort()
/trunk/main/stoc/source/tdmanager/
H A Dtdmgr_common.hxx31 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) argument
32 #define ARLEN(x) (sizeof (x) / sizeof *(x)) argument
/trunk/main/canvas/source/directx/
H A Ddx_5rm.cxx195 for(sal_uInt32 x=0; x<nWidth; ++x) in doBlit() local
222 for(sal_uInt32 x=0; x<nWidth; ++x) in doBlit() local
244 for(sal_uInt32 x=0; x<nWidth; ++x) in doBlit() local
960 for(sal_uInt32 x=0; x<nNumColumns; ++x) in update() local
1653 aPoint.x -= maMonitorInfo.rcMonitor.left; in convert2Screen()
1656 io_rDestPos.setX( io_rDestPos.getX() + aPoint.x ); in convert2Screen()
1665 sal_Int32(io_rDestArea.getMinX() + aPoint.x) ) ), in convert2Screen()
1671 sal_Int32(io_rDestArea.getMaxX() + aPoint.x) ) ), in convert2Screen()
2250 D3DVECTOR(static_cast<D3DVALUE>(it->x), in flushVertexCache()
/trunk/main/vcl/test/
H A Dcanvasbitmaptest.cxx504 for( sal_Int32 x=0; x<nWidth; ++x ) in getData() local
505 pOut[ y*nScanlineLen + x ] = sal_Int8(x); in getData()
512 for( sal_Int32 x=0; x<nWidth; ++x ) in getData() local
514 pOut[ y*nScanlineLen + 4*x ] = sal_Int8(rect.X1); in getData()
515 pOut[ y*nScanlineLen + 4*x + 1 ] = sal_Int8(rect.Y2); in getData()
516 pOut[ y*nScanlineLen + 4*x + 2 ] = sal_Int8(x); in getData()
517 pOut[ y*nScanlineLen + 4*x + 3 ] = sal_Int8(rect.Y1); in getData()
/trunk/main/canvas/source/cairo/
H A Dcairo_os2_cairo.cxx86 Os2Surface::Os2Surface( HWND hwnd, int x, int y, int w, int h) : in Os2Surface() argument
88 cairo_os2_surface_create_for_window( hwnd, w + x, h + y), in Os2Surface()
92 hwnd, x, y, w, h); in Os2Surface()
253 int x, int y, int width, int height) in createSurface() argument
259 OSL_TRACE( "createSurface refDev:%x, offset: %d x %d", &rRefDevice, x, y); in createSurface()
268 pSysData->hWnd, x, y, w, h)); in createSurface()
/trunk/test/testuno/source/fvt/uno/sc/formula/
H A DTestFormulaDocs.java129 for( int x = 0; x < 26; ++x) { in testOneDoc()
130 XCell xCell = xSheet.getCellByPosition( x, y); in testOneDoc()
136 nTestIdCol = x; in testOneDoc()
141 nTestOkCol = x; in testOneDoc()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx1220 gint x, y; in Center() local
2218 gint x, y; in SetPointerPos() local
2261 gint x, y; in GetPointerState() local
2486 aRect.x = nX; in UnionClipRegion()
2536 int x = 0, y = 0; in Dispatch() local
2546 maGeometry.nX = x; in Dispatch()
2653 gint x, y; in signalButton() local
2781 gint x, y; in signalMotion() local
2942 int x = pEvent->x, y = pEvent->y; in signalConfigure() local
3003 pThis->maGeometry.nLeftDecoration = x - aRect.x; in signalConfigure()
[all …]
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclWindow.java70 public void move(int x, int y) { in move() argument
71 invoke(Constant.M_Move, new Object[]{new Integer(x), new Integer(y)}); in move()
79 move(p.x, p.y); in move()
115 public void resize(int x, int y) { in resize() argument
116 invoke(Constant.M_Size, new Object[]{new Integer(x), new Integer(y)}); in resize()
/trunk/main/ooo_custom_images/industrial/res/commandimagelist/
H A Dlc_mergedialog.xcf.bz2
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DFormTools.java65 int width, int x, int y, String kind ) { in createControlShape() argument
86 position.X = x; in createControlShape()
101 int width, int x, int y, String kind, String defControl ) { in createUnoControlShape() argument
121 position.X = x; in createUnoControlShape()
138 int width, int x, int y, String kind ) { in createControlShapeWithDefaultControl() argument
156 position.X = x; in createControlShapeWithDefaultControl()
216 int width, int x, int y, String kind ) { in insertControlShape() argument
218 XControlShape aShape = createControlShape(oDoc,height,width,x,y,kind); in insertControlShape()
/trunk/main/comphelper/source/property/
H A Dpropertycontainerhelper.cxx52 bool operator() (const PropertyDescription& x, const PropertyDescription& y) const in operator ()()
54 return x.aProperty.Handle < y.aProperty.Handle; in operator ()()
60 bool operator() (const PropertyDescription& x, const sal_Int32& y) const in operator ()()
62 return x.aProperty.Handle < y; in operator ()()
64 bool operator() (const sal_Int32& x, const PropertyDescription& y) const in operator ()()
66 return x < y.aProperty.Handle; in operator ()()
75 bool operator() (const PropertyDescription& x ) const in operator ()()
77 return x.aProperty.Name.equals(m_rCompare); in operator ()()
/trunk/main/
H A Dconfigure.ac3134 if test x`echo "$javacompiler" | $GREP -i '\.exe$'` = x; then
3151 if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
3158 if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
3208 if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
3215 if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
3266 if test "$JAVA_HOME" = "/usr" -a "x$with_jdk_home" = "x"; then
4163 AC_MSG_ERROR([too old, use 5.0.x or 5.1.x])
4845 if test "x$x_includes" = "x"; then
4848 if test "x$x_libraries" = "x"; then
4881 if test "x$XLIB" = x; then
[all …]
/trunk/main/vcl/source/app/
H A Dunohelp.cxx140 …uno::Any x = xI->queryInterface( ::getCppuType((const uno::Reference< i18n::XBreakIterator >*)0) ); in CreateBreakIterator() local
141 x >>= xB; in CreateBreakIterator()
156 …uno::Any x = xI->queryInterface( ::getCppuType((const uno::Reference< i18n::XCharacterClassificati… in CreateCharacterClassification() local
157 x >>= xB; in CreateCharacterClassification()
172 uno::Any x = xI->queryInterface( ::getCppuType((const uno::Reference< i18n::XCollator >*)0) ); in CreateCollator() local
173 x >>= xB; in CreateCollator()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx1501 aPt.x = nX; in SetPosSize()
1517 nX = aPt.x; in SetPosSize()
1579 aRect.left = pt.x; in SetPosSize()
2407 aPt.x = (int)nX; in SetPointerPos()
3321 aPt.x=0; in EndSetClipRegion()
4190 aRectMouse.left = pt.x; in SetMaximizedFrameGeometry()
4224 aPt.x=0; in UpdateFrameGeometry()
4241 aPt.x=aInnerRect.right; in UpdateFrameGeometry()
4957 int x = aRect.left; in ImplDrawItem() local
4977 x += checkWidth+3; in ImplDrawItem()
[all …]
/trunk/main/fpicker/source/aqua/
H A DControlHelper.cxx355 … %s is {%f, %f, %f, %f}", [[pControl description] UTF8String], frame.origin.x, frame.origin.y, fra… in createUserPane()
381 …s is {%f, %f, %f, %f}", [[textField description] UTF8String], tfRect.origin.x, tfRect.origin.y, tf… in createUserPane()
389 …frame.origin.x += (kAquaSpaceBetweenControls - kAquaSpaceLabelFrameBoundsDiffH - kAquaSpacePopupMe… in createUserPane()
463 …OSL_TRACE("setting user pane rect to {%f, %f, %f, %f}",upRect.origin.x, upRect.origin.y, upRect.si… in createUserPane()
818 …OSL_TRACE("userPane frame: {%f, %f, %f, %f}",userPaneRect.origin.x, userPaneRect.origin.y, userPan… in layoutControls()
893 labelFrame.origin.x = left; in layoutControls()
895 …OSL_TRACE("setting label at: {%f, %f, %f, %f}",labelFrame.origin.x, labelFrame.origin.y, labelFram… in layoutControls()
898 …controlRect.origin.x = left + labelFrame.size.width + kAquaSpaceBetweenControls - kAquaSpaceLabelF… in layoutControls()
901 …OSL_TRACE("setting popup at: {%f, %f, %f, %f}",controlRect.origin.x, controlRect.origin.y, control… in layoutControls()
911 controlRect.origin.x = left; in layoutControls()
[all …]

Completed in 215 milliseconds

12345678910>>...47