LibreOffice Module svtools (master) 1
Classes | Macros | Functions | Variables
slidesorterbaropt.cxx File Reference
#include <svtools/slidesorterbaropt.hxx>
#include <unotools/configitem.hxx>
#include <tools/debug.hxx>
#include <osl/diagnose.h>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <comphelper/lok.hxx>
#include <comphelper/sequence.hxx>
#include <mutex>
Include dependency graph for slidesorterbaropt.cxx:

Go to the source code of this file.

Classes

class  SvtSlideSorterBarOptions_Impl
 

Macros

#define PROPERTYHANDLE_VISIBLE_IMPRESSVIEW   0
 
#define PROPERTYHANDLE_VISIBLE_OUTLINEVIEW   1
 
#define PROPERTYHANDLE_VISIBLE_NOTESVIEW   2
 
#define PROPERTYHANDLE_VISIBLE_HANDOUTVIEW   3
 
#define PROPERTYHANDLE_VISIBLE_SLIDESORTERVIEW   4
 
#define PROPERTYHANDLE_VISIBLE_DRAWVIEW   5
 

Functions

static std::mutexGetInitMutex ()
 

Variables

constexpr OUStringLiteral ROOTNODE_SLIDESORTERBAR = u"Office.Impress/MultiPaneGUI/SlideSorterBar/Visible"
 
constexpr OUStringLiteral PROPERTYNAME_VISIBLE_IMPRESSVIEW = u"ImpressView"
 
constexpr OUStringLiteral PROPERTYNAME_VISIBLE_OUTLINEVIEW = u"OutlineView"
 
constexpr OUStringLiteral PROPERTYNAME_VISIBLE_NOTESVIEW = u"NotesView"
 
constexpr OUStringLiteral PROPERTYNAME_VISIBLE_HANDOUTVIEW = u"HandoutView"
 
constexpr OUStringLiteral PROPERTYNAME_VISIBLE_SLIDESORTERVIEW = u"SlideSorterView"
 
constexpr OUStringLiteral PROPERTYNAME_VISIBLE_DRAWVIEW = u"DrawView"
 

Macro Definition Documentation

◆ PROPERTYHANDLE_VISIBLE_DRAWVIEW

#define PROPERTYHANDLE_VISIBLE_DRAWVIEW   5

Definition at line 49 of file slidesorterbaropt.cxx.

◆ PROPERTYHANDLE_VISIBLE_HANDOUTVIEW

#define PROPERTYHANDLE_VISIBLE_HANDOUTVIEW   3

Definition at line 45 of file slidesorterbaropt.cxx.

◆ PROPERTYHANDLE_VISIBLE_IMPRESSVIEW

#define PROPERTYHANDLE_VISIBLE_IMPRESSVIEW   0

Definition at line 39 of file slidesorterbaropt.cxx.

◆ PROPERTYHANDLE_VISIBLE_NOTESVIEW

#define PROPERTYHANDLE_VISIBLE_NOTESVIEW   2

Definition at line 43 of file slidesorterbaropt.cxx.

◆ PROPERTYHANDLE_VISIBLE_OUTLINEVIEW

#define PROPERTYHANDLE_VISIBLE_OUTLINEVIEW   1

Definition at line 41 of file slidesorterbaropt.cxx.

◆ PROPERTYHANDLE_VISIBLE_SLIDESORTERVIEW

#define PROPERTYHANDLE_VISIBLE_SLIDESORTERVIEW   4

Definition at line 47 of file slidesorterbaropt.cxx.

Function Documentation

◆ GetInitMutex()

static std::mutex & GetInitMutex ( )
static

Variable Documentation

◆ PROPERTYNAME_VISIBLE_DRAWVIEW

constexpr OUStringLiteral PROPERTYNAME_VISIBLE_DRAWVIEW = u"DrawView"
constexpr

◆ PROPERTYNAME_VISIBLE_HANDOUTVIEW

constexpr OUStringLiteral PROPERTYNAME_VISIBLE_HANDOUTVIEW = u"HandoutView"
constexpr

◆ PROPERTYNAME_VISIBLE_IMPRESSVIEW

constexpr OUStringLiteral PROPERTYNAME_VISIBLE_IMPRESSVIEW = u"ImpressView"
constexpr

◆ PROPERTYNAME_VISIBLE_NOTESVIEW

constexpr OUStringLiteral PROPERTYNAME_VISIBLE_NOTESVIEW = u"NotesView"
constexpr

◆ PROPERTYNAME_VISIBLE_OUTLINEVIEW

constexpr OUStringLiteral PROPERTYNAME_VISIBLE_OUTLINEVIEW = u"OutlineView"
constexpr

◆ PROPERTYNAME_VISIBLE_SLIDESORTERVIEW

constexpr OUStringLiteral PROPERTYNAME_VISIBLE_SLIDESORTERVIEW = u"SlideSorterView"
constexpr

◆ ROOTNODE_SLIDESORTERBAR

constexpr OUStringLiteral ROOTNODE_SLIDESORTERBAR = u"Office.Impress/MultiPaneGUI/SlideSorterBar/Visible"
constexpr

Definition at line 36 of file slidesorterbaropt.cxx.