Searched defs:S (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/xml2cmp/source/support/ |
H A D | sistr.cxx | 83 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 …]
|
/aoo42x/main/soltools/support/ |
H A D | simstr.cxx | 115 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 …]
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdtrans.hxx | 60 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()
|
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/unix/ |
H A D | nativeview.c | 32 #define MY_ASSERT(X,S) if (!X) { fprintf(stderr,S); return 0L;} argument
|
/aoo42x/main/embeddedobj/test/Container1/nativelib/ |
H A D | nativeview.c | 38 #define MY_ASSERT(X,S) if (!X) { fprintf(stderr,"%s\n",S); return 0L;} argument
|
/aoo42x/main/oox/inc/oox/export/ |
H A D | utils.hxx | 27 #define S(x) String( RTL_CONSTASCII_USTRINGPARAM( x ) ) macro
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | docxexportfilter.cxx | 39 #define S( x ) OUString( RTL_CONSTASCII_USTRINGPARAM( x ) ) macro
|
H A D | docxexport.cxx | 70 #define S( x ) OUString( RTL_CONSTASCII_USTRINGPARAM( x ) ) macro
|
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/ |
H A D | nativeview.c | 30 #define MY_ASSERT(X,S) if (!X) { fprintf(stderr,"%s\n",S); return 0L;} argument
|
/aoo42x/main/rsc/source/parser/ |
H A D | rscyacc.cxx | 43 ObjectStack S; variable
|
/aoo42x/main/sal/rtl/source/ |
H A D | cipher.c | 1166 unsigned int *L, *S; in rtl_cipherARCFOUR_init_Impl() local 1206 register unsigned int *S; in rtl_cipherARCFOUR_update_Impl() local
|
H A D | digest.c | 237 static const sal_uInt32 S[256] = variable
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdtrans.cxx | 38 void MoveXPoly(XPolygon& rPoly, const Size& S) in MoveXPoly() 43 void MoveXPoly(XPolyPolygon& rPoly, const Size& S) in MoveXPoly()
|
Completed in 57 milliseconds