Home
last modified time | relevance | path

Searched refs:x (Results 101 – 125 of 1170) sorted by relevance

12345678910>>...47

/trunk/main/dbaccess/source/core/api/
H A Ddatacolumn.hxx106 …virtual void SAL_CALL updateBoolean( sal_Bool x ) throw(::com::sun::star::sdbc::SQLException, ::co…
107 …virtual void SAL_CALL updateByte( sal_Int8 x ) throw(::com::sun::star::sdbc::SQLException, ::com::…
108 …virtual void SAL_CALL updateShort( sal_Int16 x ) throw(::com::sun::star::sdbc::SQLException, ::com…
109 …virtual void SAL_CALL updateInt( sal_Int32 x ) throw(::com::sun::star::sdbc::SQLException, ::com::…
110 …virtual void SAL_CALL updateLong( sal_Int64 x ) throw(::com::sun::star::sdbc::SQLException, ::com:…
111 …virtual void SAL_CALL updateFloat( float x ) throw(::com::sun::star::sdbc::SQLException, ::com::su…
112 …virtual void SAL_CALL updateDouble( double x ) throw(::com::sun::star::sdbc::SQLException, ::com::…
113 …virtual void SAL_CALL updateString( const ::rtl::OUString& x ) throw(::com::sun::star::sdbc::SQLEx…
115 …virtual void SAL_CALL updateDate( const ::com::sun::star::util::Date& x ) throw(::com::sun::star::…
116 …virtual void SAL_CALL updateTime( const ::com::sun::star::util::Time& x ) throw(::com::sun::star::…
[all …]
/trunk/main/connectivity/source/drivers/ado/
H A DAolevariant.cxx123 OLEVariant::OLEVariant(sal_Bool x) { VariantInit(this); vt = VT_BOOL; boolVal = (x ? VARIANT_TR… in OLEVariant() argument
127 OLEVariant::OLEVariant(sal_Int64 x) { VariantInit(this); vt = VT_I4; lVal = (LONG)x;} in OLEVariant() argument
152 dblVal = ::dbtools::DBTypeConversion::toDouble(x); in OLEVariant()
160 OLEVariant::OLEVariant(const float &x) in OLEVariant() argument
164 fltVal = x; in OLEVariant()
166 OLEVariant::OLEVariant(const double &x) in OLEVariant() argument
170 dblVal = x; in OLEVariant()
188 rgsabound[0].cElements = x.getLength(); in OLEVariant()
190 parray = SafeArrayCreateVector(VT_UI1, 0, x.getLength()); in OLEVariant()
191 const sal_Int8* pBegin = x.getConstArray(); in OLEVariant()
[all …]
/trunk/main/soltools/cpp/
H A DTest.txt45 a = x > 0 ? TRUE : FALSE // a = x > 0 ? !0 : 0
47 #define A x
50 T() { a(); return b; } // T() { x(); return y; }
59 #define y x
60 #define x y
61 x // x
74 args(t1, (args(t2, (x, y)))) // t1 (t2 (x, y))
78 int foo __((int x)); // int foo (int x);
/trunk/main/basebmp/inc/basebmp/
H A Dcompositeiterator.hxx316 MoveX x; member in basebmp::CompositeIterator2D
321 x(this->maIter1.x,this->maIter2.x), in CompositeIterator2D()
327 x(this->maIter1.x,this->maIter2.x), in CompositeIterator2D()
333 x(this->maIter1.x,this->maIter2.x), in CompositeIterator2D()
342 x = MoveX(this->maIter1.x, in operator =()
343 this->maIter2.x); in operator =()
H A Dscaleimage.hxx126 const int src_width ( s_end.x - s_begin.x ); in scaleImage()
129 const int dest_width ( d_end.x - d_begin.x ); in scaleImage()
150 for( int x=0; x<src_width; ++x, ++s_begin.x, ++t_begin.x ) in scaleImage() local
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/
H A DWindowsAccessBridgeAdapter.java243 int x = 0; int y = 0; int width = 0; int height = 0; field in WindowsAccessBridgeAdapter.PopupMenuProxy
268 if (p.x < x) { in PopupMenuProxy()
269 x = p.x; in PopupMenuProxy()
274 if (p.x + d.width > x2) { in PopupMenuProxy()
275 x2 = p.x + d.width; in PopupMenuProxy()
286 width = x2 - x; in PopupMenuProxy()
409 if ((d.width >= 0) && (p.x < d.width) && (d.height >= 0) && in contains()
419 return new java.awt.Point(x,y); in getLocationOnScreen()
435 return new java.awt.Rectangle(x, y, width, height); in getBounds()
459 new java.awt.Point(p.x + x - p2.x, p.y + y - p2.y)); in getAccessibleAt()
[all …]
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx1101 gint x, y, w, h; in NWPaintGTKButton() local
1215 gint x, y, w, h; in NWGetButtonArea() local
1328 gint x,y; in NWPaintGTKCheck() local
1408 gint x,y,w,h; in NWPaintGTKScrollbar() local
1580 x = y = 0; in NWPaintGTKScrollbar()
2112 gint x,y; in NWPaintGTKComboBox() local
2389 gint x,y; in NWPaintGTKListBox() local
2477 gint x, y, w, h; in NWPaintGTKToolbar() local
2629 gint x, y, w, h; in NWPaintGTKMenubar() local
2719 gint x, y, w, h; in NWPaintGTKPopupMenu() local
[all …]
/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx589 aStateRect.origin.x = float(pState->mnX); in SetWindowState()
676 pState->mnX = long(aStateRect.origin.x); in GetWindowState()
715 if( aCurScreen.origin.x != aNewScreen.origin.x || in SetScreenNumber()
719 aFrameRect.origin.x += aNewScreen.origin.x - aCurScreen.origin.x; in SetScreenNumber()
764 if( aScreenRect.origin.x < aNewContentRect.origin.x ) in ShowFullScreen()
766 … aNewContentRect.size.width += aNewContentRect.origin.x - aScreenRect.origin.x; in ShowFullScreen()
767 aNewContentRect.origin.x = aScreenRect.origin.x; in ShowFullScreen()
774 …if( aScreenRect.origin.x + aScreenRect.size.width > aNewContentRect.origin.x + aNewContentRect.siz… in ShowFullScreen()
775 …aNewContentRect.size.width = aScreenRect.origin.x + aScreenRect.size.width - aNewContentRect.origi… in ShowFullScreen()
1413 aContentRect.origin.x = nX + aParentContentRect.origin.x; in SetPosSize()
[all …]
/trunk/main/dbaccess/source/ui/inc/
H A Dformadapter.hxx298 …virtual void SAL_CALL updateByte(sal_Int32 columnIndex, sal_Int8 x) throw(::com::sun::star::sdbc::…
299 …virtual void SAL_CALL updateShort(sal_Int32 columnIndex, sal_Int16 x) throw(::com::sun::star::sdbc…
300 …virtual void SAL_CALL updateInt(sal_Int32 columnIndex, sal_Int32 x) throw(::com::sun::star::sdbc::…
301 …virtual void SAL_CALL updateLong(sal_Int32 columnIndex, sal_Int64 x) throw(::com::sun::star::sdbc:…
302 …virtual void SAL_CALL updateFloat(sal_Int32 columnIndex, float x) throw(::com::sun::star::sdbc::SQ…
303 …virtual void SAL_CALL updateDouble(sal_Int32 columnIndex, double x) throw(::com::sun::star::sdbc::…
377 …virtual void SAL_CALL setByte(sal_Int32 parameterIndex, sal_Int8 x) throw(::com::sun::star::sdbc::…
379 …virtual void SAL_CALL setInt(sal_Int32 parameterIndex, sal_Int32 x) throw(::com::sun::star::sdbc::…
380 …virtual void SAL_CALL setLong(sal_Int32 parameterIndex, sal_Int64 x) throw(::com::sun::star::sdbc:…
381 …virtual void SAL_CALL setFloat(sal_Int32 parameterIndex, float x) throw(::com::sun::star::sdbc::SQ…
[all …]
/trunk/main/embedserv/source/inprocserv/
H A Dsmartpointer.hxx30 #define WRITEDEBUGINFOINTERN( x ) WriteDebugInfo( (DWORD)this, x, sizeof( x ) ) argument
31 #define WRITEDEBUGINFO( x ) WRITEDEBUGINFOINTERN( x ":" MY_STRING_LINE "\n" ) argument
32 #define TO_STRING( x ) #x argument
33 #define MACRO_VALUE_TO_STRING( x ) TO_STRING( x ) argument
36 #define WRITEDEBUGINFO( x ) void() argument
/trunk/main/sal/inc/sal/
H A Dtypes.h104 #define SAL_CONST_INT64(x) x##i64 argument
105 #define SAL_CONST_UINT64(x) x##ui64 argument
118 #define SAL_CONST_INT64(x) x##l argument
119 #define SAL_CONST_UINT64(x) x##ul argument
130 #define SAL_CONST_INT64(x) x##ll argument
131 #define SAL_CONST_UINT64(x) x##ull argument
/trunk/main/shell/inc/internal/
H A Ddbgmacros.hxx31 #define PRE_CONDITION(x, msg) DbgAssert(x, msg) argument
33 #define POST_CONDITION(x, msg) DbgAssert(x, msg) argument
35 #define ENSURE(x ,msg) DbgAssert(x, msg) argument
39 #define PRE_CONDITION(x, msg) ((void)0) argument
41 #define POST_CONDITION(x, msg) ((void)0) argument
43 #define ENSURE(x, msg) ((void)0) argument
/trunk/main/svx/source/inc/
H A Dsdbdatacolumn.hxx114 …inline void updateBoolean(sal_Bool x) throw( ::com::sun::star::sdbc::SQLException, ::com::sun::sta…
115 …inline void updateByte(sal_Int8 x) throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::…
116 …inline void updateShort(sal_Int16 x) throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star…
117 …inline void updateInt(sal_Int32 x) throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::…
118 …inline void updateLong(sal_Int64 x) throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star:…
119 …inline void updateFloat(float x) throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::un…
120 …inline void updateDouble(double x) throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::…
121 …inline void updateString(const ::rtl::OUString& x) throw( ::com::sun::star::sdbc::SQLException, ::…
123 …inline void updateDate(const com::sun::star::util::Date& x) throw( ::com::sun::star::sdbc::SQLExce…
124 …inline void updateTime(const ::com::sun::star::util::Time& x) throw( ::com::sun::star::sdbc::SQLEx…
[all …]
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx769 updateValue(columnIndex,x); in updateBoolean()
775 updateValue(columnIndex,x); in updateByte()
782 updateValue(columnIndex,x); in updateShort()
788 updateValue(columnIndex,x); in updateInt()
800 updateValue(columnIndex,x); in updateFloat()
807 updateValue(columnIndex,x); in updateDouble()
813 updateValue(columnIndex,x); in updateString()
819 updateValue(columnIndex,x); in updateBytes()
825 updateValue(columnIndex,x); in updateDate()
849 if(!x.is()) in updateBinaryStream()
[all …]
/trunk/main/extras/unx/source/kde/applnk/
H A DStarOffice.kdelnk28x-scalc;application/x-smf;application/x-sdraw;application/x-sds;application/x-swriter;application/
/trunk/main/sw/source/core/docnode/
H A Dnode2lay.cxx371 for( sal_uInt16 x = 0; x < pUpperFrms->Count(); ) in RestoreUpperFrms() local
373 pNxt = (SwFrm*)(*pUpperFrms)[x++]; in RestoreUpperFrms()
376 pUp = (SwLayoutFrm*)(*pUpperFrms)[x++]; in RestoreUpperFrms()
385 (*pUpperFrms)[x-2] = pNew; in RestoreUpperFrms()
390 for( sal_uInt16 x = 0; x < pUpperFrms->Count(); ) in RestoreUpperFrms() local
392 pNxt = (SwFrm*)(*pUpperFrms)[x++]; in RestoreUpperFrms()
395 pUp = (SwLayoutFrm*)(*pUpperFrms)[x++]; in RestoreUpperFrms()
399 (*pUpperFrms)[x-2] = pNxt; in RestoreUpperFrms()
404 for( sal_uInt16 x = 0; x < pUpperFrms->Count(); ++x ) in RestoreUpperFrms() local
406 SwFrm* pTmp = (SwFrm*)(*pUpperFrms)[++x]; in RestoreUpperFrms()
/trunk/main/svx/source/svdraw/
H A Dsvdsnpv.cxx320 long x=rPnt.X(); in SnapPos() local
343 long a=x-rPos.X(); in SnapPos()
351 long a=x-rPos.X(); in SnapPos()
370 a=x- lft ; if (Abs(a)<=mx) { dx1=-a; if (Abs(dx1)<Abs(dx)) dx=dx1; } // linker Rand in SnapPos()
400 dx1=x-aP.X(); in SnapPos()
417 if (Abs(x-aLog.Left ())<=mx) { dx1=-(x-aLog.Left ()); if (Abs(dx1)<Abs(dx)) dx=dx1; } in SnapPos()
418 if (Abs(x-aLog.Right ())<=mx) { dx1=-(x-aLog.Right ()); if (Abs(dx1)<Abs(dx)) dx=dx1; } in SnapPos()
432 double fx = (double)x; in SnapPos()
440 x = (long)((fx - (double)pPV->GetPageOrigin().X()) / fSnapWidth); in SnapPos()
441 x = (long)((double)x * fSnapWidth + (double)pPV->GetPageOrigin().X()); in SnapPos()
[all …]
/trunk/main/basegfx/source/workbench/
H A Dbezierclip.hxx32 Point2D( double _x, double _y ) : x(_x), y(_y) {} in Point2D()
33 Point2D() : x(), y() {} in Point2D()
34 double x; member
64 const DataType& x, in calcLineDistance() argument
67 return a*x + b*y + c; in calcLineDistance()
73 template <typename NumType> NumType absval( NumType x ) in absval() argument
75 return x<0 ? -x : x; in absval()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx1026 updateValue(columnIndex,SQL_BIT,&x); in updateBoolean()
1031 updateValue(columnIndex,SQL_CHAR,&x); in updateByte()
1037 updateValue(columnIndex,SQL_TINYINT,&x); in updateShort()
1042 updateValue(columnIndex,SQL_INTEGER,&x); in updateInt()
1052 updateValue(columnIndex,SQL_REAL,&x); in updateFloat()
1058 updateValue(columnIndex,SQL_DOUBLE,&x); in updateDouble()
1065 m_aRow[columnIndex] = x; in updateString()
1074 m_aRow[columnIndex] = x; in updateBytes()
1102 if(!x.is()) in updateBinaryStream()
1106 x->readBytes(aSeq,length); in updateBinaryStream()
[all …]
/trunk/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java344 g.fillRect(clip.x, clip.y, clip.width, clip.height); in paintComponent()
364 int x = width - ascent; in paintComponent() local
368 drawArrow(g, ascent, x, y); in paintComponent()
373 private void drawArrow(Graphics g, int ascent, int x, int y) { in drawArrow() argument
375 int dx = x; in drawArrow()
380 for (x = dx + 5; x <= dx + 10; x++, y++) { in drawArrow()
381 arrow.addPoint(x, y); in drawArrow()
383 for (x = dx + 9; x >= dx + 5; x--, y++) { in drawArrow()
384 arrow.addPoint(x, y); in drawArrow()
/trunk/main/filter/source/graphicfilter/eppm/
H A Deppm.cxx156 for ( sal_uLong x = 0; x < mnWidth; x++ ) in ImplWriteBody() local
158 const BitmapColor& rColor = mpAcc->GetPixel( y, x ); in ImplWriteBody()
170 for ( sal_uLong x = 0; x < mnWidth; x++ ) in ImplWriteBody() local
178 nDat[0] = mpAcc->GetPixel( y, x ).GetRed(); in ImplWriteBody()
179 nDat[1] = mpAcc->GetPixel( y, x ).GetGreen(); in ImplWriteBody()
180 nDat[2] = mpAcc->GetPixel( y, x ).GetBlue(); in ImplWriteBody()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XDataPilotTable2.java142 for (int x = mRangeTable.StartColumn; x <= mRangeTable.EndColumn && rangeGood; ++x) in _getPositionData()
146 addr.Column = x; in _getPositionData()
401 for (int x = mRangeResult.StartColumn; x <= mRangeResult.EndColumn; ++x) in buildResultCells()
407 addr.Column = x; in buildResultCells()
501 for (int x = 0; x < sheetData.length; ++x) in checkDrillDownSheetContent()
503 for (int y = 0; y < sheetData[x].length; ++y) in checkDrillDownSheetContent()
505 Object cell1 = sheetData[x][y]; in checkDrillDownSheetContent()
506 Object cell2 = data[x][y]; in checkDrillDownSheetContent()
/trunk/main/i18npool/source/search/
H A Dlevdis.cxx421 inline int WLevDistance::Min3( int x, int y, int z ) in Min3() argument
423 if ( x < y ) in Min3()
424 return( x < z ? x : z ); in Min3()
432 int WLevDistance::Mid3( int x, int y, int z ) in Mid3() argument
434 int min = Min3(x,y,z); in Mid3()
435 if ( x == min ) in Mid3()
438 return( x < z ? x : z); in Mid3()
440 return( x < y ? x : y); in Mid3()
446 int WLevDistance::Max3( int x, int y, int z ) in Max3() argument
448 if ( x > y ) in Max3()
[all …]
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx115 int x, y; in doReparentPresentationDialogues() local
223 int x = 0, y = 0; in Init() local
245 x = maGeometry.nX; in Init()
509 maGeometry.nX = x; in Init()
1993 values.x = mpParent->maGeometry.nWidth-values.width-1-values.x; in SetPosSize()
2050 pHints->x = values.x; in SetPosSize()
3629 aRect.x = pEvent->xexpose.x; in HandleExposeEvent()
3637 aRect.x = pEvent->xgraphicsexpose.x; in HandleExposeEvent()
3899 int x = 0, y = 0; in HandleReparentEvent() local
3933 int xp, yp, x, y; in HandleReparentEvent() local
[all …]
/trunk/main/i18npool/source/breakiterator/data/
H A Dline.txt207 # LB 7 x SP
208 # x ZW
244 # GL x
299 # x QU
303 # QU x
316 # BB x
449 # LB 7 x SP
450 # x ZW
472 # x GL
477 # GL x
[all …]

Completed in 184 milliseconds

12345678910>>...47