|
LibreOffice Module sd (master) 1
|
#include <config_features.h>#include <com/sun/star/presentation/EffectNodeType.hpp>#include <com/sun/star/animations/Timing.hpp>#include <com/sun/star/animations/Event.hpp>#include <com/sun/star/animations/EventTrigger.hpp>#include <com/sun/star/animations/AnimationFill.hpp>#include <com/sun/star/presentation/TextAnimationType.hpp>#include <com/sun/star/animations/ValuePair.hpp>#include <com/sun/star/awt/FontSlant.hpp>#include <com/sun/star/awt/FontWeight.hpp>#include <com/sun/star/awt/FontUnderline.hpp>#include <com/sun/star/drawing/XDrawPage.hpp>#include <com/sun/star/beans/XPropertySet.hpp>#include <com/sun/star/media/XPlayer.hpp>#include <memory>#include <comphelper/lok.hxx>#include <i18nutil/unicode.hxx>#include <vcl/svapp.hxx>#include <vcl/stdtext.hxx>#include <vcl/weld.hxx>#include <vcl/settings.hxx>#include <svtools/ctrltool.hxx>#include <sfx2/objsh.hxx>#include <sfx2/viewsh.hxx>#include <tools/debug.hxx>#include <tools/urlobj.hxx>#include <comphelper/diagnose_ex.hxx>#include <editeng/flstitem.hxx>#include <svx/colorbox.hxx>#include <svx/gallery.hxx>#include <editeng/editids.hrc>#include <sdresid.hxx>#include "CustomAnimationDialog.hxx"#include <CustomAnimationPane.hxx>#include "STLPropertySet.hxx"#include <CustomAnimationPreset.hxx>#include <avmedia/mediawindow.hxx>#include <filedlg.hxx>#include <strings.hrc>#include <helpids.h>Go to the source code of this file.
Classes | |
| class | sd::CustomAnimationEffectTabPage |
| class | sd::CustomAnimationDurationTabPage |
| class | sd::CustomAnimationTextAnimTabPage |
Namespaces | |
| namespace | sd |
Functions | |
| sd::IMPL_LINK_NOARG (SdPresetPropertyBox, OnSelect, weld::ComboBox &, void) | |
| sd::IMPL_LINK_NOARG (SdColorPropertyBox, OnSelect, ColorListBox &, void) | |
| sd::IMPL_LINK_NOARG (SdFontPropertyBox, ControlSelectHdl, weld::ComboBox &, void) | |
| sd::IMPL_LINK_NOARG (SdCharHeightPropertyBox, EditModifyHdl, weld::MetricSpinButton &, void) | |
| sd::IMPL_LINK (SdCharHeightPropertyBox, implMenuSelectHdl, const OUString &, rIdent, void) | |
| sd::IMPL_LINK_NOARG (SdTransparencyPropertyBox, implModifyHdl, weld::MetricSpinButton &, void) | |
| sd::IMPL_LINK (SdTransparencyPropertyBox, implMenuSelectHdl, const OUString &, rIdent, void) | |
| sd::IMPL_LINK_NOARG (SdRotationPropertyBox, implModifyHdl, weld::MetricSpinButton &, void) | |
| sd::IMPL_LINK (SdRotationPropertyBox, implMenuSelectHdl, const OUString &, rIdent, void) | |
| sd::IMPL_LINK_NOARG (SdScalePropertyBox, implModifyHdl, weld::MetricSpinButton &, void) | |
| sd::IMPL_LINK (SdScalePropertyBox, implMenuSelectHdl, const OUString &, rIdent, void) | |
| sd::IMPL_LINK (SdFontStylePropertyBox, implMenuSelectHdl, const OUString &, rIdent, void) | |
| sd::IMPL_LINK (CustomAnimationEffectTabPage, implClickHdl, weld::Button &, rBtn, void) | |
| sd::IMPL_LINK (CustomAnimationEffectTabPage, implSelectHdl, weld::ComboBox &, rListBox, void) | |
| sd::IMPL_LINK_NOARG (CustomAnimationDurationTabPage, implControlHdl, weld::ComboBox &, void) | |
| sd::IMPL_LINK_NOARG (CustomAnimationDurationTabPage, DurationModifiedHdl, weld::MetricSpinButton &, void) | |
| sd::IMPL_LINK_NOARG (CustomAnimationTextAnimTabPage, implSelectHdl, weld::ComboBox &, void) | |