LibreOffice Module svx (master) 1
|
Namespaces | |
namespace | framework |
namespace | impl |
namespace | MasterPageObserver |
namespace | outliner |
namespace | presenter |
namespace | SdGlobalResourceContainer |
namespace | sidebar |
namespace | slideshowhelp |
namespace | slidesorter |
namespace | TemplateScanner |
namespace | ToolBarManager |
namespace | tools |
namespace | ui |
namespace | ViewShell |
namespace | ViewShellBase |
namespace | ViewShellManager |
Typedefs | |
typedef std::map< sal_Int32, STLPropertyMapEntry > | PropertyMap |
typedef PropertyMap::iterator | PropertyMapIter |
typedef PropertyMap::const_iterator | PropertyMapConstIter |
typedef comphelper::WeakComponentImplHelper< css::document::XEventListener > | AnnotationManagerImplBase |
typedef std::shared_ptr< ClientBoxEntry > | TClientBoxEntry |
typedef std::shared_ptr< CustomAnimationEffect > | CustomAnimationEffectPtr |
typedef std::vector< rtl::Reference< MotionPathTag > > | MotionPathTagVector |
typedef comphelper::WeakComponentImplHelper< css::view::XRenderable > | DocumentRendererInterfaceBase |
typedef ::cppu::ImplInheritanceHelper< SfxBaseController, css::view::XSelectionSupplier, css::lang::XServiceInfo, css::drawing::XDrawView, css::view::XSelectionChangeListener, css::view::XFormLayerAccess, css::drawing::framework::XControllerManager > | DrawControllerInterfaceBase |
typedef ::tools::SvRef< DrawDocShell > | DrawDocShellRef |
typedef ToolbarId | ShellId |
typedef comphelper::WeakComponentImplHelper< css::presentation::XPresentation2, css::lang::XServiceInfo > | SlideshowBase |
typedef rtl::Reference< SmartTag > | SmartTagReference |
typedef std::vector< rtl::Reference< SmartTag > > | ViewTagVector |
typedef comphelper::WeakComponentImplHelper< css::drawing::framework::XToolBar, css::drawing::framework::XTabBar, css::drawing::framework::XConfigurationChangeListener > | ViewTabBarInterfaceBase |
typedef sal_uInt16(* | FncGetChildWindowId) () |
typedef std::shared_ptr< WrappedShapeEventImpl > | WrappedShapeEventImplPtr |
typedef comphelper::WeakComponentImplHelper< css::presentation::XSlideShowController, css::container::XIndexAccess > | SlideshowImplBase |
typedef ::comphelper::OInterfaceContainerHelper4< css::awt::XPaintListener > | SlideShowViewPaintListeners |
typedef ::comphelper::OInterfaceContainerHelper4< css::awt::XMouseListener > | SlideShowViewMouseListeners_Base |
typedef ::comphelper::OInterfaceContainerHelper4< css::awt::XMouseMotionListener > | SlideShowViewMouseMotionListeners_Base |
typedef comphelper::WeakComponentImplHelper< css::presentation::XSlideShowView, css::awt::XWindowListener, css::awt::XMouseListener, css::awt::XMouseMotionListener > | SlideShowView_Base |
typedef std::vector< std::shared_ptr< CellInfo > > | CellInfoVector |
typedef std::shared_ptr< CellInfo > | CellInfoMatrix[nPreviewColumns *nPreviewRows] |
typedef ::cppu::WeakImplHelper< XTimeContainer, XEnumerationAccess, XCloneable, XServiceInfo, XInitialization > | RandomAnimationNodeBase |
typedef std::shared_ptr< CustomAnimationPreset > | CustomAnimationPresetPtr |
typedef std::list< CustomAnimationEffectPtr > | EffectSequence |
typedef std::shared_ptr< CustomAnimationTextGroup > | CustomAnimationTextGroupPtr |
typedef std::map< sal_Int32, CustomAnimationTextGroupPtr > | CustomAnimationTextGroupMap |
typedef std::shared_ptr< InteractiveSequence > | InteractiveSequencePtr |
typedef std::vector< InteractiveSequencePtr > | InteractiveSequenceVector |
typedef std::shared_ptr< MainSequence > | MainSequencePtr |
typedef std::unordered_map< OUString, CustomAnimationEffectPtr > | EffectsSubTypeMap |
typedef std::unordered_map< OUString, OUString > | UStringMap |
typedef std::unordered_map< OUString, CustomAnimationPresetPtr > | EffectDescriptorMap |
typedef std::vector< CustomAnimationPresetPtr > | EffectDescriptorList |
typedef std::shared_ptr< PresetCategory > | PresetCategoryPtr |
typedef std::vector< PresetCategoryPtr > | PresetCategoryList |
typedef std::vector< css::uno::Reference< css::office::XAnnotation > > | AnnotationVector |
typedef std::shared_ptr< TransitionPreset > | TransitionPresetPtr |
typedef std::vector< TransitionPresetPtr > | TransitionPresetList |
Enumerations | |
enum | STLPropertyState { Default , Direct , Ambiguous } |
enum | BitmapAdjustment |
enum | AnimationMode |
enum | TableCheckBox |
enum | ShowWindowMode |
enum | CommentNotificationType { Add , Modify , Remove } |
enum | EValue { To , By } |
Functions | |
void | createAnnotation (uno::Reference< office::XAnnotation > &xAnnotation, SdPage *pPage) |
std::unique_ptr< SdrUndoAction > | CreateUndoInsertOrRemoveAnnotation (const uno::Reference< office::XAnnotation > &xAnnotation, bool bInsert) |
void | CreateChangeUndo (const uno::Reference< office::XAnnotation > &xAnnotation) |
sal_uInt32 | getAnnotationId (const uno::Reference< office::XAnnotation > &xAnnotation) |
const SdPage * | getAnnotationPage (const uno::Reference< office::XAnnotation > &xAnnotation) |
void | LOKCommentNotify (CommentNotificationType nType, const SfxViewShell *pViewShell, uno::Reference< office::XAnnotation > const &rxAnnotation) |
void | LOKCommentNotifyAll (CommentNotificationType nType, uno::Reference< office::XAnnotation > const &rxAnnotation) |
Reference< XAnnotationEnumeration > | createAnnotationEnumeration (sd::AnnotationVector &&rAnnotations) |
Reference< XAnimationNode > | Clone (const Reference< XAnimationNode > &xSourceNode, const SdPage *pSource, const SdPage *pTarget) |
static bool | implIsColorAttribute (std::u16string_view rAttributeName) |
static Reference< XCommand > | findCommandNode (const Reference< XAnimationNode > &xRootNode) |
static bool | implFindNextContainer (Reference< XTimeContainer > const &xParent, Reference< XTimeContainer > const &xCurrent, Reference< XTimeContainer > &xNext) |
void | stl_process_after_effect_node_func (AfterEffectNode const &rNode) |
static bool | isParagraphTargetTextEmpty (ParagraphTarget aParaTarget) |
IMPL_LINK_NOARG (MainSequence, onTimerHdl, Timer *, void) | |
static Reference< XNameAccess > | getNodeAccess (const Reference< XMultiServiceFactory > &xConfigProvider, const OUString &rNodePath) |
void | implImportLabels (const Reference< XMultiServiceFactory > &xConfigProvider, const OUString &rNodePath, UStringMap &rStringMap) |
Reference< XAnimationNode > | implImportEffects (const Reference< XMultiServiceFactory > &xServiceFactory, const OUString &rPath) |
static const SvxItemPropertySet * | ImplGetSdTextPortionPropertyMap () |
IMPL_LINK_NOARG (SdPresetPropertyBox, OnSelect, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (SdColorPropertyBox, OnSelect, ColorListBox &, void) | |
IMPL_LINK_NOARG (SdFontPropertyBox, ControlSelectHdl, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (SdCharHeightPropertyBox, EditModifyHdl, weld::MetricSpinButton &, void) | |
IMPL_LINK (SdCharHeightPropertyBox, implMenuSelectHdl, const OUString &, rIdent, void) | |
IMPL_LINK_NOARG (SdTransparencyPropertyBox, implModifyHdl, weld::MetricSpinButton &, void) | |
IMPL_LINK (SdTransparencyPropertyBox, implMenuSelectHdl, const OUString &, rIdent, void) | |
IMPL_LINK_NOARG (SdRotationPropertyBox, implModifyHdl, weld::MetricSpinButton &, void) | |
IMPL_LINK (SdRotationPropertyBox, implMenuSelectHdl, const OUString &, rIdent, void) | |
IMPL_LINK_NOARG (SdScalePropertyBox, implModifyHdl, weld::MetricSpinButton &, void) | |
IMPL_LINK (SdScalePropertyBox, implMenuSelectHdl, const OUString &, rIdent, void) | |
IMPL_LINK (SdFontStylePropertyBox, implMenuSelectHdl, const OUString &, rIdent, void) | |
IMPL_LINK (CustomAnimationEffectTabPage, implClickHdl, weld::Button &, rBtn, void) | |
IMPL_LINK (CustomAnimationEffectTabPage, implSelectHdl, weld::ComboBox &, rListBox, void) | |
IMPL_LINK_NOARG (CustomAnimationDurationTabPage, implControlHdl, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (CustomAnimationDurationTabPage, DurationModifiedHdl, weld::MetricSpinButton &, void) | |
IMPL_LINK_NOARG (CustomAnimationTextAnimTabPage, implSelectHdl, weld::ComboBox &, void) | |
static bool | getShapeIndex (const Reference< XShapes > &xShapes, const Reference< XShape > &xShape, sal_Int32 &nIndex) |
static sal_Int32 | getShapeIndex (const Reference< XShape > &xShape) |
OUString | getShapeDescription (const Reference< XShape > &xShape, bool bWithText) |
static OUString | getDescription (const Any &rTarget, bool bWithText) |
IMPL_STATIC_LINK (CustomAnimationList, CustomRenderHdl, weld::TreeView::render_args, aPayload, void) | |
IMPL_STATIC_LINK (CustomAnimationList, CustomGetSizeHdl, weld::TreeView::get_size_args, aPayload, Size) | |
IMPL_LINK (CustomAnimationList, DragBeginHdl, bool &, rUnsetDragIcon, bool) | |
IMPL_LINK (CustomAnimationList, KeyInputHdl, const KeyEvent &, rKEvt, bool) | |
static void | selectShape (weld::TreeView *pTreeList, const Reference< XShape > &xShape) |
IMPL_LINK_NOARG (CustomAnimationList, SelectHdl, weld::TreeView &, void) | |
IMPL_LINK_NOARG (CustomAnimationList, PostExpandHdl, void *, void) | |
IMPL_LINK (CustomAnimationList, ExpandHdl, const weld::TreeIter &, rParent, bool) | |
IMPL_LINK_NOARG (CustomAnimationList, PostCollapseHdl, void *, void) | |
IMPL_LINK_NOARG (CustomAnimationList, CollapseHdl, const weld::TreeIter &, bool) | |
IMPL_LINK_NOARG (CustomAnimationList, DoubleClickHdl, weld::TreeView &, bool) | |
IMPL_LINK (CustomAnimationList, CommandHdl, const CommandEvent &, rCEvt, bool) | |
void | fillRepeatComboBox (weld::ComboBox &rBox) |
IMPL_LINK (CustomAnimationPane, EventMultiplexerListener, tools::EventMultiplexerEvent &, rEvent, void) | |
static sal_Int32 | getPropertyType (std::u16string_view rProperty) |
OUString | getPropertyName (sal_Int32 nPropertyType) |
static bool | updateMotionPathImpl (CustomAnimationPane &rPane, ::sd::View &rView, EffectSequence::iterator aIter, const EffectSequence::iterator &aEnd, MotionPathTagVector &rOldTags, MotionPathTagVector &rNewTags) |
static void | addValue (const std::unique_ptr< STLPropertySet > &pSet, sal_Int32 nHandle, const Any &rValue) |
static sal_Int32 | calcMaxParaDepth (const Reference< XShape > &xTargetShape) |
static bool | hasVisibleShape (const Reference< XShape > &xShape) |
static bool | getTextSelection (const Any &rSelection, Reference< XShape > &xShape, std::vector< sal_Int16 > &rParaList) |
IMPL_LINK_NOARG (CustomAnimationPane, implPropertyHdl, LinkParamNone *, void) | |
IMPL_LINK_NOARG (CustomAnimationPane, DelayModifiedHdl, weld::MetricSpinButton &, void) | |
IMPL_LINK_NOARG (CustomAnimationPane, DelayLoseFocusHdl, weld::Widget &, void) | |
IMPL_LINK_NOARG (CustomAnimationPane, AnimationSelectHdl, weld::TreeView &, void) | |
IMPL_LINK_NOARG (CustomAnimationPane, SelectionHandler, Timer *, void) | |
IMPL_LINK_NOARG (CustomAnimationPane, UpdateAnimationLB, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (CustomAnimationPane, DurationModifiedHdl, weld::MetricSpinButton &, void) | |
IMPL_LINK (CustomAnimationPane, implToggleHdl, weld::Toggleable &, rBtn, void) | |
IMPL_LINK (CustomAnimationPane, implClickHdl, weld::Button &, rBtn, void) | |
IMPL_LINK (CustomAnimationPane, implControlListBoxHdl, weld::ComboBox &, rListBox, void) | |
IMPL_LINK_NOARG (CustomAnimationPane, lateInitCallback, Timer *, void) | |
IMPL_LINK (SlideTransitionPane, EventMultiplexerListener, tools::EventMultiplexerEvent &, rEvent, void) | |
IMPL_LINK_NOARG (SlideTransitionPane, ApplyToAllButtonClicked, weld::Button &, void) | |
IMPL_LINK_NOARG (SlideTransitionPane, PlayButtonClicked, weld::Button &, void) | |
IMPL_LINK_NOARG (SlideTransitionPane, TransitionSelected, ValueSet *, void) | |
IMPL_LINK_NOARG (SlideTransitionPane, AdvanceSlideRadioButtonToggled, weld::Toggleable &, void) | |
IMPL_LINK_NOARG (SlideTransitionPane, AdvanceTimeModified, weld::MetricSpinButton &, void) | |
IMPL_LINK_NOARG (SlideTransitionPane, VariantListBoxSelected, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (SlideTransitionPane, DurationModifiedHdl, weld::MetricSpinButton &, void) | |
IMPL_LINK_NOARG (SlideTransitionPane, DurationLoseFocusHdl, weld::Widget &, void) | |
IMPL_LINK_NOARG (SlideTransitionPane, SoundListBoxSelected, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (SlideTransitionPane, LoopSoundBoxChecked, weld::Toggleable &, void) | |
IMPL_LINK_NOARG (SlideTransitionPane, AutoPreviewClicked, weld::Toggleable &, void) | |
IMPL_LINK_NOARG (SlideTransitionPane, LateInitCallback, Timer *, void) | |
SfxItemPool * | GetAnnotationPool () |
static SfxBindings * | getBindings (ViewShellBase const &rBase) |
static SfxDispatcher * | getDispatcher (ViewShellBase const &rBase) |
css::util::DateTime | getCurrentDateTime () |
OUString | getAnnotationDateTimeString (const Reference< XAnnotation > &xAnnotation) |
IMPL_LINK_NOARG (AnnotationManagerImpl, UpdateTagsHdl, void *, void) | |
IMPL_LINK (AnnotationManagerImpl, EventMultiplexerListener, tools::EventMultiplexerEvent &, rEvent, void) | |
OUString | getAnnotationDateTimeString (const css::uno::Reference< css::office::XAnnotation > &xAnnotation) |
static OUString | getInitials (const OUString &rName) |
IMPL_LINK_NOARG (AnnotationTag, PopupModeEndHdl, weld::Popover &, void) | |
IMPL_LINK (AnnotationTag, WindowEventHandler, VclWindowEvent &, rEvent, void) | |
IMPL_LINK (AnnotationWindow, MenuItemSelectedHdl, const OUString &, rIdent, void) | |
IMPL_LINK (AnnotationWindow, ScrollHdl, weld::ScrolledWindow &, rScrolledWindow, void) | |
TextApiObject * | getTextApiObject (const Reference< XAnnotation > &xAnnotation) |
TextApiObject * | getTextApiObject (const css::uno::Reference< css::office::XAnnotation > &xAnnotation) |
static void | fillLayoutValueSet (ValueSet *pValue, const snew_slide_value_info *pInfo) |
IMPL_LINK (DisplayModeToolbarMenu, SelectValueSetHdl, ValueSet *, pControl, void) | |
static void | fillLayoutValueSet (ValueSet *pValue, const snew_slide_value_info_layout *pInfo) |
IMPL_LINK (LayoutToolbarMenu, SelectValueSetHdl, ValueSet *, pLayoutSet, void) | |
IMPL_LINK_NOARG (LayoutToolbarMenu, SelectToolbarMenuHdl, weld::Button &, void) | |
static OUString | SlideLayoutController_getImplementationName () |
static Sequence< OUString > | SlideLayoutController_getSupportedServiceNames () |
static OUString | InsertSlideController_getImplementationName () |
static Sequence< OUString > | InsertSlideController_getSupportedServiceNames () |
IMPL_LINK_NOARG (AnimationWindow, ClickFirstHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (AnimationWindow, ClickStopHdl, weld::Button &, void) | |
IMPL_LINK (AnimationWindow, ClickPlayHdl, weld::Button &, rButton, void) | |
IMPL_LINK_NOARG (AnimationWindow, ClickLastHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (AnimationWindow, ClickRbtHdl, weld::Toggleable &, void) | |
IMPL_LINK (AnimationWindow, ClickHelpHdl, weld::Button &, rButton, void) | |
IMPL_LINK (AnimationWindow, ClickGetObjectHdl, weld::Button &, rBtn, void) | |
IMPL_LINK (AnimationWindow, ClickRemoveBitmapHdl, weld::Button &, rBtn, void) | |
IMPL_LINK_NOARG (AnimationWindow, ClickCreateGroupHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (AnimationWindow, ModifyBitmapHdl, weld::SpinButton &, void) | |
IMPL_LINK_NOARG (AnimationWindow, ModifyTimeHdl, weld::FormattedSpinButton &, void) | |
IMPL_LINK_NOARG (BreakDlg, CancelButtonHdl, weld::Button &, void) | |
IMPL_LINK (BreakDlg, UpDate, void *, nInit, bool) | |
IMPL_LINK_NOARG (BreakDlg, InitialUpdate, Timer *, void) | |
IMPL_LINK_NOARG (CopyDlg, SelectColorHdl, ColorListBox &, void) | |
IMPL_LINK_NOARG (CopyDlg, SetViewData, weld::Button &, void) | |
IMPL_LINK_NOARG (CopyDlg, SetDefault, weld::Button &, void) | |
static void | RequestNavigatorUpdate (SfxBindings const *pBindings) |
SFX_IMPL_DOCKINGWINDOW (SdNavigatorWrapper, SID_NAVIGATOR) | |
IMPL_LINK_NOARG (SdPhotoAlbumDialog, CancelHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SdPhotoAlbumDialog, CreateHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SdPhotoAlbumDialog, FileHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SdPhotoAlbumDialog, UpHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SdPhotoAlbumDialog, DownHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SdPhotoAlbumDialog, RemoveHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SdPhotoAlbumDialog, SelectHdl, weld::TreeView &, void) | |
IMPL_LINK_NOARG (SdPhotoAlbumDialog, TypeSelectHdl, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (ClientBoxEntry, DeauthoriseHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ClientBoxEntry, FocusHdl, weld::Widget &, void) | |
IMPL_LINK (TitledDockingWindow, OnToolboxItemSelected, ToolBox *, pToolBox, void) | |
IMPL_LINK (DrawDocShell, RenameSlideHdl, AbstractSvxNameDialog &, rDialog, bool) | |
static void | lcl_setLanguageForObj (SdrObject *pObj, LanguageType nLang, bool bLanguageNone) |
static void | lcl_setLanguage (const SdDrawDocument *pDoc, std::u16string_view rLanguage, bool bLanguageNone=false) |
SFX_IMPL_OBJECTFACTORY (DrawDocShell, SvGlobalName(SO3_SIMPRESS_CLASSID), "simpress") void DrawDocShell | |
IMPL_LINK (DrawDocShell, OnlineSpellCallback, SpellCallbackInfo &, rInfo, void) | |
static void | unmarkimpl (SdrView *pView) |
::basegfx::B2DPolygon | ImpGetExpandedPolygon (const ::basegfx::B2DPolygon &rCandidate, sal_uInt32 nNum) |
static void | mergeItemSetsImpl (SfxItemSet &rTarget, const SfxItemSet &rSource) |
void | MergePageBackgroundFilling (SdPage *pPage, SdStyleSheet *pStyleSheet, bool bMasterPage, SfxItemSet &rMergedAttr) |
IMPL_LINK_NOARG (FuPoor, ScrollHdl, Timer *, void) | |
IMPL_LINK_NOARG (FuPoor, DragHdl, Timer *, void) | |
IMPL_LINK_NOARG (FuPoor, DelayHdl, Timer *, void) | |
OUString | getShapeDescription (const css::uno::Reference< css::drawing::XShape > &xShape, bool bWithText) |
void | CreateTableFromRTF (SvStream &rStream, SdDrawDocument *pModel) |
IMPL_LINK (ShowWindow, PauseTimeoutHdl, Timer *, pTimer, void) | |
IMPL_LINK_NOARG (ShowWindow, MouseTimeoutHdl, Timer *, void) | |
IMPL_LINK (ShowWindow, EventHdl, VclWindowEvent &, rEvent, void) | |
constexpr OUStringLiteral | gsOnClick (u"OnClick") |
constexpr OUStringLiteral | gsBookmark (u"Bookmark") |
constexpr OUStringLiteral | gsVerb (u"Verb") |
IMPL_LINK_NOARG (SlideshowImpl, endPresentationHdl, void *, void) | |
IMPL_LINK_NOARG (SlideshowImpl, ReadyForNextInputHdl, Timer *, void) | |
IMPL_LINK_NOARG (SlideshowImpl, updateHdl, Timer *, void) | |
IMPL_LINK (SlideshowImpl, EventListenerHdl, VclSimpleEvent &, rSimpleEvent, void) | |
IMPL_LINK_NOARG (SlideshowImpl, ContextMenuHdl, void *, void) | |
IMPL_LINK_NOARG (SlideshowImpl, deactivateHdl, Timer *, void) | |
IMPL_LINK_NOARG (SlideShowRestarter, EndPresentation, void *, void) | |
IMPL_LINK (TableDesignWidget, implContextMenuHandler, const Point *, pPoint, void) | |
IMPL_LINK_NOARG (TableDesignWidget, implValueSetHdl, ValueSet *, void) | |
IMPL_LINK_NOARG (TableDesignWidget, implCheckBoxHdl, weld::Toggleable &, void) | |
IMPL_LINK (TableDesignWidget, EventMultiplexerListener, tools::EventMultiplexerEvent &, rEvent, void) | |
static void | FillCellInfoVector (const Reference< XIndexAccess > &xTableStyle, CellInfoVector &rVector) |
static void | FillCellInfoMatrix (const CellInfoVector &rStyle, const TableStyleSettings &rSettings, CellInfoMatrix &rMatrix) |
static BitmapEx | CreateDesignPreview (const Reference< XIndexAccess > &xTableStyle, const TableStyleSettings &rSettings, bool bIsPageDark) |
static void | apply_table_style (SdrTableObj *pObj, SdrModel const *pModel, const OUString &sTableStyle) |
static void | InsertTableImpl (const DrawViewShell *pShell, ::sd::View *pView, sal_Int32 nColumns, sal_Int32 nRows, const OUString &sTableStyle) |
IMPLEMENT_FORWARD_XINTERFACE2 (DrawController, DrawControllerInterfaceBase, OPropertySetHelper) | |
IMPLEMENT_GET_IMPLEMENTATION_ID (DrawController) | |
Reference< XInterface > | RandomAnimationNode_createInstance (sal_Int16 nPresetClass) |
Reference< XInterface > | DocumentSettings_createInstance (SdXImpressDocument *pModel) noexcept |
static rtl::Reference< PropertySetInfo > | createSettingsInfoImpl (bool bIsDraw) |
IMPL_LINK (DrawViewShell, TabSplitHdl, TabBar *, pTab, void) | |
IMPL_LINK (DrawViewShell, ClipboardChanged, TransferableDataHelper *, pDataHelper, void) | |
IMPL_LINK (DrawViewShell, RenameSlideHdl, AbstractSvxNameDialog &, rDialog, bool) | |
IMPL_LINK (DrawViewShell, NameObjectHdl, AbstractSvxObjectNameDialog &, rDialog, bool) | |
static void | ImpAddPrintableCharactersToTextEdit (SfxRequest const &rReq, ::sd::View *pView) |
IMPL_LINK_NOARG (FormShellManager, FormControlActivated, LinkParamNone *, void) | |
IMPL_LINK (FormShellManager, ConfigurationUpdateHandler, sd::tools::EventMultiplexerEvent &, rEvent, void) | |
IMPL_LINK (FormShellManager, WindowEventHandler, VclWindowEvent &, rEvent, void) | |
static OUString | createHelpLinesString (const SdrHelpLineList &rHelpLines) |
static void | createHelpLinesFromString (const OUString &rLines, SdrHelpLineList &rHelpLines) |
IMPL_LINK (OutlineViewShell, ClipboardChanged, TransferableDataHelper *, pDataHelper, void) | |
IMPL_LINK (OutlineView, ParagraphInsertedHdl, Outliner::ParagraphHdlParam, aParam, void) | |
IMPL_LINK (OutlineView, ParagraphRemovingHdl, ::Outliner::ParagraphHdlParam, aParam, void) | |
IMPL_LINK (OutlineView, DepthChangedHdl, ::Outliner::DepthChangeHdlParam, aParam, void) | |
IMPL_LINK_NOARG (OutlineView, StatusEventHdl, EditStatus &, void) | |
IMPL_LINK_NOARG (OutlineView, BeginDropHdl, EditView *, void) | |
IMPL_LINK_NOARG (OutlineView, EndDropHdl, EditView *, void) | |
IMPL_LINK (OutlineView, BeginMovingHdl, ::Outliner *, pOutliner, void) | |
IMPL_LINK (OutlineView, EndMovingHdl, ::Outliner *, pOutliner, void) | |
IMPL_LINK_NOARG (OutlineView, RemovingPagesHdl, OutlinerView *, bool) | |
IMPL_LINK (OutlineView, IndentingPagesHdl, OutlinerView *, pOutlinerView, bool) | |
IMPL_LINK_NOARG (OutlineView, AppEventListenerHdl, VclSimpleEvent &, void) | |
IMPL_LINK (OutlineView, EventMultiplexerListener, ::sd::tools::EventMultiplexerEvent &, rEvent, void) | |
IMPL_LINK (OutlineView, PaintingFirstLineHdl, PaintFirstLineInfo *, pInfo, void) | |
IMPL_LINK_NOARG (PresentationViewShell, AbortSlideShowHdl, void *, void) | |
static void | SetSpellOptions (const SdDrawDocument &rDoc, EEControlBits &rCntrl) |
IMPL_LINK (View, OnParagraphInsertedHdl, ::Outliner::ParagraphHdlParam, aParam, void) | |
IMPL_LINK (View, OnParagraphRemovingHdl, ::Outliner::ParagraphHdlParam, aParam, void) | |
IMPL_LINK (View, ExecuteNavigatorDrop, void *, p, void) | |
static SdrObject * | ImpGetClone (std::vector< ImpRememberOrigAndClone > &aConnectorContainer, SdrObject const *pConnObj) |
static void | ImpCheckInsertPos (Point &rPos, const Size &rSize, const ::tools::Rectangle &rWorkArea) |
IMPL_LINK_NOARG (View, DropInsertFileHdl, Timer *, void) | |
IMPL_LINK_NOARG (View, DropErrorHdl, Timer *, void) | |
static bool | implIsMultiPresObj (PresObjKind eKind) |
IMPL_LINK_NOARG (ToolBarManager::Implementation, UpdateCallback, void *, void) | |
IMPL_LINK (ToolBarManager::Implementation, EventMultiplexerCallback, sd::tools::EventMultiplexerEvent &, rEvent, void) | |
IMPL_LINK_NOARG (ToolBarManager::Implementation, SetValidCallback, void *, void) | |
static BitmapEx * | getButtonImage (int index, bool large) |
IMPL_LINK_NOARG (ViewOverlayManager, UpdateTagsHdl, void *, void) | |
IMPL_LINK (ViewOverlayManager, EventMultiplexerListener, tools::EventMultiplexerEvent &, rEvent, void) | |
IMPL_LINK_NOARG (ViewShell, HScrollHdl, weld::Scrollbar &, void) | |
IMPL_LINK_NOARG (ViewShell, VScrollHdl, weld::Scrollbar &, void) | |
IMPL_LINK_NOARG (ViewShell::Implementation::ToolBarManagerLock, TimeoutCallback, Timer *, void) | |
IMPL_LINK (ViewShellManager::Implementation, WindowEventHandler, VclWindowEvent &, rEvent, void) | |
IMPL_LINK (TabBarControl, NotebookSizeAllocHdl, const Size &, rSize, void) | |
IMPL_LINK (TabBarControl, ActivatePageHdl, const OUString &, rPage, void) | |
void | createAnnotation (css::uno::Reference< css::office::XAnnotation > &xAnnotation, SdPage *pPage) |
std::unique_ptr< SdrUndoAction > | CreateUndoInsertOrRemoveAnnotation (const css::uno::Reference< css::office::XAnnotation > &xAnnotation, bool bInsert) |
void | CreateChangeUndo (const css::uno::Reference< css::office::XAnnotation > &xAnnotation) |
sal_uInt32 | getAnnotationId (const css::uno::Reference< css::office::XAnnotation > &xAnnotation) |
const SdPage * | getAnnotationPage (const css::uno::Reference< css::office::XAnnotation > &xAnnotation) |
void | LOKCommentNotify (CommentNotificationType nType, const SfxViewShell *pViewShell, css::uno::Reference< css::office::XAnnotation > const &rxAnnotation) |
void | LOKCommentNotifyAll (CommentNotificationType nType, css::uno::Reference< css::office::XAnnotation > const &rxAnnotation) |
css::uno::Reference< css::animations::XAnimationNode > | Clone (const css::uno::Reference< css::animations::XAnimationNode > &xSourceNode, const SdPage *pSource=nullptr, const SdPage *pTarget=nullptr) |
css::uno::Reference< css::animations::XAnimationNode > | implImportEffects (const css::uno::Reference< css::lang::XMultiServiceFactory > &xServiceFactory, const OUString &rPath) |
void | implImportLabels (const css::uno::Reference< css::lang::XMultiServiceFactory > &xConfigProvider, const OUString &rNodePath, UStringMap &rStringMap) |