Home
last modified time | relevance | path

Searched defs:x (Results 301 – 325 of 596) sorted by relevance

1...<<11121314151617181920>>...24

/trunk/main/svtools/source/uno/
H A Dsvtxgridcontrol.cxx119 sal_Int32 SAL_CALL SVTXGridControl::getRowAtPoint(::sal_Int32 x, ::sal_Int32 y) throw (RuntimeExcep… in getRowAtPoint()
131 sal_Int32 SAL_CALL SVTXGridControl::getColumnAtPoint(::sal_Int32 x, ::sal_Int32 y) throw (RuntimeEx… in getColumnAtPoint()
/trunk/main/tools/inc/tools/
H A Dsolar.h175 #define SWAPSHORT(x) ((((x) >> 8) & 0x00FF) | (((x) & 0x00FF) << 8)) argument
176 #define SWAPLONG(x) ((((x) >> 24) & 0x000000FF) | (((x) & 0x00FF0000) >> 8) | \ argument
/trunk/main/tools/source/memtools/
H A Dmultisel.cxx40 #define DBG(x) x argument
42 #define DBG(x) argument
/trunk/main/sax/test/
H A Dsaxdemo.cxx507 Reference < XInterface > x = xSMgr->createInstance( in main() local
539 Reference< XInterface > x = xSMgr->createInstance( in main() local
/trunk/main/chart2/source/model/filter/
H A DXMLFilter.cxx70 #define LOCAL_CONST_STR(i, x) sal_Char __READONLY_DATA i[sizeof(x)] = x argument
71 #define MAP_LEN(x) x, sizeof(x) - 1 argument
/trunk/main/desktop/source/deployment/misc/
H A Ddp_platform.cxx77 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) argument
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleText.java466 int x = aRect.X + (aRect.Width / 2); in _getIndexAtPoint() local
/trunk/main/l10ntools/scripts/tool/
H A Dl10ntool.py189 is_valid = lambda x: x != None and len(x) > 0 argument
/trunk/main/linguistic/source/
H A Ddefs.hxx39 #define A2OU(x) ::rtl::OUString::createFromAscii( x ) argument
/trunk/main/linguistic/workben/
H A Dsprophelp.cxx50 #define A2OU(x) ::rtl::OUString::createFromAscii( x ) argument
/trunk/main/bridges/source/jni_uno/
H A Djni_base.h48 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) argument
/trunk/main/basic/source/comp/
H A Dexprnode.cxx474 double x; in FoldConstants() local
/trunk/main/pyuno/source/module/
H A Dpyuno_util.cxx58 #define USTR_ASCII(x) OUString( RTL_CONSTASCII_USTRINGPARAM( x ) ) argument
/trunk/main/basebmp/test/
H A Dbmpdemo.cxx228 template< typename T > inline bool is_negative( T x ) in is_negative()
234 inline bool is_negative( int x ) in is_negative()
766 MoveX x; member in __anon169c9f4b0111::PackedPixelIterator
993 double x = rPoint.getX(); in project() local
1196 for( int x=0; x<aTestSize.getX(); ++x ) in Paint() local
/trunk/main/sal/rtl/source/
H A Ddigest.c532 #define F(x,y,z) ((((y) ^ (z)) & (x)) ^ (z)) argument
533 #define G(x,y,z) ((((x) ^ (y)) & (z)) ^ (y)) argument
534 #define H(x,y,z) ((x) ^ (y) ^ (z)) argument
535 #define I(x,y,z) (((x) | (~(z))) ^ (y)) argument
927 typedef sal_uInt32 DigestSHA_update_t (sal_uInt32 x); typedef
1199 static sal_uInt32 __rtl_digest_updateSHA_0 (sal_uInt32 x) in __rtl_digest_updateSHA_0()
1387 static sal_uInt32 __rtl_digest_updateSHA_1 (sal_uInt32 x) in __rtl_digest_updateSHA_1()
/trunk/main/sfx2/source/appl/
H A Dshutdownicon.cxx124 #define DOSTRING( x ) #x argument
125 #define STRING( x ) DOSTRING( x ) argument
/trunk/main/toolkit/test/accessibility/ov/
H A DStateSetView.java206 int x = nStateWidth + i * nStateWidth; in PaintAllStates() local
/trunk/main/toolkit/workben/layout/
H A Dtest.cxx113 #define GET_FACTORY(x) get_factory( #x ) argument
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DBorderRemover.java35 int x; field in Rect
/trunk/main/sc/inc/
H A Ddpglobal.hxx92 #define DBG_TRACESTR( x ) \ argument
/trunk/main/oox/source/drawingml/
H A Dlineproperties.cxx243 #define OOX_ARROW_POINT( x, y ) Point( static_cast< sal_Int32 >( fArrowWidth * x ), static_cast< sa… in lclPushMarkerProperties() argument
/trunk/main/jvmaccess/workbench/javainfo/
H A Djavainfotest.cxx39 #define OUSTR( x ) ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( x )) argument
/trunk/main/connectivity/source/drivers/hsqldb/
H A DStorageNativeInputStream.cxx56 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) argument
/trunk/main/svx/source/dialog/
H A Dcharmap.cxx235 int x = ((nIndex - nBase) % COLUMN_COUNT) * nX; in MapIndexToPixel() local
357 int x = pix.X(); in DrawChars_Impl() local
/trunk/main/stoc/source/security/
H A Daccess_controller.cxx57 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) argument
344 static inline void dispose( Reference< XInterface > const & x ) in dispose()

Completed in 137 milliseconds

1...<<11121314151617181920>>...24