LibreOffice Module sd (master) 1
Macros | Functions
unolayer.cxx File Reference
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include "unolayer.hxx"
#include <comphelper/extract.hxx>
#include <editeng/unoipset.hxx>
#include <osl/diagnose.h>
#include <svl/itemprop.hxx>
#include <svx/svdpagv.hxx>
#include <svx/svdobj.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <svx/svdlayer.hxx>
#include <DrawDocShell.hxx>
#include <drawdoc.hxx>
#include <unomodel.hxx>
#include <unoprnms.hxx>
#include <com/sun/star/lang/NoSupportException.hpp>
#include <svx/svdpool.hxx>
#include <FrameView.hxx>
#include <DrawViewShell.hxx>
#include <View.hxx>
#include <ViewShell.hxx>
#include <strings.hrc>
#include <sdresid.hxx>
#include "unowcntr.hxx"
#include <vcl/svapp.hxx>
Include dependency graph for unolayer.cxx:

Go to the source code of this file.

Macros

#define WID_LAYER_LOCKED   1
 
#define WID_LAYER_PRINTABLE   2
 
#define WID_LAYER_VISIBLE   3
 
#define WID_LAYER_NAME   4
 
#define WID_LAYER_TITLE   5
 
#define WID_LAYER_DESC   6
 

Functions

static const SvxItemPropertySetImplGetSdLayerPropertySet ()
 

Macro Definition Documentation

◆ WID_LAYER_DESC

#define WID_LAYER_DESC   6

Definition at line 60 of file unolayer.cxx.

◆ WID_LAYER_LOCKED

#define WID_LAYER_LOCKED   1

Definition at line 55 of file unolayer.cxx.

◆ WID_LAYER_NAME

#define WID_LAYER_NAME   4

Definition at line 58 of file unolayer.cxx.

◆ WID_LAYER_PRINTABLE

#define WID_LAYER_PRINTABLE   2

Definition at line 56 of file unolayer.cxx.

◆ WID_LAYER_TITLE

#define WID_LAYER_TITLE   5

Definition at line 59 of file unolayer.cxx.

◆ WID_LAYER_VISIBLE

#define WID_LAYER_VISIBLE   3

Definition at line 57 of file unolayer.cxx.

Function Documentation

◆ ImplGetSdLayerPropertySet()

static const SvxItemPropertySet * ImplGetSdLayerPropertySet ( )
static