LibreOffice Module sc (master) 1
Functions | Variables
nameuno.cxx File Reference
#include <o3tl/safeint.hxx>
#include <svl/hint.hxx>
#include <utility>
#include <vcl/svapp.hxx>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <com/sun/star/sheet/NamedRangeFlag.hpp>
#include <com/sun/star/awt/XBitmap.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <comphelper/servicehelper.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <unotools/charclass.hxx>
#include <nameuno.hxx>
#include <miscuno.hxx>
#include <cellsuno.hxx>
#include <convuno.hxx>
#include <targuno.hxx>
#include <tokenuno.hxx>
#include <tokenarray.hxx>
#include <docsh.hxx>
#include <docfunc.hxx>
#include <rangenam.hxx>
#include <unonames.hxx>
#include <scui_def.hxx>
Include dependency graph for nameuno.cxx:

Go to the source code of this file.

Functions

static o3tl::span< const SfxItemPropertyMapEntrylcl_GetNamedRangeMap ()
 
static o3tl::span< const SfxItemPropertyMapEntrylcl_GetNamedRangesMap ()
 
static bool lcl_UserVisibleName (const ScRangeData &rData)
 

Variables

constexpr OUStringLiteral SCNAMEDRANGEOBJ_SERVICE = u"com.sun.star.sheet.NamedRange"
 

Function Documentation

◆ lcl_GetNamedRangeMap()

static o3tl::span< const SfxItemPropertyMapEntry > lcl_GetNamedRangeMap ( )
static

◆ lcl_GetNamedRangesMap()

static o3tl::span< const SfxItemPropertyMapEntry > lcl_GetNamedRangesMap ( )
static

◆ lcl_UserVisibleName()

static bool lcl_UserVisibleName ( const ScRangeData rData)
static

Variable Documentation

◆ SCNAMEDRANGEOBJ_SERVICE

constexpr OUStringLiteral SCNAMEDRANGEOBJ_SERVICE = u"com.sun.star.sheet.NamedRange"
constexpr

Definition at line 72 of file nameuno.cxx.

Referenced by ScNamedRangeObj::getSupportedServiceNames().