|
LibreOffice Module svx (master) 1
|
#include <sal/config.h>#include <sfx2/dispatch.hxx>#include <sfx2/module.hxx>#include <sfx2/viewfrm.hxx>#include <svl/eitem.hxx>#include <svl/intitem.hxx>#include <svl/itempool.hxx>#include <svtools/colrdlg.hxx>#include <svx/colorbox.hxx>#include <svx/f3dchild.hxx>#include <svx/xfillit0.hxx>#include <svx/xflclit.hxx>#include <svx/xlineit0.hxx>#include <svx/fmmodel.hxx>#include <svx/dlgutil.hxx>#include <svx/obj3d.hxx>#include <svx/sdshitm.hxx>#include <svx/svx3ditems.hxx>#include <svx/dialmgr.hxx>#include <svx/viewpt3d.hxx>#include <svx/svxids.hrc>#include <svx/strings.hrc>#include <editeng/colritem.hxx>#include <osl/diagnose.h>#include <svx/e3ditem.hxx>#include <svl/whiter.hxx>#include <svtools/unitconv.hxx>#include <svx/float3d.hxx>#include <bitmaps.hlst>Go to the source code of this file.
Classes | |
| struct | Svx3DWinImpl |
Functions | |
| IMPL_LINK_NOARG (Svx3DWin, ClickUpdateHdl, weld::Toggleable &, void) | |
| IMPL_LINK_NOARG (Svx3DWin, ClickAssignHdl, weld::Button &, void) | |
| IMPL_LINK (Svx3DWin, ClickViewTypeHdl, weld::Button &, rBtn, void) | |
| IMPL_LINK (Svx3DWin, ClickHdl, weld::Button &, rBtn, void) | |
| IMPL_LINK (Svx3DWin, ClickColorHdl, weld::Button &, rBtn, void) | |
| IMPL_LINK (Svx3DWin, SelectHdl, weld::ComboBox &, rListBox, void) | |
| IMPL_LINK (Svx3DWin, SelectColorHdl, ColorListBox &, rListBox, void) | |
| IMPL_LINK_NOARG (Svx3DWin, ModifyMetricHdl, weld::MetricSpinButton &, void) | |
| IMPL_LINK_NOARG (Svx3DWin, ModifySpinHdl, weld::SpinButton &, void) | |
| IMPL_LINK_NOARG (Svx3DWin, ChangeSelectionCallbackHdl, SvxLightCtl3D *, void) | |
| IMPL_LINK | ( | Svx3DWin | , |
| ClickColorHdl | , | ||
| weld::Button & | , | ||
| rBtn | , | ||
| void | |||
| ) |
Definition at line 2484 of file float3d.cxx.
References SvColorDialog::Execute(), SvColorDialog::GetColor(), GetFrameWeld(), ColorListBox::GetSelectEntryColor(), RET_OK, and SvColorDialog::SetColor().
| IMPL_LINK | ( | Svx3DWin | , |
| ClickHdl | , | ||
| weld::Button & | , | ||
| rBtn | , | ||
| void | |||
| ) |
Definition at line 2323 of file float3d.cxx.
References SfxDispatcher::ExecuteList(), LightButton::get_active(), LightButton::get_prev_active(), LightButton::isLightOn(), LightButton::set_active(), LightButton::set_prev_active(), ColorListBox::set_sensitive(), ColorListBox::show(), and LightButton::switchLightOn().
| IMPL_LINK | ( | Svx3DWin | , |
| ClickViewTypeHdl | , | ||
| weld::Button & | , | ||
| rBtn | , | ||
| void | |||
| ) |
Definition at line 2229 of file float3d.cxx.
References Geo, Light, Material, Representation, ColorListBox::show(), and Texture.
| IMPL_LINK | ( | Svx3DWin | , |
| SelectColorHdl | , | ||
| ColorListBox & | , | ||
| rListBox | , | ||
| void | |||
| ) |
Definition at line 2584 of file float3d.cxx.
| IMPL_LINK | ( | Svx3DWin | , |
| SelectHdl | , | ||
| weld::ComboBox & | , | ||
| rListBox | , | ||
| void | |||
| ) |
Definition at line 2511 of file float3d.cxx.
References COL_BLACK(), and COL_WHITE().
| IMPL_LINK_NOARG | ( | Svx3DWin | , |
| ChangeSelectionCallbackHdl | , | ||
| SvxLightCtl3D * | , | ||
| void | |||
| ) |
Definition at line 2652 of file float3d.cxx.
| IMPL_LINK_NOARG | ( | Svx3DWin | , |
| ClickAssignHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 2218 of file float3d.cxx.
References SfxDispatcher::ExecuteList().
| IMPL_LINK_NOARG | ( | Svx3DWin | , |
| ClickUpdateHdl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 2198 of file float3d.cxx.
References SfxDispatcher::ExecuteList().
| IMPL_LINK_NOARG | ( | Svx3DWin | , |
| ModifyMetricHdl | , | ||
| weld::MetricSpinButton & | , | ||
| void | |||
| ) |
Definition at line 2616 of file float3d.cxx.
| IMPL_LINK_NOARG | ( | Svx3DWin | , |
| ModifySpinHdl | , | ||
| weld::SpinButton & | , | ||
| void | |||
| ) |
Definition at line 2621 of file float3d.cxx.