LibreOffice Module sc (master) 1
|
#include <sal/config.h>
#include <scitems.hxx>
#include <comphelper/string.hxx>
#include <i18nutil/unicode.hxx>
#include <vcl/outdev.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <svl/itemiter.hxx>
#include <svl/stritem.hxx>
#include <svx/algitem.hxx>
#include <editeng/boxitem.hxx>
#include <editeng/lineitem.hxx>
#include <editeng/brushitem.hxx>
#include <editeng/charreliefitem.hxx>
#include <editeng/contouritem.hxx>
#include <editeng/colritem.hxx>
#include <editeng/crossedoutitem.hxx>
#include <editeng/emphasismarkitem.hxx>
#include <editeng/fhgtitem.hxx>
#include <editeng/fontitem.hxx>
#include <editeng/forbiddenruleitem.hxx>
#include <editeng/frmdiritem.hxx>
#include <editeng/hngpnctitem.hxx>
#include <editeng/itemtype.hxx>
#include <editeng/editrids.hrc>
#include <editeng/eerdll.hxx>
#include <editeng/langitem.hxx>
#include <editeng/lrspitem.hxx>
#include <svx/pageitem.hxx>
#include <editeng/pbinitem.hxx>
#include <editeng/postitem.hxx>
#include <svx/rotmodit.hxx>
#include <editeng/scriptspaceitem.hxx>
#include <editeng/shaditem.hxx>
#include <editeng/shdditem.hxx>
#include <editeng/sizeitem.hxx>
#include <editeng/udlnitem.hxx>
#include <editeng/ulspitem.hxx>
#include <editeng/wghtitem.hxx>
#include <editeng/wrlmitem.hxx>
#include <editeng/xmlcnitm.hxx>
#include <editeng/justifyitem.hxx>
#include <docpool.hxx>
#include <global.hxx>
#include <attrib.hxx>
#include <patattr.hxx>
#include <globstr.hrc>
#include <scresid.hxx>
#include <scmod.hxx>
#include <sc.hrc>
Go to the source code of this file.
Functions | |
static bool | lcl_HFPresentation (const SfxPoolItem &rItem, MapUnit eCoreMetric, MapUnit ePresentationMetric, OUString &rText, const IntlWrapper &rIntl) |
Variables | |
SfxItemInfo const | aItemInfos [] |
|
static |
Definition at line 393 of file docpool.cxx.
References ATTR_LRSPACE(), ATTR_PAGE_DYNAMIC(), ATTR_PAGE_ON(), ATTR_PAGE_SHARED(), ATTR_PAGE_SHARED_FIRST(), cpDelim, EditResId(), unicode::formatPercent(), SfxItemIter::GetCurItem(), SfxItemSet::GetItemIfSet(), GetItemSet(), SvxLRSpaceItem::GetLeft(), GetMetricId(), GetMetricText(), SvxLRSpaceItem::GetPropLeft(), SvxLRSpaceItem::GetPropRight(), SvxLRSpaceItem::GetRight(), Application::GetSettings(), SfxItemIter::NextItem(), nLeftMargin, nRightMargin, rSet, and comphelper::string::stripEnd().
Referenced by ScDocumentPool::GetPresentation().
SfxItemInfo const aItemInfos[] |
Definition at line 89 of file docpool.cxx.
Referenced by oox::xls::ExternalLink::getLinkInfo().