#include <svl/itempool.hxx>
#include <svl/setitem.hxx>
#include <string.h>
#include <libxml/xmlwriter.h>
#include <osl/diagnose.h>
#include <sal/log.hxx>
#include <svl/SfxBroadcaster.hxx>
#include <svl/hint.hxx>
#include <svl/itemset.hxx>
#include <poolio.hxx>
#include <cassert>
#include <vector>
#include <map>
Go to the source code of this file.
◆ CHECK_SLOTS
Value:do { \
std::map<sal_uInt16, sal_uInt16> slotmap; \
for (
SfxItemPool * p = pImpl->mpMaster; p; p =
p->pImpl->mpSecondary.get()) \
{ \
lcl_CheckSlots2(slotmap, *p,
p->pItemInfos); \
} \
} while (false)
Base class for providers of defaults of SfxPoolItems.
Definition at line 75 of file itempool.cxx.
◆ lcl_CheckSlots2()