LibreOffice Module svx (master) 1
|
#include <tools/debug.hxx>
#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
#include <vcl/toolbox.hxx>
#include <vcl/virdev.hxx>
#include <sfx2/objsh.hxx>
#include <svtools/toolbarmenu.hxx>
#include <svtools/popupwindowcontroller.hxx>
#include <svtools/valueset.hxx>
#include <svx/strings.hrc>
#include <svx/svxids.hrc>
#include <helpids.h>
#include <svx/drawitem.hxx>
#include <svx/xlineit0.hxx>
#include <svx/xlncapit.hxx>
#include <svx/xlndsit.hxx>
#include <svx/xlnstit.hxx>
#include <svx/xlnedit.hxx>
#include <svx/xtable.hxx>
#include <svx/linectrl.hxx>
#include <svx/itemwin.hxx>
#include <svx/dialmgr.hxx>
#include <tbxcolorupdate.hxx>
#include <memory>
#include <comphelper/lok.hxx>
#include <comphelper/propertyvalue.hxx>
Go to the source code of this file.
Macros | |
#define | MAX_LINES 12 |
Functions | |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | com_sun_star_comp_svx_LineStyleToolBoxControl_get_implementation (css::uno::XComponentContext *rContext, css::uno::Sequence< css::uno::Any > const &) |
IMPL_LINK_NOARG (SvxLineEndWindow, SelectHdl, ValueSet *, void) | |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | com_sun_star_comp_svx_LineEndToolBoxControl_get_implementation (css::uno::XComponentContext *rContext, css::uno::Sequence< css::uno::Any > const &) |
IMPL_LINK_NOARG (SvxLineBox, SelectHdl, ValueSet *, void) | |
Variables | |
constexpr sal_uInt16 | gnCols = 2 |
#define MAX_LINES 12 |
Definition at line 60 of file linectrl.cxx.
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_svx_LineEndToolBoxControl_get_implementation | ( | css::uno::XComponentContext * | rContext, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 503 of file linectrl.cxx.
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_svx_LineStyleToolBoxControl_get_implementation | ( | css::uno::XComponentContext * | rContext, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 218 of file linectrl.cxx.
IMPL_LINK_NOARG | ( | SvxLineBox | , |
SelectHdl | , | ||
ValueSet * | , | ||
void | |||
) |
Definition at line 579 of file linectrl.cxx.
References a, Any, SfxObjectShell::Current(), XDashEntry::GetDash(), SvxDashListItem::GetDashList(), XDash::GetDashStyle(), SfxShell::GetItem(), XPropertyEntry::GetName(), comphelper::makePropertyValue(), nPos, XLineStyleItem::QueryValue(), XLineCapItem::QueryValue(), and XLineDashItem::QueryValue().
IMPL_LINK_NOARG | ( | SvxLineEndWindow | , |
SelectHdl | , | ||
ValueSet * | , | ||
void | |||
) |
Definition at line 303 of file linectrl.cxx.
References a, Any, XLineEndEntry::GetLineEnd(), XPropertyEntry::GetName(), comphelper::makePropertyValue(), name, and nId.
|
constexpr |
Definition at line 272 of file linectrl.cxx.