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 153 of file tblrwcl.hxx.
|
inline |
Definition at line 159 of file tblrwcl.hxx.
void SwShareBoxFormat::AddFormat | ( | SwFrameFormat & | rFormat | ) |
Definition at line 3241 of file tblrwcl.cxx.
Referenced by SwShareBoxFormats::AddFormat().
SwFrameFormat * SwShareBoxFormat::GetFormat | ( | tools::Long | nWidth | ) | const |
Definition at line 3211 of file tblrwcl.cxx.
References n.
SwFrameFormat * SwShareBoxFormat::GetFormat | ( | const SfxPoolItem & | rItem | ) | const |
Definition at line 3224 of file tblrwcl.cxx.
References n, RES_FRM_SIZE(), and SfxPoolItem::Which().
|
inline |
Definition at line 163 of file tblrwcl.hxx.
References m_pOldFormat.
bool SwShareBoxFormat::RemoveFormat | ( | const SwFrameFormat & | rFormat | ) |
Definition at line 3246 of file tblrwcl.cxx.
|
private |
Definition at line 156 of file tblrwcl.hxx.
|
private |
Definition at line 155 of file tblrwcl.hxx.
Referenced by GetOldFormat().