LibreOffice Module sc (master) 1
Functions | Variables
targuno.cxx File Reference
#include <sal/config.h>
#include <toolkit/helper/vclunohelper.hxx>
#include <svl/itemprop.hxx>
#include <svl/hint.hxx>
#include <utility>
#include <vcl/svapp.hxx>
#include <osl/diagnose.h>
#include <com/sun/star/awt/XBitmap.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <targuno.hxx>
#include <miscuno.hxx>
#include <docuno.hxx>
#include <datauno.hxx>
#include <nameuno.hxx>
#include <docsh.hxx>
#include <content.hxx>
#include <scresid.hxx>
#include <strings.hrc>
#include <bitmaps.hlst>
#include <unonames.hxx>
Include dependency graph for targuno.cxx:

Go to the source code of this file.

Functions

static o3tl::span< const SfxItemPropertyMapEntrylcl_GetLinkTargetMap ()
 

Variables

const TranslateId aTypeResIds [SC_LINKTARGETTYPE_COUNT]
 
constexpr rtl::OUStringConstExpr aContentBmps []
 

Function Documentation

◆ lcl_GetLinkTargetMap()

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

Variable Documentation

◆ aContentBmps

constexpr rtl::OUStringConstExpr aContentBmps[]
constexpr
Initial value:
=
{
RID_BMP_CONTENT_TABLE,
RID_BMP_CONTENT_RANGENAME,
RID_BMP_CONTENT_DBAREA,
RID_BMP_CONTENT_GRAPHIC,
RID_BMP_CONTENT_OLEOBJECT,
RID_BMP_CONTENT_NOTE,
RID_BMP_CONTENT_AREALINK,
RID_BMP_CONTENT_DRAWING
}

Definition at line 203 of file targuno.cxx.

Referenced by ScLinkTargetTypeObj::SetLinkTargetBitmap().

◆ aTypeResIds

Initial value:
=
{
SCSTR_CONTENT_TABLE,
SCSTR_CONTENT_RANGENAME,
SCSTR_CONTENT_DBAREA
}

Definition at line 45 of file targuno.cxx.

Referenced by ScLinkTargetTypeObj::ScLinkTargetTypeObj(), and ScLinkTargetTypesObj::ScLinkTargetTypesObj().