Home
last modified time | relevance | path

Searched defs:x (Results 201 – 225 of 596) sorted by relevance

12345678910>>...24

/trunk/main/tools/inc/tools/
H A Derrcode.hxx88 #define ERRCODE_TOERRID(x) (x & ~ERRCODE_DYNAMIC_MASK) argument
89 #define ERRCODE_TOERROR(x) \ argument
96 inline sal_uIntPtr ERRCODE_TOERRID( sal_uIntPtr x ) in ERRCODE_TOERRID()
101 inline sal_uIntPtr ERRCODE_TOERROR( sal_uIntPtr x ) in ERRCODE_TOERROR()
/trunk/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx91 #define SEQTYPE(x) (new ::com::sun::star::uno::Type( x )) argument
93 #define SEQTYPE(x) &(x) argument
97 #define MAP_LEN(x) x, sizeof(x) - 1 argument
99 #define XML_STRING(i, x) sal_Char __READONLY_DATA i[sizeof(x)] = x argument
/trunk/main/vos/inc/vos/
H A Dmacros.hxx39 # define VOS_UNUSED(x) (x=x) argument
61 # define VOS_BOUND(x,l,h) ((x) <= (l) ? (l) : ((x) >= (h) ? (h) : (x))) argument
/trunk/main/fpicker/source/win32/filepicker/
H A Dhelppopupwindow.cxx137 void SAL_CALL CHelpPopupWindow::show( sal_Int32 x, sal_Int32 y ) in show()
264 sal_Int32 x, sal_Int32 y, sal_Int32 cx, sal_Int32 cy ) in adjustWindowPos()
/trunk/main/chart2/source/tools/
H A DLogarithmicRegressionCurveCalculator.cxx100 double SAL_CALL LogarithmicRegressionCurveCalculator::getCurveValue( double x ) in getCurveValue()
H A DExponentialRegressionCurveCalculator.cxx101 double SAL_CALL ExponentialRegressionCurveCalculator::getCurveValue( double x ) in getCurveValue()
H A DRegressionCurveCalculator.cxx119 double x = fMin + nP * fFact; in getCurveValues() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/io/
H A D_XDataInputStream.java86 XInterface x = (XInterface)tEnv.getObjRelation("StreamWriter") ; in before() local
/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/
H A DMarshaling_Test.java45 TestPrimitiveSeqStruct x = new TestPrimitiveSeqStruct(); in test() local
/trunk/main/toolkit/source/controls/grid/
H A Dgridcontrol.cxx367 ::sal_Int32 UnoGridControl::getRowAtPoint(::sal_Int32 x, ::sal_Int32 y) throw (::com::sun::star::un… in getRowAtPoint()
374 ::sal_Int32 UnoGridControl::getColumnAtPoint(::sal_Int32 x, ::sal_Int32 y) throw (::com::sun::star:… in getColumnAtPoint()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabStatement.cxx41 # define OUtoCStr( x ) ( ::rtl::OUStringToOString ( (x), RTL_TEXTENCODING_ASCII_US).getStr()) argument
43 # define OUtoCStr( x ) ("dummy") argument
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dmtftools.cxx340 const double x( rStartPos.getX() ); in appendRect() local
372 double x = nX; in appendDashes() local
/trunk/main/dtrans/source/win32/dtobj/
H A DDOTransferable.cxx50 #define STR2(x) #x argument
51 #define STR(x) STR2(x) argument
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx863 for(sal_Int32 x(0L); x < aDestinationSizePixel.getWidth(); x++) in impTransformBitmap() local
1098 for(sal_uInt32 x(0L); x < (sal_uInt32)pContent->Width(); x++) in ModifyBitmapEx() local
1117 for(sal_uInt32 x(0L); x < (sal_uInt32)pContent->Width(); x++) in ModifyBitmapEx() local
1134 for(sal_uInt32 x(0L); x < (sal_uInt32)pContent->Width(); x++) in ModifyBitmapEx() local
1253 long x(0); in createBlendFrame() local
/trunk/main/javaunohelper/source/
H A Dbootstrap.cxx47 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) argument
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DPane.java42 private byte[] x = new byte[2]; field in Pane
/trunk/main/canvas/inc/canvas/rendering/
H A Direndermodule.hxx49 float x,y,z; member
/trunk/main/vcl/source/helper/
H A Dcanvastools.cxx249 for( sal_Int32 x=0; x<nWidth; ++x ) in readBmp() local
263 for( sal_Int32 x=0; x<nWidth; ++x ) in readBmp() local
281 for( sal_Int32 x=0; x<nWidth; ++x ) in readBmp() local
293 for( sal_Int32 x=0; x<nWidth; ++x ) in readBmp() local
/trunk/main/extensions/source/scanner/
H A Dsane.cxx56 #define FAIL_SHUTDOWN_STATE( x, y, z ) \ argument
65 #define FAIL_STATE( x, y, z ) \ argument
73 #define DUMP_STATE( x, y ) \ argument
80 #define CHECK_STATE( x, y ) \ argument
/trunk/main/svx/source/unodraw/
H A Dunoshcol.cxx64 uno::Reference< uno::XInterface > x( xDelegator ); in release() local
/trunk/main/i18npool/source/inputchecker/
H A Dinputsequencechecker_hi.cxx114 #define getCharType(x) \ argument
/trunk/main/svtools/source/uno/
H A Dunoimap.cxx53 #define SEQTYPE(x) (new ::com::sun::star::uno::Type( x )) argument
55 #define SEQTYPE(x) &(x) argument
59 #define MAP_LEN(x) x, sizeof(x)-1 argument
/trunk/main/io/test/stm/
H A Dmarktest.cxx140 …Reference < XInterface > x = m_rFactory->createInstance( OUString::createFromAscii("com.sun.star.i… in test() local
507 …Reference < XInterface > x = m_rFactory->createInstance( OUString::createFromAscii("com.sun.star.i… in test() local
/trunk/main/scaddins/source/analysis/
H A Dbessel.cxx71 double BesselJ( double x, sal_Int32 N ) throw (IllegalArgumentException, NoConvergenceException) in BesselJ()
185 double BesselI( double x, sal_Int32 n ) throw( IllegalArgumentException, NoConvergenceException ) in BesselI()
/trunk/main/canvas/source/factory/
H A Dcf_service.cxx48 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) argument
49 #define ARLEN(x) (sizeof (x) / sizeof *(x)) argument

Completed in 127 milliseconds

12345678910>>...24