LibreOffice Module sd (master) 1
Functions
sdattr.hxx File Reference
#include <svl/eitem.hxx>
#include <svl/stritem.hxx>
#include "sdattr.hrc"
Include dependency graph for sdattr.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

SfxStringItem makeSdAttrLayerName (const OUString &aStr)
 
SfxStringItem makeSdAttrLayerTitle (const OUString &aStr=OUString())
 
SfxStringItem makeSdAttrLayerDesc (const OUString &aStr=OUString())
 
SfxBoolItem makeSdAttrLayerVisible (bool bValue=true)
 
SfxBoolItem makeSdAttrLayerPrintable (bool bValue=true)
 
SfxBoolItem makeSdAttrLayerLocked (bool bValue=false)
 
SfxBoolItem makeSdAttrLayerThisPage ()
 

Function Documentation

◆ makeSdAttrLayerDesc()

SfxStringItem makeSdAttrLayerDesc ( const OUString &  aStr = OUString())
inline

Definition at line 38 of file sdattr.hxx.

References aStr.

Referenced by sd::DrawViewShell::FuTemporary(), and SdInsertLayerDlg::GetAttr().

◆ makeSdAttrLayerLocked()

SfxBoolItem makeSdAttrLayerLocked ( bool  bValue = false)
inline

Definition at line 53 of file sdattr.hxx.

Referenced by sd::DrawViewShell::FuTemporary(), and SdInsertLayerDlg::GetAttr().

◆ makeSdAttrLayerName()

SfxStringItem makeSdAttrLayerName ( const OUString &  aStr)
inline

Definition at line 28 of file sdattr.hxx.

References aStr.

Referenced by sd::DrawViewShell::FuTemporary(), and SdInsertLayerDlg::GetAttr().

◆ makeSdAttrLayerPrintable()

SfxBoolItem makeSdAttrLayerPrintable ( bool  bValue = true)
inline

Definition at line 48 of file sdattr.hxx.

Referenced by sd::DrawViewShell::FuTemporary(), and SdInsertLayerDlg::GetAttr().

◆ makeSdAttrLayerThisPage()

SfxBoolItem makeSdAttrLayerThisPage ( )
inline

Definition at line 58 of file sdattr.hxx.

Referenced by sd::DrawViewShell::FuTemporary().

◆ makeSdAttrLayerTitle()

SfxStringItem makeSdAttrLayerTitle ( const OUString &  aStr = OUString())
inline

Definition at line 33 of file sdattr.hxx.

References aStr.

Referenced by sd::DrawViewShell::FuTemporary(), and SdInsertLayerDlg::GetAttr().

◆ makeSdAttrLayerVisible()

SfxBoolItem makeSdAttrLayerVisible ( bool  bValue = true)
inline

Definition at line 43 of file sdattr.hxx.

Referenced by sd::DrawViewShell::FuTemporary(), and SdInsertLayerDlg::GetAttr().