LibreOffice Module svx (master)
1
|
#include <sal/config.h>
#include <sot/exchange.hxx>
#include <svx/strings.hrc>
#include <svx/svxids.hrc>
#include <sfx2/viewsh.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/viewfrm.hxx>
#include <vcl/image.hxx>
#include <vcl/transfer.hxx>
#include <colrctrl.hxx>
#include <svx/svdview.hxx>
#include <svx/drawitem.hxx>
#include <svx/xfillit0.hxx>
#include <svx/xflclit.hxx>
#include <editeng/colritem.hxx>
#include <svx/xlineit0.hxx>
#include <svx/xlnclit.hxx>
#include <svx/xtable.hxx>
#include <svx/dialmgr.hxx>
#include <helpids.h>
#include <vcl/virdev.hxx>
#include <com/sun/star/beans/NamedValue.hpp>
Go to the source code of this file.
Classes | |
class | SvxColorValueSetData |
Functions | |
IMPL_LINK_NOARG (SvxColorDockingWindow, SelectHdl, ValueSet *, void) | |
Variables | |
constexpr sal_uInt16 | gnLeftSlot = SID_ATTR_FILL_COLOR |
constexpr sal_uInt16 | gnRightSlot = SID_ATTR_LINE_COLOR |
IMPL_LINK_NOARG | ( | SvxColorDockingWindow | , |
SelectHdl | , | ||
ValueSet * | , | ||
void | |||
) |
Definition at line 294 of file colrctrl.cxx.
References aStr, SfxViewShell::Current(), SfxDispatcher::ExecuteList(), SdrView::GetAttributes(), SfxViewShell::GetDrawView(), SdrModel::GetItemPool(), SdrPaintView::GetModel(), gnLeftSlot, gnRightSlot, SdrObjEditView::IsTextEdit(), nPos, and XATTR_LINESTYLE().
constexpr sal_uInt16 gnLeftSlot = SID_ATTR_FILL_COLOR |
Definition at line 178 of file colrctrl.cxx.
Referenced by IMPL_LINK_NOARG().
constexpr sal_uInt16 gnRightSlot = SID_ATTR_LINE_COLOR |
Definition at line 179 of file colrctrl.cxx.
Referenced by IMPL_LINK_NOARG().