LibreOffice Module sc (master)
1
|
#include <sal/config.h>
#include <toolkit/helper/vclunohelper.hxx>
#include <svl/itemprop.hxx>
#include <svl/hint.hxx>
#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 const SfxItemPropertyMapEntry * | lcl_GetLinkTargetMap () |
Variables | |
const TranslateId | aTypeResIds [SC_LINKTARGETTYPE_COUNT] |
constexpr rtl::OUStringConstExpr | aContentBmps [] |
|
static |
Definition at line 51 of file targuno.cxx.
References cppu::UnoType< class >::get(), SC_UNO_LINKDISPBIT, SC_UNO_LINKDISPNAME, and u.
Referenced by ScLinkTargetTypeObj::getPropertySetInfo().
constexpr rtl::OUStringConstExpr aContentBmps[] |
Definition at line 203 of file targuno.cxx.
Referenced by ScLinkTargetTypeObj::SetLinkTargetBitmap().
const TranslateId aTypeResIds[SC_LINKTARGETTYPE_COUNT] |
Definition at line 44 of file targuno.cxx.