LibreOffice Module sw (master) 1
Functions
sw::detail Namespace Reference

Functions

template<typename CastDest >
const CastDest * internal_dyn_cast (const sw::WriterListener *pSource)
 
template<>
const SwTableinternal_dyn_cast (const sw::WriterListener *pSource)
 
template<>
const SwCellFrameinternal_dyn_cast (const sw::WriterListener *pSource)
 
template<>
const SwTabFrameinternal_dyn_cast (const sw::WriterListener *pSource)
 
template<>
const SwRowFrameinternal_dyn_cast (const sw::WriterListener *pSource)
 

Function Documentation

◆ internal_dyn_cast() [1/5]

template<typename CastDest >
const CastDest * sw::detail::internal_dyn_cast ( const sw::WriterListener pSource)
inline

Definition at line 337 of file calbck.hxx.

◆ internal_dyn_cast() [2/5]

template<>
const SwTable * sw::detail::internal_dyn_cast ( const sw::WriterListener pSource)
inline

Definition at line 342 of file calbck.hxx.

References sw::WriterListener::DynCastTable().

◆ internal_dyn_cast() [3/5]

template<>
const SwCellFrame * sw::detail::internal_dyn_cast ( const sw::WriterListener pSource)
inline

Definition at line 347 of file calbck.hxx.

References sw::WriterListener::DynCastCellFrame().

◆ internal_dyn_cast() [4/5]

template<>
const SwTabFrame * sw::detail::internal_dyn_cast ( const sw::WriterListener pSource)
inline

Definition at line 352 of file calbck.hxx.

References sw::WriterListener::DynCastTabFrame().

◆ internal_dyn_cast() [5/5]

template<>
const SwRowFrame * sw::detail::internal_dyn_cast ( const sw::WriterListener pSource)
inline

Definition at line 357 of file calbck.hxx.

References sw::WriterListener::DynCastRowFrame().