Home
last modified time | relevance | path

Searched refs:SAL_CONST_CAST (Results 1 – 8 of 8) sorted by relevance

/trunk/main/unotools/inc/unotools/
H A Ducblockbytes.hxx182 vos::OGuard aGuard( SAL_CONST_CAST(UcbLockBytes*, this)->m_aMutex ); in getInputStream_Impl()
188 vos::OGuard aGuard( SAL_CONST_CAST(UcbLockBytes*, this)->m_aMutex ); in getOutputStream_Impl()
194 vos::OGuard aGuard( SAL_CONST_CAST(UcbLockBytes*, this)->m_aMutex ); in getSeekable_Impl()
200 vos::OGuard aGuard( SAL_CONST_CAST(UcbLockBytes*, this)->m_aMutex ); in hasInputStream_Impl()
/trunk/main/svl/source/items/
H A Dsfontitm.cxx129 SAL_CONST_CAST(Color &, m_aColor).Write(rStream, sal_True); in Store()
130 SAL_CONST_CAST(Color &, m_aFillColor).Write(rStream, sal_True); in Store()
H A Dctypeitm.cxx179 SAL_CONST_CAST(CntContentTypeItem *, this)->_aPresentation in GetPresentation()
202 CntContentTypeItem* pVarThis = SAL_CONST_CAST( CntContentTypeItem*, this ); in GetEnumValue()
H A Dcntwall.cxx135 SAL_CONST_CAST( CntWallpaperItem*, this )->_nColor.Write( rStream, sal_True ); in Store()
/trunk/main/sal/inc/sal/
H A Dtypes.h372 #define SAL_CONST_CAST(type, expr) (const_cast< type >(expr)) macro
376 #define SAL_CONST_CAST(type, expr) ((type) (expr)) macro
/trunk/main/svl/inc/svl/
H A Dilstitem.hxx48 { return SAL_CONST_CAST(SfxIntegerListItem *, this)->GetSequence(); } in GetConstSequence()
H A Dslstitm.hxx51 { return SAL_CONST_CAST(SfxStringListItem *, this)->GetList(); } in GetList()
/trunk/main/stoc/source/corereflection/
H A Dcriface.cxx244 uno_copyAndConvertData( pArg, SAL_CONST_CAST( Any *, &rValue ), in set()
250 uno_copyAndConvertData( pArg, SAL_CONST_CAST( void *, rValue.getValue() ), in set()

Completed in 52 milliseconds