LibreOffice Module cui (master) 1
|
#include <labdlg.hxx>
Public Member Functions | |
SvxCaptionTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rInAttrs) | |
virtual | ~SvxCaptionTabPage () override |
virtual bool | FillItemSet (SfxItemSet *) override |
virtual void | Reset (const SfxItemSet *) override |
void | Construct () |
void | SetView (const SdrView *pSdrView) |
void | FillValueSet () |
Public Member Functions inherited from SfxTabPage | |
void | SetDialogController (SfxOkDialogController *pDialog) |
virtual | ~SfxTabPage () override |
void | set_visible (bool bVisible) |
const SfxItemSet & | GetItemSet () const |
virtual bool | FillItemSet (SfxItemSet *) |
virtual void | Reset (const SfxItemSet *) |
virtual bool | DeferResetToFirstActivation () |
bool | HasExchangeSupport () const |
void | SetExchangeSupport () |
virtual void | ActivatePage (const SfxItemSet &) |
virtual DeactivateRC | DeactivatePage (SfxItemSet *pSet) |
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 |
OUString | GetHelpId () const |
OUString | GetConfigId () const |
bool | IsVisible () const |
weld::Window * | GetFrameWeld () const |
std::unordered_map< OUString, css::uno::Any > & | getAdditionalProperties () |
Static Public Member Functions | |
static std::unique_ptr< SfxTabPage > | Create (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *) |
static WhichRangesContainer | GetRanges () |
Static Public Member Functions inherited from SfxTabPage | |
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 | |
void | SetupExtension_Impl (sal_uInt16 nType) |
void | SetupType_Impl (SdrCaptionType nType) |
DECL_LINK (ExtensionSelectHdl_Impl, weld::ComboBox &, void) | |
DECL_LINK (PositionSelectHdl_Impl, weld::ComboBox &, void) | |
DECL_LINK (LineOptHdl_Impl, weld::Toggleable &, void) | |
DECL_LINK (SelectCaptTypeHdl_Impl, ValueSet *, void) | |
Private Attributes | |
Image | m_aBmpCapTypes [CAPTYPE_BITMAPS_COUNT] |
std::vector< OUString > | m_aStrHorzList |
std::vector< OUString > | m_aStrVertList |
SdrCaptionType | nCaptionType |
sal_Int32 | nGap |
SdrCaptionEscDir | nEscDir |
bool | bEscRel |
sal_Int32 | nEscAbs |
sal_Int32 | nEscRel |
sal_Int32 | nLineLen |
bool | bFitLineLen |
sal_uInt16 | nPosition |
sal_uInt16 | nExtension |
const SfxItemSet & | rOutAttrs |
const SdrView * | pView |
std::unique_ptr< weld::MetricSpinButton > | m_xMF_SPACING |
std::unique_ptr< weld::ComboBox > | m_xLB_EXTENSION |
std::unique_ptr< weld::Label > | m_xFT_BYFT |
std::unique_ptr< weld::MetricSpinButton > | m_xMF_BY |
std::unique_ptr< weld::Label > | m_xFT_POSITIONFT |
std::unique_ptr< weld::ComboBox > | m_xLB_POSITION |
std::unique_ptr< weld::ComboBox > | m_xLineTypes |
std::unique_ptr< weld::Label > | m_xFT_LENGTHFT |
std::unique_ptr< weld::MetricSpinButton > | m_xMF_LENGTH |
std::unique_ptr< weld::CheckButton > | m_xCB_OPTIMAL |
std::unique_ptr< ValueSet > | m_xCT_CAPTTYPE |
std::unique_ptr< weld::CustomWeld > | m_xCT_CAPTTYPEWin |
Static Private Attributes | |
static const WhichRangesContainer | pCaptionRanges |
Additional Inherited Members | |
Protected Member Functions inherited from SfxTabPage | |
SfxTabPage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, const SfxItemSet *rAttrSet) | |
sal_uInt16 | GetWhich (sal_uInt16 nSlot, bool bDeep=true) const |
TypedWhichId< T > | GetWhich (TypedWhichId< T > 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 34 of file labdlg.hxx.
SvxCaptionTabPage::SvxCaptionTabPage | ( | weld::Container * | pPage, |
weld::DialogController * | pController, | ||
const SfxItemSet & | rInAttrs | ||
) |
Definition at line 60 of file labdlg.cxx.
References BMP_CAPTTYPE_1, BMP_CAPTTYPE_2, BMP_CAPTTYPE_3, CAPTYPE_BITMAPS_COUNT, FillValueSet(), Size::Height(), Horizontal, i, LINK, m_aBmpCapTypes, m_aStrHorzList, m_aStrVertList, m_xCB_OPTIMAL, m_xCT_CAPTTYPE, m_xCT_CAPTTYPEWin, m_xLB_EXTENSION, m_xLB_POSITION, m_xLineTypes, MM, Type1, WB_DOUBLEBORDER, WB_ITEMBORDER, WB_NAMEFIELD, and Size::Width().
|
overridevirtual |
Definition at line 126 of file labdlg.cxx.
References m_xCT_CAPTTYPE, and m_xCT_CAPTTYPEWin.
void SvxCaptionTabPage::Construct | ( | ) |
Definition at line 132 of file labdlg.cxx.
References DBG_ASSERT, and pView.
|
static |
Definition at line 326 of file labdlg.cxx.
References rOutAttrs.
Referenced by SvxCaptionTabDialog::SvxCaptionTabDialog().
|
private |
|
private |
|
private |
|
private |
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 138 of file labdlg.cxx.
References bEscRel, bFitLineLen, DBG_ASSERT, GetCoreValue(), SfxItemPool::GetMetric(), SfxItemSet::GetPool(), SfxTabPage::GetWhich(), m_xCB_OPTIMAL, m_xCT_CAPTTYPE, m_xLB_POSITION, m_xMF_BY, m_xMF_LENGTH, m_xMF_SPACING, nCaptionType, nEscDir, POS_BOTTOM, POS_MIDDLE, POS_TOP, SfxItemSet::Put(), SDRATTR_CAPTIONESCABS(), SDRATTR_CAPTIONGAP(), and SDRATTR_CAPTIONLINELEN().
void SvxCaptionTabPage::FillValueSet | ( | ) |
Definition at line 445 of file labdlg.cxx.
References BMP_CAPTTYPE_1, BMP_CAPTTYPE_2, BMP_CAPTTYPE_3, m_aBmpCapTypes, and m_xCT_CAPTTYPE.
Referenced by SvxCaptionTabPage().
|
inlinestatic |
Definition at line 84 of file labdlg.hxx.
References pCaptionRanges.
Referenced by SvxCaptionTabDialog::SvxCaptionTabDialog().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 209 of file labdlg.cxx.
References bEscRel, bFitLineLen, DBG_ASSERT, EXT_FROM_LEFT, EXT_FROM_TOP, EXT_HORIZONTAL, EXT_OPTIMAL, EXT_VERTICAL, SfxItemSet::Get(), SfxItemPool::GetMetric(), GetModuleFieldUnit(), SfxItemSet::GetPool(), SfxBoolItem::GetValue(), GetValue(), SfxTabPage::GetWhich(), m_xCB_OPTIMAL, m_xCT_CAPTTYPE, m_xLB_EXTENSION, m_xMF_BY, m_xMF_LENGTH, m_xMF_SPACING, nCaptionType, nEscAbs, nEscDir, nEscRel, nExtension, nGap, nLineLen, nPosition, POS_BOTTOM, POS_MIDDLE, POS_TOP, rOutAttrs, SDRATTR_CAPTIONESCABS(), SDRATTR_CAPTIONESCDIR(), SDRATTR_CAPTIONESCISREL(), SDRATTR_CAPTIONESCREL(), SDRATTR_CAPTIONFITLINELEN(), SDRATTR_CAPTIONGAP(), SDRATTR_CAPTIONLINELEN(), SDRATTR_CAPTIONTYPE(), SetFieldUnit(), SetMetricValue(), SetupExtension_Impl(), and SetupType_Impl().
|
private |
Definition at line 332 of file labdlg.cxx.
References EXT_FROM_LEFT, EXT_FROM_TOP, EXT_HORIZONTAL, EXT_OPTIMAL, EXT_VERTICAL, i, m_aStrHorzList, m_aStrVertList, m_xFT_BYFT, m_xFT_POSITIONFT, m_xLB_POSITION, m_xMF_BY, nEscDir, nPosition, and nType.
Referenced by Reset().
|
private |
Definition at line 426 of file labdlg.cxx.
References m_xCB_OPTIMAL, m_xFT_LENGTHFT, and nType.
Referenced by Reset().
|
inline |
Definition at line 89 of file labdlg.hxx.
References pView.
|
private |
Definition at line 47 of file labdlg.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 51 of file labdlg.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 39 of file labdlg.hxx.
Referenced by FillValueSet(), and SvxCaptionTabPage().
|
private |
Definition at line 41 of file labdlg.hxx.
Referenced by SetupExtension_Impl(), and SvxCaptionTabPage().
|
private |
Definition at line 42 of file labdlg.hxx.
Referenced by SetupExtension_Impl(), and SvxCaptionTabPage().
|
private |
Definition at line 68 of file labdlg.hxx.
Referenced by FillItemSet(), Reset(), SetupType_Impl(), and SvxCaptionTabPage().
|
private |
Definition at line 69 of file labdlg.hxx.
Referenced by FillItemSet(), FillValueSet(), Reset(), SvxCaptionTabPage(), and ~SvxCaptionTabPage().
|
private |
Definition at line 70 of file labdlg.hxx.
Referenced by SvxCaptionTabPage(), and ~SvxCaptionTabPage().
|
private |
Definition at line 61 of file labdlg.hxx.
Referenced by SetupExtension_Impl().
|
private |
Definition at line 66 of file labdlg.hxx.
Referenced by SetupType_Impl().
|
private |
Definition at line 63 of file labdlg.hxx.
Referenced by SetupExtension_Impl().
|
private |
Definition at line 60 of file labdlg.hxx.
Referenced by Reset(), and SvxCaptionTabPage().
|
private |
Definition at line 64 of file labdlg.hxx.
Referenced by FillItemSet(), SetupExtension_Impl(), and SvxCaptionTabPage().
|
private |
Definition at line 65 of file labdlg.hxx.
Referenced by SvxCaptionTabPage().
|
private |
Definition at line 62 of file labdlg.hxx.
Referenced by FillItemSet(), Reset(), and SetupExtension_Impl().
|
private |
Definition at line 67 of file labdlg.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 59 of file labdlg.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 44 of file labdlg.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 48 of file labdlg.hxx.
Referenced by Reset().
|
private |
Definition at line 46 of file labdlg.hxx.
Referenced by FillItemSet(), Reset(), and SetupExtension_Impl().
|
private |
Definition at line 49 of file labdlg.hxx.
Referenced by Reset().
|
private |
Definition at line 54 of file labdlg.hxx.
Referenced by Reset().
|
private |
Definition at line 45 of file labdlg.hxx.
Referenced by Reset().
|
private |
Definition at line 50 of file labdlg.hxx.
Referenced by Reset().
|
private |
Definition at line 53 of file labdlg.hxx.
Referenced by Reset(), and SetupExtension_Impl().
|
staticprivate |
Definition at line 37 of file labdlg.hxx.
Referenced by GetRanges().
|
private |
Definition at line 57 of file labdlg.hxx.
Referenced by Construct(), and SetView().
|
private |
Definition at line 56 of file labdlg.hxx.