LibreOffice Module sw (master) 1
|
#include <tblrwcl.hxx>
Public Member Functions | |
SwGCBorder_BoxBrd () | |
void | SetBorder (const editeng::SvxBorderLine &rBorderLine) |
bool | CheckLeftBorderOfFormat (const SwFrameFormat &rFormat) |
Check whether the left Border is the same as the set one. More... | |
bool | IsAnyBorderFound () const |
Private Attributes | |
const editeng::SvxBorderLine * | m_pBorderLine |
bool | m_bAnyBorderFind |
Definition at line 131 of file tblrwcl.hxx.
|
inline |
Definition at line 136 of file tblrwcl.hxx.
bool SwGCBorder_BoxBrd::CheckLeftBorderOfFormat | ( | const SwFrameFormat & | rFormat | ) |
Check whether the left Border is the same as the set one.
Definition at line 34 of file gctable.cxx.
References SwFormat::GetItemIfSet(), m_bAnyBorderFind, m_pBorderLine, and RES_BOX().
Referenced by lcl_GCBorder_ChkBoxBrd_B().
|
inline |
Definition at line 147 of file tblrwcl.hxx.
References m_bAnyBorderFind.
Referenced by sw_GC_Line_Border().
|
inline |
Definition at line 138 of file tblrwcl.hxx.
References m_bAnyBorderFind, and m_pBorderLine.
Referenced by sw_GC_Line_Border().
|
private |
Definition at line 134 of file tblrwcl.hxx.
Referenced by CheckLeftBorderOfFormat(), IsAnyBorderFound(), and SetBorder().
|
private |
Definition at line 133 of file tblrwcl.hxx.
Referenced by CheckLeftBorderOfFormat(), and SetBorder().