20 #ifndef INCLUDED_SC_SOURCE_FILTER_INC_TOOL_H
21 #define INCLUDED_SC_SOURCE_FILTER_INC_TOOL_H
23 #include <document.hxx>
28 #include <osl/diagnose.h>
46 #define MAKE_STAMP(nF,nS) ((nS&0x0F)+((nF&0x7F)*16))
54 std::unique_ptr<SfxUInt32Item>
pAttr;
117 OSL_ENSURE(
nIndex <
nSize_,
"FormCache::GetAttr(): Oups... not this way!" );
123 pAttr =
NewAttr( nFormat, nSt );
124 OSL_ENSURE( pAttr,
"FormCache::GetAttr(): Nothing to save" );