Home
last modified time | relevance | path

Searched defs:X (Results 1 – 25 of 42) sorted by path

12

/trunk/main/avmedia/source/java/
H A DPlayerWindow.java419 public synchronized void setPosSize( int X, int Y, int Width, int Height, short Flags ) in setPosSize()
H A DWindowAdapter.java360 public void setPosSize( int X, int Y, int Width, int Height, short Flags ) in setPosSize()
/trunk/main/avmedia/source/macavf/
H A Dmacavf_window.cxx135 void SAL_CALL Window::setPosSize( sal_Int32 X, sal_Int32 Y, sal_Int32 Width, sal_Int32 Height, sal_… in setPosSize()
/trunk/main/avmedia/source/win/
H A Dwindow.cxx469 void SAL_CALL Window::setPosSize( sal_Int32 X, sal_Int32 Y, sal_Int32 Width, sal_Int32 Height, sal_… in setPosSize()
/trunk/main/bean/native/unix/
H A Dcom_sun_star_beans_LocalOfficeWindow.c44 #define assert(X) if (!X) { (*env)->ThrowNew(env, (*env)->FindClass(env, "java/lang/RuntimeExceptio… argument
/trunk/main/bean/native/win32/
H A Dcom_sun_star_beans_LocalOfficeWindow.c46 #define assert(X) if (!X) { (*env)->ThrowNew(env, (*env)->FindClass(env, "java/lang/RuntimeExceptio… argument
/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx237 ::setPosSize( sal_Int32 X, sal_Int32 Y in setPosSize()
/trunk/main/embeddedobj/test/Container1/nativelib/
H A Dnativeview.c38 #define MY_ASSERT(X,S) if (!X) { fprintf(stderr,"%s\n",S); return 0L;} argument
/trunk/main/embedserv/source/embed/
H A Dxwin.cxx139 sal_Int32 X, in setPosSize()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dcgmtypes.hxx29 double X; member
/trunk/main/filter/source/graphicfilter/ipict/
H A Dshape.cxx55 int const X[2] = L2I_ARY( rect.Left()+penSize/2, rect.Right()-(penSize+1)/2); in contractRectangle() local
69 int X[2] = L2I_ARY( orig.X(), dest.X()); in drawLineHQ() local
143 double const X[2] = L2D_ARY( rect.Left(), rect.Right() ); in drawRectangle() local
163 double const X[2] = L2D_ARY( oval.Left(), oval.Right() ); in drawEllipse() local
183 double const X[2] = L2D_ARY( arc.Left(), arc.Right() ); in drawArc() local
214 double const X[2] = L2D_ARY( oval.Left(), oval.Right() ); in drawRoundRectangle() local
/trunk/main/filter/source/msfilter/
H A Descherex.cxx3197 … sal_Int32 X = GetValueForEnhancedCustomShapeParameter( aGluePoints[ j ].First, aEquationOrder ); in CreateCustomShapeProperties() local
3839 …sal_Int32 X = GetValueForEnhancedCustomShapeParameter( aCoordinates[ j ].First, aEquationOrder, sa… in CreateCustomShapeProperties() local
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/unix/
H A Dnativeview.c32 #define MY_ASSERT(X,S) if (!X) { fprintf(stderr,S); return 0L;} argument
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/
H A Dnativeview.c30 #define MY_ASSERT(X,S) if (!X) { fprintf(stderr,"%s\n",S); return 0L;} argument
/trunk/main/oox/inc/oox/drawingml/
H A Ddrawingmltypes.hxx169 sal_Int64 X; member
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DDesktopTools.java355 …public static XWindowPeer createFloatingWindow(XMultiServiceFactory xMSF, int X, int Y, int width,… in createFloatingWindow()
/trunk/main/sal/rtl/source/
H A Ddigest.c81 register sal_uInt32 *X; in __rtl_digest_swapLong() local
300 register sal_uInt8 *X; in __rtl_digest_updateMD2() local
345 register sal_uInt8 *X; in __rtl_digest_endMD2() local
590 register sal_uInt32 *X; in __rtl_digest_updateMD5() local
683 register sal_uInt32 *X; in __rtl_digest_endMD5() local
1017 register sal_uInt32 *X; in __rtl_digest_updateSHA() local
1131 register sal_uInt32 *X; in __rtl_digest_endSHA() local
/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx774 static void lcl_LUP_solve( const ScMatrix* mLU, const SCSIZE n, in lcl_LUP_solve()
/trunk/main/sfx2/inc/sfx2/
H A Dminarray.hxx36 #define DEL_ARRAY( X ) argument
38 #define DEL_ARRAY( X ) X argument
/trunk/main/sfx2/source/doc/
H A Dobjmisc.cxx869 String X(const String &rRet) in X() function
876 #define X(ret) ret macro
/trunk/main/svgio/source/svgreader/
H A Dsvglinenode.cxx139 const basegfx::B2DPoint X( in decomposeSvgNode() local
/trunk/main/svtools/source/filter/
H A Dsgvspln.cxx138 #define abs(X) ((X) >= 0 ? (X) : -(X)) /* Absolutbetrag von X */ argument
139 #define sign(X, Y) (Y < 0 ? -abs(X) : abs(X)) /* Vorzeichen von */ argument
141 #define sqr(X) ((X) * (X)) /* Quadrat von X */ argument
/trunk/main/svx/inc/svx/
H A Dsvdtrans.hxx258 const Fraction& X() const { return aX; } in X() function in FrPair
260 Fraction& X() { return aX; } in X() function in FrPair
H A Dviewpt3d.hxx72 double X, Y, W, H; // Position und Groesse des View-Windows member
/trunk/main/sw/inc/
H A Dswrect.hxx353 inline SwRect::SwRect( long X, long Y, long W, long H ) : in SwRect()

Completed in 134 milliseconds

12