LibreOffice Module sw (master) 1
|
#include <wrap.hxx>
Public Member Functions | |
SwWrapTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet) | |
virtual | ~SwWrapTabPage () override |
virtual bool | FillItemSet (SfxItemSet *rSet) override |
virtual void | Reset (const SfxItemSet *rSet) override |
void | SetNewFrame (bool bNewFrame) |
void | SetFormatUsed (bool bFormat, bool bDrawMode) |
void | SetShell (SwWrtShell *pSh) |
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 *rSet) |
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 | SetImages () |
virtual void | ActivatePage (const SfxItemSet &rSet) override |
virtual DeactivateRC | DeactivatePage (SfxItemSet *pSet) override |
DECL_LINK (RangeModifyHdl, weld::MetricSpinButton &, void) | |
DECL_LINK (WrapTypeHdl, weld::Toggleable &, void) | |
DECL_LINK (ContourHdl, weld::Toggleable &, void) | |
Static Private Attributes | |
static const WhichRangesContainer | s_aWrapPageRg |
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 |
SwWrapTabPage::SwWrapTabPage | ( | weld::Container * | pPage, |
weld::DialogController * | pController, | ||
const SfxItemSet & | rSet | ||
) |
Definition at line 64 of file wrap.cxx.
References CM, FLY_AT_PARA, LINK, m_xBottomMarginED, m_xIdealWrapRB, m_xLeftMarginED, m_xNoWrapRB, m_xRightMarginED, m_xTopMarginED, m_xWrapLeftRB, m_xWrapOutlineCB, m_xWrapParallelRB, m_xWrapRightRB, m_xWrapThroughRB, rSet, SfxTabPage::SetExchangeSupport(), and SetImages().
|
overrideprivatevirtual |
Reimplemented from SfxTabPage.
Definition at line 375 of file wrap.cxx.
References SvxSwFrameValidation::bAutoHeight, SvxSwFrameValidation::bFollowTextFlow, SvxSwFrameValidation::bMirror, SfxItemSet::Get(), GetActiveWrtShell(), SwFormatAnchor::GetAnchorId(), SwFormatFrameSize::GetHeightPercent(), SwFormatFrameSize::GetHeightSizeType(), SwFormatHoriOrient::GetHoriOrient(), SfxTabPage::GetItemSet(), SwFormatVertOrient::GetPos(), SwFormatHoriOrient::GetPos(), SwFormatVertOrient::GetRelationOrient(), SwFormatHoriOrient::GetRelationOrient(), SvxSizeItem::GetSize(), SwFormatSurround::GetSurround(), SwFormatVertOrient::GetVertOrient(), SwFormatFrameSize::GetWidthPercent(), Size::Height(), SwFormatHoriOrient::IsPosToggle(), m_bDrawMode, m_bFormat, m_bHtmlMode, m_bNew, m_nAnchorId, m_pWrtSh, m_xBottomMarginED, m_xIdealWrapRB, m_xLeftMarginED, m_xNoWrapRB, m_xRightMarginED, m_xTopMarginED, m_xWrapAnchorOnlyCB, m_xWrapLeftRB, m_xWrapOutlineCB, m_xWrapOutsideCB, m_xWrapParallelRB, m_xWrapRightRB, m_xWrapThroughRB, m_xWrapTransparentCB, Minimum, SvxSwFrameValidation::nAnchorType, SvxSwFrameValidation::nHeight, SvxSwFrameValidation::nHoriOrient, SvxSwFrameValidation::nHPos, SvxSwFrameValidation::nHRelOrient, SvxSwFrameValidation::nMaxHeight, SvxSwFrameValidation::nMaxVPos, SvxSwFrameValidation::nMaxWidth, SvxSwFrameValidation::nMinHPos, SvxSwFrameValidation::nMinVPos, SvxSwFrameValidation::nVertOrient, SvxSwFrameValidation::nVPos, SvxSwFrameValidation::nVRelOrient, SvxSwFrameValidation::nWidth, RES_ANCHOR(), RES_FOLLOW_TEXT_FLOW(), RES_FRM_SIZE(), RES_HORI_ORIENT(), RES_SURROUND(), RES_VERT_ORIENT(), rSet, Size::setHeight(), Size::setWidth(), SwFormatFrameSize::SYNCED, SwFlyFrameAttrMgr::ValidateMetrics(), and Size::Width().
Referenced by Reset().
|
static |
Definition at line 119 of file wrap.cxx.
References rSet.
Referenced by SwFrameDlg::SwFrameDlg(), SwTemplateDlgController::SwTemplateDlgController(), and SwWrapDlg::SwWrapDlg().
|
overrideprivatevirtual |
|
private |
|
private |
|
private |
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 262 of file wrap.cxx.
References Clone(), FN_DRAW_WRAP_DLG, FN_OPAQUE, Get(), SfxItemSet::Get(), SfxTabPage::GetItemSet(), SfxTabPage::GetOldItem(), m_bDrawMode, m_xAllowOverlapCB, m_xBottomMarginED, m_xIdealWrapRB, m_xLeftMarginED, m_xNoWrapRB, m_xRightMarginED, m_xTopMarginED, m_xWrapAnchorOnlyCB, m_xWrapLeftRB, m_xWrapOutlineCB, m_xWrapOutsideCB, m_xWrapParallelRB, m_xWrapRightRB, m_xWrapThroughRB, m_xWrapTransparentCB, SfxItemSet::Put(), RES_LR_SPACE(), RES_OPAQUE(), RES_SURROUND(), RES_UL_SPACE(), RES_WRAP_INFLUENCE_ON_OBJPOS(), rSet, SwFormatWrapInfluenceOnObjPos::SetAllowOverlap(), SwFormatSurround::SetAnchorOnly(), SwFormatSurround::SetContour(), SvxLRSpaceItem::SetLeft(), SvxULSpaceItem::SetLower(), SwFormatSurround::SetOutside(), SvxLRSpaceItem::SetRight(), SwFormatSurround::SetSurround(), SvxULSpaceItem::SetUpper(), and TRISTATE_TRUE.
Referenced by DeactivatePage().
|
inlinestatic |
Definition at line 94 of file wrap.hxx.
References s_aWrapPageRg.
Referenced by SwTemplateDlgController::SwTemplateDlgController().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 124 of file wrap.cxx.
References ActivatePage(), SfxObjectShell::Current(), FN_DRAW_WRAP_DLG, SfxItemSet::Get(), SwFormatWrapInfluenceOnObjPos::GetAllowOverlap(), SwFormatAnchor::GetAnchorId(), GetDfltMetric(), GetHtmlMode(), SwEditShell::GetIMapGraphic(), SvxLRSpaceItem::GetLeft(), SvxULSpaceItem::GetLower(), SvxLRSpaceItem::GetRight(), SwWrtShell::GetSelectionType(), SwFormatSurround::GetSurround(), Graphic::GetType(), SvxULSpaceItem::GetUpper(), Graphic, HTMLMODE_ON, SwFormatSurround::IsAnchorOnly(), SwFormatSurround::IsContour(), SwFormatSurround::IsOutside(), m_bContourImage, m_bDrawMode, m_bFormat, m_bHtmlMode, m_nAnchorId, m_nHtmlMode, m_pWrtSh, m_xAllowOverlapCB, m_xBottomMarginED, m_xIdealWrapRB, m_xLeftMarginED, m_xNoWrapRB, m_xRightMarginED, m_xTopMarginED, m_xWrapAnchorOnlyCB, m_xWrapLeftRB, m_xWrapOutlineCB, m_xWrapOutsideCB, m_xWrapParallelRB, m_xWrapRightRB, m_xWrapThroughRB, m_xWrapTransparentCB, Ole, RES_ANCHOR(), RES_LR_SPACE(), RES_OPAQUE(), RES_SURROUND(), RES_UL_SPACE(), RES_WRAP_INFLUENCE_ON_OBJPOS(), rSet, weld::Toggleable::set_active(), and SetFieldUnit().
|
inline |
Definition at line 96 of file wrap.hxx.
References m_bDrawMode, and m_bFormat.
Referenced by SwWrapDlg::SwWrapDlg().
|
private |
Definition at line 609 of file wrap.cxx.
References m_xIdealWrapImg, m_xNoWrapImg, m_xWrapLeftImg, m_xWrapOutlineCB, m_xWrapParallelImg, m_xWrapRightImg, and m_xWrapThroughImg.
Referenced by SwWrapTabPage().
|
inline |
|
inline |
|
private |
|
private |
Definition at line 46 of file wrap.hxx.
Referenced by ActivatePage(), FillItemSet(), Reset(), and SetFormatUsed().
|
private |
Definition at line 43 of file wrap.hxx.
Referenced by ActivatePage(), Reset(), and SetFormatUsed().
|
private |
Definition at line 45 of file wrap.hxx.
Referenced by ActivatePage(), and Reset().
|
private |
Definition at line 44 of file wrap.hxx.
Referenced by ActivatePage(), and SetNewFrame().
|
private |
Definition at line 38 of file wrap.hxx.
Referenced by ActivatePage(), and Reset().
|
private |
|
private |
Definition at line 41 of file wrap.hxx.
Referenced by ActivatePage(), Reset(), and SetShell().
|
private |
Definition at line 74 of file wrap.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 67 of file wrap.hxx.
Referenced by ActivatePage(), FillItemSet(), Reset(), and SwWrapTabPage().
|
private |
Definition at line 60 of file wrap.hxx.
Referenced by SetImages().
|
private |
Definition at line 61 of file wrap.hxx.
Referenced by ActivatePage(), FillItemSet(), Reset(), and SwWrapTabPage().
|
private |
Definition at line 64 of file wrap.hxx.
Referenced by ActivatePage(), FillItemSet(), Reset(), and SwWrapTabPage().
|
private |
Definition at line 50 of file wrap.hxx.
Referenced by SetImages().
|
private |
Definition at line 51 of file wrap.hxx.
Referenced by ActivatePage(), FillItemSet(), Reset(), and SwWrapTabPage().
|
private |
Definition at line 65 of file wrap.hxx.
Referenced by ActivatePage(), FillItemSet(), Reset(), and SwWrapTabPage().
|
private |
Definition at line 66 of file wrap.hxx.
Referenced by ActivatePage(), FillItemSet(), Reset(), and SwWrapTabPage().
|
private |
Definition at line 70 of file wrap.hxx.
Referenced by ActivatePage(), FillItemSet(), and Reset().
|
private |
Definition at line 52 of file wrap.hxx.
Referenced by SetImages().
|
private |
Definition at line 53 of file wrap.hxx.
Referenced by ActivatePage(), FillItemSet(), Reset(), and SwWrapTabPage().
|
private |
Definition at line 72 of file wrap.hxx.
Referenced by ActivatePage(), FillItemSet(), Reset(), SetImages(), and SwWrapTabPage().
|
private |
Definition at line 73 of file wrap.hxx.
Referenced by ActivatePage(), FillItemSet(), and Reset().
|
private |
Definition at line 56 of file wrap.hxx.
Referenced by SetImages().
|
private |
Definition at line 57 of file wrap.hxx.
Referenced by ActivatePage(), FillItemSet(), Reset(), and SwWrapTabPage().
|
private |
Definition at line 54 of file wrap.hxx.
Referenced by SetImages().
|
private |
Definition at line 55 of file wrap.hxx.
Referenced by ActivatePage(), FillItemSet(), Reset(), and SwWrapTabPage().
|
private |
Definition at line 58 of file wrap.hxx.
Referenced by SetImages().
|
private |
Definition at line 59 of file wrap.hxx.
Referenced by ActivatePage(), FillItemSet(), Reset(), and SwWrapTabPage().
|
private |
Definition at line 71 of file wrap.hxx.
Referenced by ActivatePage(), FillItemSet(), and Reset().
|
staticprivate |
Definition at line 84 of file wrap.hxx.
Referenced by GetRanges().