LibreOffice Module sw (master)
1
|
#include <sal/config.h>
#include "swdllapi.h"
#include <cstddef>
#include <memory>
#include <vector>
#include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include <tools/link.hxx>
#include "swrect.hxx"
#include <unotools/configitem.hxx>
#include <com/sun/star/uno/Any.hxx>
#include "SidebarWindowsTypes.hxx"
#include <svl/lstner.hxx>
#include <vcl/vclptr.hxx>
Go to the source code of this file.
Classes | |
struct | SwPostItPageItem |
struct | FieldShadowState |
class | SwNoteProps |
class | SwPostItMgr |
Namespaces | |
sw::annotation | |
sw::sidebarwindows | |
vcl | |
i18nutil | |
Macros | |
#define | COL_NOTES_SIDEPANE_ARROW_ENABLED Color(0,0,0) |
#define | COL_NOTES_SIDEPANE_ARROW_DISABLED Color(172,168,153) |
#define COL_NOTES_SIDEPANE_ARROW_DISABLED Color(172,168,153) |
Definition at line 60 of file PostItMgr.hxx.
Referenced by SwPostItMgr::GetArrowColor().
#define COL_NOTES_SIDEPANE_ARROW_ENABLED Color(0,0,0) |
Definition at line 59 of file PostItMgr.hxx.
Referenced by SwPostItMgr::GetArrowColor().