LibreOffice Module sc (master) 1
|
#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>
Go to the source code of this file.
Functions | |
static o3tl::span< const SfxItemPropertyMapEntry > | lcl_GetNamedRangeMap () |
static o3tl::span< const SfxItemPropertyMapEntry > | lcl_GetNamedRangesMap () |
static bool | lcl_UserVisibleName (const ScRangeData &rData) |
Variables | |
constexpr OUStringLiteral | SCNAMEDRANGEOBJ_SERVICE = u"com.sun.star.sheet.NamedRange" |
|
static |
Definition at line 51 of file nameuno.cxx.
References cppu::UnoType< typename T >::get(), SC_UNO_LINKDISPBIT, SC_UNO_LINKDISPNAME, SC_UNONAME_ISSHAREDFMLA, and SC_UNONAME_TOKENINDEX.
Referenced by ScNamedRangeObj::getPropertySetInfo().
|
static |
Definition at line 63 of file nameuno.cxx.
References cppu::UnoType< typename T >::get(), and SC_UNO_MODIFY_BROADCAST.
Referenced by ScNamedRangesObj::getPropertySetInfo().
|
static |
as method to ScRangeData
Definition at line 78 of file nameuno.cxx.
References ScRangeData::Database.
Referenced by ScNamedRangesObj::getCount(), ScNamedRangesObj::getElementNames(), ScGlobalNamedRangesObj::GetObjectByIndex_Impl(), ScLocalNamedRangesObj::GetObjectByIndex_Impl(), ScNamedRangesObj::hasByName(), and ScNamedRangesObj::removeByName().
|
constexpr |
Definition at line 72 of file nameuno.cxx.
Referenced by ScNamedRangeObj::getSupportedServiceNames().