LibreOffice Module sw (master) 1
|
#include <tblrwcl.hxx>
Public Member Functions | |
SwShareBoxFormat (const SwFrameFormat &rFormat) | |
const SwFrameFormat & | GetOldFormat () const |
SwFrameFormat * | GetFormat (tools::Long nWidth) const |
SwFrameFormat * | GetFormat (const SfxPoolItem &rItem) const |
void | AddFormat (SwFrameFormat &rFormat) |
bool | RemoveFormat (const SwFrameFormat &rFormat) |
Private Attributes | |
const SwFrameFormat * | m_pOldFormat |
std::vector< SwFrameFormat * > | m_aNewFormats |
Definition at line 152 of file tblrwcl.hxx.
|
inline |
Definition at line 158 of file tblrwcl.hxx.
void SwShareBoxFormat::AddFormat | ( | SwFrameFormat & | rFormat | ) |
Definition at line 3214 of file tblrwcl.cxx.
References m_aNewFormats.
Referenced by SwShareBoxFormats::AddFormat().
SwFrameFormat * SwShareBoxFormat::GetFormat | ( | const SfxPoolItem & | rItem | ) | const |
Definition at line 3197 of file tblrwcl.cxx.
References SwFormat::GetFormatAttr(), m_aNewFormats, m_pOldFormat, n, RES_FRM_SIZE(), and SfxPoolItem::Which().
SwFrameFormat * SwShareBoxFormat::GetFormat | ( | tools::Long | nWidth | ) | const |
Definition at line 3184 of file tblrwcl.cxx.
References m_aNewFormats, and n.
|
inline |
Definition at line 162 of file tblrwcl.hxx.
References m_pOldFormat.
bool SwShareBoxFormat::RemoveFormat | ( | const SwFrameFormat & | rFormat | ) |
Definition at line 3219 of file tblrwcl.cxx.
References m_aNewFormats, and m_pOldFormat.
|
private |
Definition at line 155 of file tblrwcl.hxx.
Referenced by AddFormat(), GetFormat(), and RemoveFormat().
|
private |
Definition at line 154 of file tblrwcl.hxx.
Referenced by GetFormat(), GetOldFormat(), and RemoveFormat().