LibreOffice Module sw (master) 1
|
#include <cassert>
#include <svl/hint.hxx>
#include <svl/broadcast.hxx>
#include <svl/poolitem.hxx>
#include "swdllapi.h"
#include "ring.hxx"
#include <type_traits>
#include <vector>
#include <optional>
Go to the source code of this file.
Classes | |
struct | sw::LegacyModifyHint |
struct | sw::ModifyChangedHint |
class | sw::BroadcasterMixin |
class | sw::WriterListener |
refactoring out the same of the more sane SwClient functionality More... | |
class | SwClient |
class | SwModify |
class | sw::ListenerEntry |
class | sw::WriterMultiListener |
class | sw::ClientIteratorBase |
class | SwIterator< TElementType, TSource, eMode > |
class | SwIterator< SwClient, TSource > |
Namespaces | |
namespace | sw |
Dialog to specify the properties of date form field. | |
namespace | sw::detail |
Enumerations | |
enum class | sw::IteratorMode { sw::Exact , sw::UnwrapMulti } |
Functions | |
void | sw::ClientNotifyAttrChg (SwModify &rModify, const SwAttrSet &aSet, SwAttrSet &aOld, SwAttrSet &aNew) |
template<typename CastDest > | |
const CastDest * | sw::detail::internal_dyn_cast (const sw::WriterListener *pSource) |
template<> | |
const SwTable * | sw::detail::internal_dyn_cast (const sw::WriterListener *pSource) |
template<> | |
const SwCellFrame * | sw::detail::internal_dyn_cast (const sw::WriterListener *pSource) |
template<> | |
const SwTabFrame * | sw::detail::internal_dyn_cast (const sw::WriterListener *pSource) |
template<> | |
const SwRowFrame * | sw::detail::internal_dyn_cast (const sw::WriterListener *pSource) |