LibreOffice Module sc (master) 1
|
#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>
Go to the source code of this file.
Functions | |
static o3tl::span< const SfxItemPropertyMapEntry > | lcl_GetLinkTargetMap () |
Variables | |
const TranslateId | aTypeResIds [SC_LINKTARGETTYPE_COUNT] |
constexpr rtl::OUStringConstExpr | aContentBmps [] |
|
static |
Definition at line 52 of file targuno.cxx.
References cppu::UnoType< typename T >::get(), SC_UNO_LINKDISPBIT, and SC_UNO_LINKDISPNAME.
Referenced by ScLinkTargetTypeObj::getPropertySetInfo().
|
constexpr |
Definition at line 203 of file targuno.cxx.
Referenced by ScLinkTargetTypeObj::SetLinkTargetBitmap().
const TranslateId aTypeResIds[SC_LINKTARGETTYPE_COUNT] |
Definition at line 45 of file targuno.cxx.
Referenced by ScLinkTargetTypeObj::ScLinkTargetTypeObj(), and ScLinkTargetTypesObj::ScLinkTargetTypesObj().