LibreOffice Module svx (master) 1
|
#include <svx/svdundo.hxx>
#include <sfx2/request.hxx>
#include <sfx2/objface.hxx>
#include <sfx2/viewsh.hxx>
#include <svx/unoapi.hxx>
#include <com/sun/star/drawing/XShape.hpp>
#include <com/sun/star/drawing/XEnhancedCustomShapeDefaulter.hpp>
#include <sal/log.hxx>
#include <svx/dialmgr.hxx>
#include <svx/svdoashp.hxx>
#include <svx/strings.hrc>
#include <svx/svdpage.hxx>
#include <svx/svdview.hxx>
#include <svx/sdasitm.hxx>
#include <svx/gallery.hxx>
#include <svx/fmmodel.hxx>
#include <svx/sdtfsitm.hxx>
#include <svl/itempool.hxx>
#include <svl/stritem.hxx>
#include <sfx2/bindings.hxx>
#include <editeng/eeitem.hxx>
#include <editeng/charscaleitem.hxx>
#include <editeng/kernitem.hxx>
#include <svx/svxids.hrc>
#include <svx/fontworkbar.hxx>
#include <svx/fontworkgallery.hxx>
Go to the source code of this file.
Namespaces | |
namespace | svx |
Functions | |
static void | SetAlignmentState (SdrView const *pSdrView, SfxItemSet &rSet) |
static void | SetCharacterSpacingState (SdrView const *pSdrView, SfxItemSet &rSet) |
static void | SetKernCharacterPairsState (SdrView const *pSdrView, SfxItemSet &rSet) |
static void | SetFontWorkShapeTypeState (SdrView const *pSdrView, SfxItemSet &rSet) |
bool | svx::checkForFontWork (const SdrObject *pObj) |
bool | svx::checkForSelectedFontWork (SdrView const *pSdrView) |
static void | svx::impl_execute (SfxRequest const &rReq, SdrCustomShapeGeometryItem &rGeometryItem, SdrObject *pObj) |
static void | svx::GetGeometryForCustomShape (SdrCustomShapeGeometryItem &rGeometryItem, const OUString &rCustomShape) |
Variables | |
static SfxSlot | aFontworkBarSlots_Impl [] |
|
static |
Definition at line 55 of file fontworkbar.cxx.
References SdrMarkList::GetMark(), SdrMarkList::GetMarkCount(), SdrMarkView::GetMarkedObjectList(), SdrMark::GetMarkedSdrObj(), SdrObject::GetMergedItem(), SfxEnumItem< typename EnumT >::GetValue(), i, nCount, SfxItemSet::Put(), rSet, SDRATTR_TEXT_FITTOSIZE(), SDRATTR_TEXT_HORZADJUST(), SDRTEXTHORZADJUST_BLOCK, SDRTEXTHORZADJUST_CENTER, SDRTEXTHORZADJUST_LEFT, and SDRTEXTHORZADJUST_RIGHT.
Referenced by svx::FontworkBar::getState().
|
static |
Definition at line 98 of file fontworkbar.cxx.
References EE_CHAR_FONTWIDTH(), SdrMarkList::GetMark(), SdrMarkList::GetMarkCount(), SdrMarkView::GetMarkedObjectList(), SdrMark::GetMarkedSdrObj(), SdrObject::GetMergedItem(), i, nCount, SfxItemSet::Put(), and rSet.
Referenced by svx::FontworkBar::getState().
|
static |
Definition at line 142 of file fontworkbar.cxx.
References Any, SdrMarkList::GetMark(), SdrMarkList::GetMarkCount(), SdrMarkView::GetMarkedObjectList(), SdrMark::GetMarkedSdrObj(), SdrObject::GetMergedItem(), SdrCustomShapeGeometryItem::GetPropertyValueByName(), i, nCount, SfxItemSet::Put(), rSet, and SDRATTR_CUSTOMSHAPE_GEOMETRY().
Referenced by svx::FontworkBar::getState().
|
static |
Definition at line 123 of file fontworkbar.cxx.
References EE_CHAR_KERNING(), SdrMarkList::GetMark(), SdrMarkList::GetMarkCount(), SdrMarkView::GetMarkedObjectList(), SdrMark::GetMarkedSdrObj(), SdrObject::GetMergedItem(), i, nCount, SfxItemSet::Put(), and rSet.
Referenced by svx::FontworkBar::getState().
|
static |
Definition at line 179 of file fontworkbar.cxx.