LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
FormIdent Class Reference

#include <tool.h>

Public Member Functions

 FormIdent (void)
 
 FormIdent (sal_uInt8 nFormat, sal_uInt8 nSt, SfxUInt32Item &rAttr)
 
StampTyp GetStamp (void) const
 
SfxUInt32ItemGetAttr (void)
 
void SetStamp (sal_uInt8 nFormat, sal_uInt8 nSt)
 

Private Attributes

StampTyp nStamp
 
std::unique_ptr< SfxUInt32ItempAttr
 

Detailed Description

Definition at line 49 of file tool.h.

Constructor & Destructor Documentation

◆ FormIdent() [1/2]

FormIdent::FormIdent ( void  )
inline

Definition at line 55 of file tool.h.

References nStamp, and pAttr.

◆ FormIdent() [2/2]

FormIdent::FormIdent ( sal_uInt8  nFormat,
sal_uInt8  nSt,
SfxUInt32Item rAttr 
)
inline

Definition at line 61 of file tool.h.

References MAKE_STAMP, nStamp, and pAttr.

Member Function Documentation

◆ GetAttr()

SfxUInt32Item * FormIdent::GetAttr ( void  )
inline

Definition at line 72 of file tool.h.

References pAttr.

Referenced by FormCache::GetAttr().

◆ GetStamp()

StampTyp FormIdent::GetStamp ( void  ) const
inline

Definition at line 67 of file tool.h.

References nStamp.

Referenced by FormCache::GetAttr().

◆ SetStamp()

void FormIdent::SetStamp ( sal_uInt8  nFormat,
sal_uInt8  nSt 
)
inline

Definition at line 77 of file tool.h.

References MAKE_STAMP, and nStamp.

Referenced by FormCache::GetAttr().

Member Data Documentation

◆ nStamp

StampTyp FormIdent::nStamp
private

Definition at line 52 of file tool.h.

Referenced by FormIdent(), GetStamp(), and SetStamp().

◆ pAttr

std::unique_ptr<SfxUInt32Item> FormIdent::pAttr
private

Definition at line 53 of file tool.h.

Referenced by FormIdent(), and GetAttr().


The documentation for this class was generated from the following file: