22#include <document.hxx>
27#include <osl/diagnose.h>
45#define MAKE_STAMP(nF,nS) ((nS&0x0F)+((nF&0x7F)*16))
53 std::unique_ptr<SfxUInt32Item>
pAttr;
116 OSL_ENSURE(
nIndex <
nSize_,
"FormCache::GetAttr(): Oups... not this way!" );
122 pAttr =
NewAttr( nFormat, nSt );
123 OSL_ENSURE( pAttr,
"FormCache::GetAttr(): Nothing to save" );