LibreOffice Module cui (master)
1
|
#include <cuitabline.hxx>
Public Member Functions | |
SvxLineEndDefTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rInAttrs) | |
virtual | ~SvxLineEndDefTabPage () override |
void | Construct () |
virtual bool | FillItemSet (SfxItemSet *) override |
virtual void | Reset (const SfxItemSet *) override |
virtual void | ActivatePage (const SfxItemSet &rSet) override |
virtual DeactivateRC | DeactivatePage (SfxItemSet *pSet) override |
void | SetLineEndList (XLineEndListRef const &pInList) |
void | SetPolyObj (const SdrObject *pObj) |
void | SetPageType (PageType *pInType) |
void | SetDlgType (sal_uInt16 nInType) |
void | SetPosLineEndLb (sal_Int32 *pInPos) |
void | SetLineEndChgd (ChangeType *pIn) |
![]() | |
void | SetDialogController (SfxOkDialogController *pDialog) |
virtual | ~SfxTabPage () override |
void | set_visible (bool bVisible) |
const SfxItemSet & | GetItemSet () const |
bool | HasExchangeSupport () const |
void | SetExchangeSupport () |
void | SetUserData (const OUString &rString) |
const OUString & | GetUserData () const |
virtual void | FillUserData () |
virtual bool | IsReadOnly () const |
virtual void | PageCreated (const SfxAllItemSet &aSet) |
virtual void | ChangesApplied () |
void | SetFrame (const css::uno::Reference< css::frame::XFrame > &xFrame) |
css::uno::Reference< css::frame::XFrame > | GetFrame () const |
const SfxItemSet * | GetDialogExampleSet () const |
OString | GetHelpId () const |
OString | GetConfigId () const |
bool | IsVisible () const |
weld::Window * | GetFrameWeld () const |
Static Public Member Functions | |
static std::unique_ptr< SfxTabPage > | Create (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *) |
![]() | |
static const SfxPoolItem * | GetItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true) |
static const T * | GetItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true) |
Private Member Functions | |
DECL_LINK (ClickAddHdl_Impl, weld::Button &, void) | |
DECL_LINK (ClickModifyHdl_Impl, weld::Button &, void) | |
DECL_LINK (ClickDeleteHdl_Impl, weld::Button &, void) | |
DECL_LINK (ClickLoadHdl_Impl, weld::Button &, void) | |
DECL_LINK (ClickSaveHdl_Impl, weld::Button &, void) | |
DECL_LINK (SelectLineEndHdl_Impl, weld::ComboBox &, void) | |
void | SelectLineEndHdl_Impl () |
void | CheckChanges_Impl () |
Private Attributes | |
const SfxItemSet & | rOutAttrs |
const SdrObject * | pPolyObj |
XLineAttrSetItem | aXLineAttr |
SfxItemSet & | rXLSet |
XLineEndListRef | pLineEndList |
ChangeType * | pnLineEndListState |
PageType * | pPageType |
sal_uInt16 | nDlgType |
sal_Int32 * | pPosLineEndLb |
SvxXLinePreview | m_aCtlPreview |
std::unique_ptr< weld::Entry > | m_xEdtName |
std::unique_ptr< SvxLineEndLB > | m_xLbLineEnds |
std::unique_ptr< weld::Button > | m_xBtnAdd |
std::unique_ptr< weld::Button > | m_xBtnModify |
std::unique_ptr< weld::Button > | m_xBtnDelete |
std::unique_ptr< weld::Button > | m_xBtnLoad |
std::unique_ptr< weld::Button > | m_xBtnSave |
std::unique_ptr< weld::CustomWeld > | m_xCtlPreview |
Additional Inherited Members | |
![]() | |
SfxTabPage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OString &rID, const SfxItemSet *rAttrSet) | |
sal_uInt16 | GetWhich (sal_uInt16 nSlot, bool bDeep=true) const |
const SfxPoolItem * | GetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true) |
const T * | GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true) |
SfxOkDialogController * | GetDialogController () const |
Definition at line 316 of file cuitabline.hxx.
SvxLineEndDefTabPage::SvxLineEndDefTabPage | ( | weld::Container * | pPage, |
weld::DialogController * | pController, | ||
const SfxItemSet & | rInAttrs | ||
) |
Definition at line 51 of file tplneend.cxx.
References aXLineAttr, COL_BLACK, GetItemSet(), SvxPreviewBase::GetOutputSize(), Size::Height(), LINK, m_aCtlPreview, m_xBtnAdd, m_xBtnDelete, m_xBtnLoad, m_xBtnModify, m_xBtnSave, m_xLbLineEnds, SfxItemSet::Put(), rXLSet, SelectLineEndHdl_Impl(), SfxTabPage::SetExchangeSupport(), SvxXLinePreview::SetLineAttributes(), and XOUT_WIDTH.
|
overridevirtual |
Definition at line 91 of file tplneend.cxx.
References m_xCtlPreview, and m_xLbLineEnds.
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 122 of file tplneend.cxx.
References Area, aURL, DBG_ASSERT, m_xLbLineEnds, nDlgType, pLineEndList, pPageType, pPosLineEndLb, and SelectLineEndHdl_Impl().
|
private |
Definition at line 156 of file tplneend.cxx.
References Application::CreateBuilder(), SfxTabPage::GetFrameWeld(), m_xBtnModify, m_xEdtName, m_xLbLineEnds, nPos, pPosLineEndLb, and RET_YES.
Referenced by DeactivatePage(), and FillItemSet().
void SvxLineEndDefTabPage::Construct | ( | ) |
Definition at line 97 of file tplneend.cxx.
References SdrObjTransformInfoRec::bCanConvToPath, SdrObject::ConvertToPolyObj(), m_xBtnAdd, m_xLbLineEnds, pLineEndList, pPolyObj, and SdrObject::TakeObjInfo().
|
static |
Definition at line 233 of file tplneend.cxx.
Referenced by SvxLineTabDialog::SvxLineTabDialog().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 145 of file tplneend.cxx.
References CheckChanges_Impl(), and FillItemSet().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 179 of file tplneend.cxx.
References Bitmap, CheckChanges_Impl(), XLineEndEntry::GetLineEnd(), XPropertyEntry::GetName(), m_xLbLineEnds, nDlgType, nPos, pLineEndList, pPageType, and SfxItemSet::Put().
Referenced by DeactivatePage().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 197 of file tplneend.cxx.
References aXLineAttr, XLineEndEntry::GetLineEnd(), m_aCtlPreview, m_xBtnDelete, m_xBtnModify, m_xBtnSave, m_xEdtName, m_xLbLineEnds, nPos, pLineEndList, SfxItemSet::Put(), rXLSet, and SvxXLinePreview::SetLineAttributes().
|
private |
Definition at line 238 of file tplneend.cxx.
References aXLineAttr, Bitmap, XLineEndEntry::GetLineEnd(), m_aCtlPreview, m_xEdtName, m_xLbLineEnds, nPos, pLineEndList, pPageType, SfxItemSet::Put(), rXLSet, and SvxXLinePreview::SetLineAttributes().
Referenced by ActivatePage(), and SvxLineEndDefTabPage().
|
inline |
Definition at line 369 of file cuitabline.hxx.
|
inline |
Definition at line 372 of file cuitabline.hxx.
|
inline |
Definition at line 365 of file cuitabline.hxx.
Definition at line 368 of file cuitabline.hxx.
Definition at line 366 of file cuitabline.hxx.
|
inline |
Definition at line 370 of file cuitabline.hxx.
|
private |
Definition at line 322 of file cuitabline.hxx.
Referenced by Reset(), SelectLineEndHdl_Impl(), and SvxLineEndDefTabPage().
|
private |
Definition at line 332 of file cuitabline.hxx.
Referenced by Reset(), SelectLineEndHdl_Impl(), and SvxLineEndDefTabPage().
|
private |
Definition at line 335 of file cuitabline.hxx.
Referenced by Construct(), and SvxLineEndDefTabPage().
|
private |
Definition at line 337 of file cuitabline.hxx.
Referenced by Reset(), and SvxLineEndDefTabPage().
|
private |
Definition at line 338 of file cuitabline.hxx.
Referenced by SvxLineEndDefTabPage().
|
private |
Definition at line 336 of file cuitabline.hxx.
Referenced by CheckChanges_Impl(), Reset(), and SvxLineEndDefTabPage().
|
private |
Definition at line 339 of file cuitabline.hxx.
Referenced by Reset(), and SvxLineEndDefTabPage().
|
private |
Definition at line 340 of file cuitabline.hxx.
Referenced by ~SvxLineEndDefTabPage().
|
private |
Definition at line 333 of file cuitabline.hxx.
Referenced by CheckChanges_Impl(), Reset(), and SelectLineEndHdl_Impl().
|
private |
Definition at line 334 of file cuitabline.hxx.
Referenced by ActivatePage(), CheckChanges_Impl(), Construct(), FillItemSet(), Reset(), SelectLineEndHdl_Impl(), SvxLineEndDefTabPage(), and ~SvxLineEndDefTabPage().
|
private |
Definition at line 329 of file cuitabline.hxx.
Referenced by ActivatePage(), and FillItemSet().
|
private |
Definition at line 325 of file cuitabline.hxx.
Referenced by ActivatePage(), Construct(), FillItemSet(), Reset(), and SelectLineEndHdl_Impl().
|
private |
Definition at line 327 of file cuitabline.hxx.
|
private |
Definition at line 328 of file cuitabline.hxx.
Referenced by ActivatePage(), FillItemSet(), and SelectLineEndHdl_Impl().
|
private |
Definition at line 320 of file cuitabline.hxx.
Referenced by Construct().
|
private |
Definition at line 330 of file cuitabline.hxx.
Referenced by ActivatePage(), and CheckChanges_Impl().
|
private |
Definition at line 319 of file cuitabline.hxx.
|
private |
Definition at line 323 of file cuitabline.hxx.
Referenced by Reset(), SelectLineEndHdl_Impl(), and SvxLineEndDefTabPage().