Home
last modified time | relevance | path

Searched defs:X (Results 1 – 25 of 42) sorted by last modified time

12

/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/source/doc/
H A Dobjmisc.cxx869 String X(const String &rRet) in X() function
876 #define X(ret) ret macro
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiDialog.java201 protected void InsertThrobber( int X, int Y, int Width, int Height ) in InsertThrobber()
/trunk/main/vcl/aqua/source/gdi/
H A Datslayout.cxx1067 #define DELETEAZ( X ) { delete[] X; X = NULL; } 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/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/vcl/source/control/
H A Dfield.cxx1183 #define X *5280L macro
/trunk/main/twain/inc/
H A Dtwain.h292 TW_FIX32 X; member
/trunk/main/tools/inc/tools/
H A Dvector2d.hxx47 inline const double& X() const { return mfX; } in X() function in Vector2D
49 inline double& X() { return mfX; } in X() function in Vector2D
H A Dgen.hxx121 long X() const { return nA; } in X() function in Point
124 long& X() { return nA; } in X() function in Point
/trunk/main/toolkit/source/controls/
H A Dunocontrol.cxx781 void UnoControl::setPosSize( sal_Int32 X, sal_Int32 Y, sal_Int32 Width, sal_Int32 Height, sal_Int16… in setPosSize()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx223 void VCLXGraphicControl::setPosSize( sal_Int32 X, sal_Int32 Y, sal_Int32 Width, sal_Int32 Height, s… in setPosSize()
H A Dvclxwindow.cxx1008 void VCLXWindow::setPosSize( sal_Int32 X, sal_Int32 Y, sal_Int32 Width, sal_Int32 Height, sal_Int16… in setPosSize()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx60 # define IMPLCONSTSTRINGARRAY(X) const char a##X[] = "" #X "" argument
H A Dww8scan.hxx63 # define DEFCONSTSTRINGARRAY(X) extern const char a##X[sizeof("" #X "")] argument
H A Dtracer.cxx34 #define CAU(X) RTL_CONSTASCII_USTRINGPARAM(X) argument
35 #define C2O(X) OUString(CAU(X)) argument
36 #define COMMENT(X) OUString() argument
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx59 # define IMPLCONSTSTRINGARRAY(X) const char a##X[] = "" #X "" argument
/trunk/main/sw/source/filter/basflt/
H A Dfltini.cxx741 # define IMPLENTRY(X) { RTL_TEXTENCODING_##X, "" #X "" } in GetCharSetNameMap() argument
/trunk/main/sw/source/core/text/
H A Dfrmcrsr.cxx559 long X() const { return rPoint.X(); } in X() function
H A Dinftxt.hxx443 inline SwTwips X() const { return aPos.X(); } in X() function in SwTxtPaintInfo
444 inline void X( const long nNew ) { aPos.X() = nNew; } in X() function in SwTxtPaintInfo
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx134 long X() const { return aPos.X(); } in X() function
/trunk/main/sw/inc/
H A Dswrect.hxx353 inline SwRect::SwRect( long X, long Y, long W, long H ) : in SwRect()
/trunk/main/svx/inc/svx/
H A Dviewpt3d.hxx72 double X, Y, W, H; // Position und Groesse des View-Windows member
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
/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

Completed in 295 milliseconds

12