Home
last modified time | relevance | path

Searched defs:SAL_STATIC_CAST (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx350 SAL_STATIC_CAST( XComponent*, this ), in SAL_STATIC_CAST() function
H A Ddynamicresultsetwrapper.cxx135 SAL_STATIC_CAST( XComponent*, this ) //base of XDynamicResultSet in SAL_STATIC_CAST() function
/trunk/main/sal/inc/sal/
H A Dtypes.h374 #define SAL_STATIC_CAST(type, expr) (static_cast< type >(expr)) macro
378 #define SAL_STATIC_CAST(type, expr) ((type) (expr)) macro

Completed in 20 milliseconds