LibreOffice Module sw (master) 1
|
#include <postithelper.hxx>
Public Member Functions | |
SwSidebarItem (const bool aFocus) | |
virtual | ~SwSidebarItem () |
SwSidebarItem (SwSidebarItem const &)=default | |
SwSidebarItem (SwSidebarItem &&)=default | |
SwSidebarItem & | operator= (SwSidebarItem const &)=default |
SwSidebarItem & | operator= (SwSidebarItem &&)=default |
virtual SwPosition | GetAnchorPosition () const =0 |
virtual bool | UseElement (SwRootFrame const &, IDocumentRedlineAccess const &)=0 |
virtual const SwFormatField & | GetFormatField () const =0 |
virtual SwFormatField & | GetFormatField ()=0 |
virtual const SfxBroadcaster * | GetBroadcaster () const =0 |
virtual VclPtr< sw::annotation::SwAnnotationWin > | GetSidebarWindow (SwEditWin &rEditWin, SwPostItMgr &aMgr)=0 |
Public Attributes | |
VclPtr< sw::annotation::SwAnnotationWin > | mpPostIt |
bool | mbShow |
bool | mbFocus |
bool | mbPendingLayout |
SwPostItHelper::SwLayoutStatus | mLayoutStatus |
SwLayoutInfo | maLayoutInfo |
Definition at line 94 of file postithelper.hxx.
SwSidebarItem::SwSidebarItem | ( | const bool | aFocus | ) |
Definition at line 117 of file postithelper.cxx.
|
virtual |
Definition at line 126 of file postithelper.cxx.
|
default |
|
default |
|
pure virtual |
Implemented in SwAnnotationItem.
|
pure virtual |
Implemented in SwAnnotationItem.
|
pure virtual |
|
pure virtual |
Implemented in SwAnnotationItem.
|
pure virtual |
Implemented in SwAnnotationItem.
|
default |
|
default |
|
pure virtual |
Implemented in SwAnnotationItem.
SwLayoutInfo SwSidebarItem::maLayoutInfo |
Definition at line 103 of file postithelper.hxx.
Referenced by sw::sidebarwindows::SidebarWinAccessible::ChangeSidebarItem(), sw::annotation::SwAnnotationWin::ChangeSidebarItem(), sw::annotation::SwAnnotationWin::dispose(), sw::annotation::SwAnnotationWin::SetPosAndSize(), and sw::annotation::SwAnnotationWin::SwAnnotationWin().
bool SwSidebarItem::mbFocus |
Definition at line 99 of file postithelper.hxx.
bool SwSidebarItem::mbPendingLayout |
Definition at line 100 of file postithelper.hxx.
Referenced by SwPostItMgr::Notify().
bool SwSidebarItem::mbShow |
Definition at line 98 of file postithelper.hxx.
Referenced by sw::annotation::SwAnnotationWin::SetResolved().
SwPostItHelper::SwLayoutStatus SwSidebarItem::mLayoutStatus |
Definition at line 102 of file postithelper.hxx.
VclPtr<sw::annotation::SwAnnotationWin> SwSidebarItem::mpPostIt |
Definition at line 97 of file postithelper.hxx.