Home
last modified time | relevance | path

Searched refs:x (Results 476 – 500 of 1170) sorted by relevance

1...<<11121314151617181920>>...47

/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dvendorlist.hxx55 #define VENDOR_MAP_ENTRY(x,y) \ argument
56 {x, & y::getJavaExePaths, & y::createInstance},
H A Dsunjre.cxx34 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) argument
/trunk/main/extensions/test/sax/
H A Dtestsax.cxx341 #define PCHAR_TO_USTRING(x) StringToUString(String(x),CHARSET_PC_1252) argument
342 #define USTRING_TO_PCHAR(x) UStringToString(x,CHARSET_PC_437).GetStr() argument
/trunk/main/canvas/workben/
H A Dcanvasdemo.cxx175 void drawStringAt( ::rtl::OString aString, double x, double y ) in drawStringAt() argument
182 aRenderState.AffineTransform.m02 += x; in drawStringAt()
209 void translate( double x, double y) in translate() argument
211 maRenderState.AffineTransform.m02 += x; in translate()
/trunk/main/editeng/source/editeng/
H A Deditdbg.cxx523 for ( sal_uInt16 x = 0; x < pPPortion->GetNode()->GetCharAttribs().Count(); x++ ) in GetPortionInfo() local
525 EditCharAttrib* pCurAttrib = pPPortion->GetNode()->GetCharAttribs().GetAttribs().GetObject( x ); in GetPortionInfo()
/trunk/main/stoc/source/javavm/
H A Djvmargs.cxx31 #define OUSTR(x) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( x )) argument
/trunk/main/cui/source/tabpages/
H A Dnumfmt.cxx236 #define CUI_RES(x) #x argument
237 #define CUI_RES_PLAIN(x) ResId (x, CUI_MGR ()) argument
238 #define THIS_CUI_RES(x) this, #x argument
/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx1072 sal_Int32 x = 1, y = 1; in ReadData() local
1074 if( pValues[0].hasValue() ) x = ( *(sal_Int32*) pValues[ 0 ].getValue() ); in ReadData()
1077 SetScale( x, y ); in ReadData()
1086 sal_Int32 x, y; in WriteData() local
1088 GetScale( x, y ); in WriteData()
1090 pValues[ 0 ] <<= (sal_Int32) x; in WriteData()
/trunk/main/canvas/source/cairo/
H A Dcairo_quartz_cairo.hxx46 explicit QuartzSurface( CGContextRef rContext, int x, int y, int width, int height );
49 QuartzSurface( NSView* pView, int x, int y, int width, int height );
/trunk/main/soltools/util/
H A Dmakefile.pmk40 .IF "$(COMPATH:+"x")" != "$(COMPATH:+"x":s/binx//)"
/trunk/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx142 for( sal_uInt8 x = 0; x < nWW8MaxListLevel; ++x ) in Dump_LVL() local
143 *pOut << (sal_uInt16)aOfsNumsXCH[ x ] << ", "; in Dump_LVL()
820 sal_uInt8 x[512]; in DumpSprm() local
821 rSt.Read( x, 512 ); // Token und folgende lesen in DumpSprm()
823 sal_uInt16 nId = WW8GetSprmId( nVersion, x, &nDelta ); in DumpSprm()
825 short nSprmL = WW8GetSprmSizeBrutto( nVersion, x, &nId ); in DumpSprm()
826 short nSprmNL = WW8GetSprmSizeNetto( nVersion, x, &nId ); in DumpSprm()
834 *pOut << (sal_uInt16)x[0]; in DumpSprm()
/trunk/main/xmlscript/source/inc/
H A Dmisc.hxx29 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) argument
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccComponentBase.h50 STDMETHOD(get_locationInParent)(long *x, long *y);
54 STDMETHOD(get_locationOnScreen)(long *x, long *y);
/trunk/main/toolkit/workben/layout/
H A Dplugin.cxx36 #define LAYOUT_RES(x) #x argument
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/io/
H A D_XActiveDataSource.java62 XInterface x = (XInterface)tEnv.getObjRelation("OutputStream"); in before() local
64 (XOutputStream.class, x) ; in before()
H A D_XActiveDataSink.java62 XInterface x = (XInterface)tEnv.getObjRelation("InputStream"); in before() local
64 (XInputStream.class, x) ; in before()
H A D_XConnectable.java60 XInterface x = (XInterface)tEnv.getObjRelation("Connectable"); in before() local
62 XConnectable.class, x) ; in before()
/trunk/main/basebmp/inc/basebmp/
H A Dfillimage.hxx39 const int width ( end.x - begin.x ); in fillImage()
/trunk/main/vcl/inc/os2/
H A Dwingdi.h29 LONG x; member
44 W32FIXED x; member
/trunk/main/sc/source/ui/miscdlgs/
H A Dstrindlg.cxx42 #define ScResId(x) #x argument
/trunk/main/sw/source/ui/inc/
H A Dtoolbox.hrc295 Text [ x-comment ] = " ";\
519 Text [ x-comment ] = " ";\
529 Text [ x-comment ] = " ";\
/trunk/main/automation/source/communi/
H A Dcommuni.cxx28 #define DEBUGPRINTF(x) { printf(x); fflush( stdout ); } argument
30 #define DEBUGPRINTF(x) argument
/trunk/main/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Proxy.cxx38 # define LOG_LIFECYCLE_Proxy_emit(x) x argument
41 # define LOG_LIFECYCLE_Proxy_emit(x) argument
/trunk/main/filter/source/flash/
H A Dswfwriter.hxx306 sal_uInt16 defineShape( const GDIMetaFile& rMtf, sal_Int16 x = 0, sal_Int16 y = 0 );
315 …void placeShape( sal_uInt16 nID, sal_uInt16 nDepth, sal_Int32 x, sal_Int32 y, sal_uInt16 nClipDept…
319 void moveShape( sal_uInt16 nDepth, sal_Int32 x, sal_Int32 y );
/trunk/main/forms/source/xforms/
H A Dresourcehelper.cxx35 #define OUSTRING(x) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(x)) argument

Completed in 96 milliseconds

1...<<11121314151617181920>>...47