Home
last modified time | relevance | path

Searched defs:S (Results 1 – 13 of 13) sorted by path

/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/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/export/
H A Dutils.hxx27 #define S(x) String( RTL_CONSTASCII_USTRINGPARAM( x ) ) macro
/trunk/main/rsc/source/parser/
H A Drscyacc.cxx43 ObjectStack S; variable
/trunk/main/sal/rtl/source/
H A Dcipher.c1166 unsigned int *L, *S; in rtl_cipherARCFOUR_init_Impl() local
1206 register unsigned int *S; in rtl_cipherARCFOUR_update_Impl() local
H A Ddigest.c237 static const sal_uInt32 S[256] = variable
/trunk/main/soltools/support/
H A Dsimstr.cxx115 Simstr::Simstr(const Simstr & S) in Simstr()
122 Simstr & Simstr::operator=(const Simstr & S) in operator =()
169 Simstr::operator+=(const Simstr & S) in operator +=()
334 Simstr::insert(int pos, const Simstr & S) in insert()
351 Simstr::push_front(const Simstr & S) in push_front()
364 Simstr::push_back(const Simstr & S) in push_back()
468 Simstr::remove_all(const Simstr & S) in remove_all()
724 operator+(const char * str, const Simstr & S) in operator +()
732 operator+(const Simstr & S, const char * str) in operator +()
740 operator+(char c, const Simstr & S) in operator +()
[all …]
/trunk/main/svx/inc/svx/
H A Dsvdtrans.hxx60 inline void MoveRect(Rectangle& rRect, const Size& S) { rRect.Move(S.Width(),S.Height()); } in MoveRect()
61 inline void MovePoint(Point& rPnt, const Size& S) { rPnt.X()+=S.Width(); rPnt.Y()+=S.Height(… in MovePoint()
62 inline void MovePoly(Polygon& rPoly, const Size& S) { rPoly.Move(S.Width(),S.Height()); } in MovePoly()
63 inline void MovePoly(PolyPolygon& rPoly, const Size& S) { rPoly.Move(S.Width(),S.Height()); } in MovePoly()
/trunk/main/svx/source/svdraw/
H A Dsvdtrans.cxx38 void MoveXPoly(XPolygon& rPoly, const Size& S) in MoveXPoly()
43 void MoveXPoly(XPolyPolygon& rPoly, const Size& S) in MoveXPoly()
/trunk/main/sw/source/filter/ww8/
H A Ddocxexport.cxx70 #define S( x ) OUString( RTL_CONSTASCII_USTRINGPARAM( x ) ) macro
H A Ddocxexportfilter.cxx39 #define S( x ) OUString( RTL_CONSTASCII_USTRINGPARAM( x ) ) macro
/trunk/main/xml2cmp/source/support/
H A Dsistr.cxx83 Simstr::Simstr(const Simstr & S) in Simstr()
90 Simstr & Simstr::operator=(const Simstr & S) in operator =()
118 Simstr::operator+=(const Simstr & S) in operator +=()
186 Simstr::push_front(const Simstr & S) in push_front()
199 Simstr::push_back(const Simstr & S) in push_back()
291 operator+(const char * str, const Simstr & S) in operator +()
299 operator+(const Simstr & S, const char * str) in operator +()
307 operator+(char c, const Simstr & S) in operator +()
315 operator+(const Simstr & S, char c) in operator +()
337 operator<(const Simstr & S, const char * str) in operator <()
[all …]

Completed in 64 milliseconds