LibreOffice Module cui (master) 1
|
#include <DiagramDialog.hxx>
#include <comphelper/dispatchcommand.hxx>
#include <svx/svdogrp.hxx>
#include <svx/svdmodel.hxx>
#include <svx/svdundo.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <svx/diagram/datamodel.hxx>
#include <svx/diagram/IDiagramHelper.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (DiagramDialog, OnAddCancel, weld::Button &, void) | |
IMPL_LINK_NOARG (DiagramDialog, OnAddClick, weld::Button &, void) | |
IMPL_LINK_NOARG (DiagramDialog, OnRemoveClick, weld::Button &, void) | |
IMPL_LINK_NOARG | ( | DiagramDialog | , |
OnAddCancel | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 44 of file DiagramDialog.cxx.
References comphelper::dispatchCommand(), m_xDialog, and RET_CANCEL.
IMPL_LINK_NOARG | ( | DiagramDialog | , |
OnAddClick | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 58 of file DiagramDialog.cxx.
References SdrModel::AddUndo(), SdrUndoFactory::CreateUndoDiagramModelData(), comphelper::dispatchCommand(), SdrModel::GetSdrUndoFactory(), and SdrModel::IsUndoEnabled().
IMPL_LINK_NOARG | ( | DiagramDialog | , |
OnRemoveClick | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 96 of file DiagramDialog.cxx.
References SdrModel::AddUndo(), SdrUndoFactory::CreateUndoDiagramModelData(), comphelper::dispatchCommand(), SdrModel::GetSdrUndoFactory(), and SdrModel::IsUndoEnabled().