LibreOffice Module sc (master) 1
Functions | Variables
vbastyle.cxx File Reference
#include "vbastyle.hxx"
#include <basic/sberrors.hxx>
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
Include dependency graph for vbastyle.cxx:

Go to the source code of this file.

Functions

static uno::Reference< beans::XPropertySetlcl_getStyleProps (const OUString &sStyleName, const uno::Reference< frame::XModel > &xModel)
 

Variables

constexpr OUStringLiteral DISPLAYNAME = u"DisplayName"
 

Function Documentation

◆ lcl_getStyleProps()

static uno::Reference< beans::XPropertySet > lcl_getStyleProps ( const OUString &  sStyleName,
const uno::Reference< frame::XModel > &  xModel 
)
static
Exceptions
script::BasicErrorException
uno::RuntimeException

Definition at line 41 of file vbastyle.cxx.

References ScVbaStyle::getStylesNameContainer(), and xModel.

Variable Documentation

◆ DISPLAYNAME

constexpr OUStringLiteral DISPLAYNAME = u"DisplayName"
constexpr

Definition at line 28 of file vbastyle.cxx.

Referenced by ScVbaStyle::getNameLocal(), and ScVbaStyle::setNameLocal().