LibreOffice Module sw (master) 1
|
This is the Position & Size tab page of the Insert -> Frame -> Frame dialog. More...
#include <frmpage.hxx>
Public Member Functions | |
SwFramePage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet) | |
virtual | ~SwFramePage () override |
virtual bool | FillItemSet (SfxItemSet *rSet) override |
virtual void | Reset (const SfxItemSet *rSet) override |
void | SetNewFrame (bool bNewFrame) |
void | SetFormatUsed (bool bFormat) |
void | SetFrameType (const OUString &rType) |
bool | IsInGraficMode () const |
void | EnableVerticalPositioning (bool bEnable) |
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 | |
virtual void | ActivatePage (const SfxItemSet &rSet) override |
virtual DeactivateRC | DeactivatePage (SfxItemSet *pSet) override |
DECL_LINK (RangeModifyClickHdl, weld::Toggleable &, void) | |
void | RangeModifyHdl () |
DECL_LINK (AnchorTypeHdl, weld::Toggleable &, void) | |
DECL_LINK (PosHdl, weld::ComboBox &, void) | |
DECL_LINK (RelHdl, weld::ComboBox &, void) | |
void | InitPos (RndStdIds eId, sal_Int16 nH, sal_Int16 nHRel, sal_Int16 nV, sal_Int16 nVRel, tools::Long nX, tools::Long nY) |
DECL_LINK (RealSizeHdl, weld::Button &, void) | |
DECL_LINK (RelSizeClickHdl, weld::Toggleable &, void) | |
DECL_LINK (MirrorHdl, weld::Toggleable &, void) | |
DECL_LINK (AutoWidthClickHdl, weld::Toggleable &, void) | |
DECL_LINK (AutoHeightClickHdl, weld::Toggleable &, void) | |
void | UpdateExample () |
DECL_LINK (ModifyHdl, weld::MetricSpinButton &, void) | |
void | Init (const SfxItemSet &rSet) |
sal_Int32 | FillPosLB (const FrameMap *_pMap, const sal_Int16 _nAlign, const sal_Int16 _nRel, weld::ComboBox &_rLB) |
void | FillRelLB (const FrameMap *_pMap, const sal_uInt16 _nLBSelPos, const sal_Int16 _nAlign, const sal_Int16 _nRel, weld::ComboBox &_rLB, weld::Label &_rFT) |
RndStdIds | GetAnchor () const |
void | setOptimalFrameWidth () |
void | setOptimalRelWidth () |
void | EnableGraficMode () |
SwWrtShell * | getFrameDlgParentShell () |
Static Private Member Functions | |
static sal_Int32 | GetMapPos (const FrameMap *pMap, const weld::ComboBox &rAlignLB) |
static sal_Int16 | GetAlignment (FrameMap const *pMap, sal_Int32 nMapPos, const weld::ComboBox &rRelationLB) |
static sal_Int16 | GetRelation (const weld::ComboBox &rRelationLB) |
Static Private Attributes | |
static const WhichRangesContainer | s_aPageRg |
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 |
This is the Position & Size tab page of the Insert -> Frame -> Frame dialog.
Definition at line 38 of file frmpage.hxx.
SwFramePage::SwFramePage | ( | weld::Container * | pPage, |
weld::DialogController * | pController, | ||
const SfxItemSet & | rSet | ||
) |
Definition at line 621 of file frmpage.cxx.
References CENTER, CM, FRAME, comphelper::LibreOfficeKit::isActive(), LINK, m_xAnchorAsCharRB, m_xAnchorAtCharRB, m_xAnchorAtFrameRB, m_xAnchorAtPageRB, m_xAnchorAtParaRB, m_xAtHorzPosED, m_xAtVertPosED, m_xAutoHeightCB, m_xAutoWidthCB, m_xFollowTextFlowCB, m_xHeightED, m_xHoriRelationLB, m_xHorizontalDLB, m_xMirrorPagesCB, m_xRelHeightCB, m_xRelWidthCB, m_xVerticalDLB, m_xVertRelationLB, m_xWidthED, rSet, SfxTabPage::SetExchangeSupport(), setOptimalFrameWidth(), setOptimalRelWidth(), text(), and TOP.
|
overridevirtual |
Definition at line 729 of file frmpage.cxx.
|
overrideprivatevirtual |
Reimplemented from SfxTabPage.
Definition at line 1741 of file frmpage.cxx.
References Init(), m_bNoModifyHdl, m_xFlySplitCB, m_xFollowTextFlowCB, m_xHeightED, m_xWidthED, RangeModifyHdl(), and rSet.
|
static |
Definition at line 868 of file frmpage.cxx.
References rSet.
Referenced by SwFrameDlg::SwFrameDlg(), and SwTemplateDlgController::SwTemplateDlgController().
|
overrideprivatevirtual |
Reimplemented from SfxTabPage.
Definition at line 1756 of file frmpage.cxx.
References FillItemSet(), GetActiveWrtShell(), GetAnchor(), getFrameDlgParentShell(), SwFEShell::GetPhyPageNum(), m_bFormat, and SfxItemSet::Put().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 873 of file frmpage.cxx.
References m_xAutoHeightCB, m_xAutoWidthCB, m_xHeightAutoFT, m_xHeightFT, m_xRealSizeBT, m_xWidthAutoFT, and m_xWidthFT.
Referenced by Reset().
void SwFramePage::EnableVerticalPositioning | ( | bool | bEnable | ) |
Definition at line 2354 of file frmpage.cxx.
References m_bAllowVertPositioning, m_xAtVertPosED, m_xAtVertPosFT, m_xVerticalDLB, m_xVerticalFT, m_xVertRelationFT, and m_xVertRelationLB.
Referenced by Reset().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 1084 of file frmpage.cxx.
References Fixed, FN_HORI_ORIENT, FN_KEEP_ASPECT_RATIO, FN_VERT_ORIENT, SfxItemSet::Get(), GetActiveWrtShell(), GetAlignment(), GetAnchor(), getFrameDlgParentShell(), SvxSizeItem::GetHeight(), SwFormatFrameSize::GetHeightPercent(), SwFormatFrameSize::GetHeightSizeType(), SfxTabPage::GetItemSet(), GetMapPos(), SfxTabPage::GetOldItem(), SwFEShell::GetPhyPageNum(), SwFormatVertOrient::GetPos(), GetRelation(), SwFormatVertOrient::GetRelationOrient(), SwFormatVertOrient::GetVertOrient(), SvxSizeItem::GetWidth(), SwFormatFrameSize::GetWidthPercent(), SwFormatFrameSize::GetWidthSizeType(), IsInGraficMode(), m_bAtHorzPosModified, m_bAtVertPosModified, m_bFormat, m_bNew, m_nOldH, m_nOldV, m_pHMap, m_pVMap, m_xAtHorzPosED, m_xAtVertPosED, m_xAutoHeightCB, m_xAutoWidthCB, m_xFixedRatioCB, m_xFlySplitCB, m_xFollowTextFlowCB, m_xHeightED, m_xHoriRelationLB, m_xHorizontalDLB, m_xMirrorPagesCB, m_xRelHeightCB, m_xRelHeightRelationLB, m_xRelWidthCB, m_xRelWidthRelationLB, m_xVerticalDLB, m_xVertRelationLB, m_xWidthED, MAX_PERCENT_HEIGHT, MAX_PERCENT_WIDTH, min(), Minimum, SwPostItHelper::NONE, SfxItemSet::Put(), RES_ANCHOR(), RES_FRM_SIZE(), RES_HORI_ORIENT(), RES_VERT_ORIENT(), rSet, SvxSizeItem::SetHeight(), SwFormatFrameSize::SetHeightPercent(), SwFormatFrameSize::SetHeightPercentRelation(), SwFormatFrameSize::SetHeightSizeType(), SwFormatHoriOrient::SetHoriOrient(), SwFormatVertOrient::SetPos(), SwFormatHoriOrient::SetPos(), SwFormatHoriOrient::SetPosToggle(), SwFormatVertOrient::SetRelationOrient(), SwFormatHoriOrient::SetRelationOrient(), SwFormatVertOrient::SetVertOrient(), SvxSizeItem::SetWidth(), SwFormatFrameSize::SetWidthPercent(), SwFormatFrameSize::SetWidthPercentRelation(), SwFormatFrameSize::SetWidthSizeType(), SwFormatFrameSize::SYNCED, and Variable.
Referenced by DeactivatePage().
|
private |
Definition at line 1415 of file frmpage.cxx.
References weld::ComboBox::append_text(), aVCharMap, weld::ComboBox::clear(), FrameMap::eMirrorStrId, FrameMap::eStrId, weld::ComboBox::find_text(), weld::ComboBox::get_active(), weld::ComboBox::get_active_text(), weld::ComboBox::get_count(), GetMapPos(), SvxSwFramePosString::GetString(), i, lcl_ChangeResIdToVerticalOrRTL(), lcl_GetFrameMapCount(), lcl_GetLBRelationsForRelations(), m_bIsInRightToLeft, m_bIsVerticalFrame, m_bIsVerticalL2R, m_xMirrorPagesCB, nCount, SwPostItHelper::NONE, weld::ComboBox::set_active(), and weld::ComboBox::set_active_text().
Referenced by InitPos().
|
private |
Definition at line 1469 of file frmpage.cxx.
References aAsCharRelationMap, weld::ComboBox::append(), aRelationMap, aVAsCharHtmlMap, aVAsCharMap, aVCharMap, weld::ComboBox::clear(), FrameMap::eMirrorStrId, FrameMap::eStrId, weld::ComboBox::get_active(), weld::ComboBox::get_active_text(), weld::ComboBox::get_count(), weld::ComboBox::get_id(), SvxSwFramePosString::GetString(), i, lcl_ChangeResIdToVerticalOrRTL(), lcl_GetFrameMapCount(), lcl_GetLBRelationsForStrID(), m_bAllowVertPositioning, m_bIsInRightToLeft, m_bIsVerticalFrame, m_bIsVerticalL2R, m_xMirrorPagesCB, m_xVertRelationLB, nBit, FrameMap::nLBRelations, SwPostItHelper::NONE, weld::ComboBox::set_active(), weld::ComboBox::set_active_text(), weld::Widget::set_sensitive(), and weld::toId().
Referenced by InitPos().
|
staticprivate |
Definition at line 1652 of file frmpage.cxx.
References aVAsCharHtmlMap, aVAsCharMap, aVCharMap, FrameMap::eStrId, weld::ComboBox::get_active(), weld::ComboBox::get_active_id(), i, lcl_GetFrameMapCount(), o3tl::make_unsigned(), and FrameMap::nAlign.
Referenced by FillItemSet(), RangeModifyHdl(), and UpdateExample().
|
private |
Definition at line 1718 of file frmpage.cxx.
References m_xAnchorAsCharRB, m_xAnchorAtCharRB, m_xAnchorAtFrameRB, and m_xAnchorAtParaRB.
Referenced by DeactivatePage(), FillItemSet(), Init(), RangeModifyHdl(), and UpdateExample().
|
private |
Definition at line 890 of file frmpage.cxx.
References SfxTabPage::GetDialogController().
Referenced by DeactivatePage(), FillItemSet(), Init(), RangeModifyHdl(), and Reset().
|
staticprivate |
Definition at line 1685 of file frmpage.cxx.
References aVAsCharHtmlMap, aVAsCharMap, MnemonicGenerator::EraseAllMnemonicChars(), FrameMap::eStrId, weld::ComboBox::get_active(), weld::ComboBox::get_active_text(), SvxSwFramePosString::GetString(), i, and lcl_GetFrameMapCount().
Referenced by FillItemSet(), FillPosLB(), RangeModifyHdl(), and UpdateExample().
|
inlinestatic |
Definition at line 184 of file frmpage.hxx.
References s_aPageRg.
Referenced by SwTemplateDlgController::SwTemplateDlgController().
|
staticprivate |
Definition at line 1640 of file frmpage.cxx.
References weld::ComboBox::get_active(), weld::ComboBox::get_id(), and nPos.
Referenced by FillItemSet(), RangeModifyHdl(), and UpdateExample().
|
private |
Definition at line 2165 of file frmpage.cxx.
References FitToActualSize(), Fixed, FN_KEEP_ASPECT_RATIO, SfxItemSet::Get(), GetAnchor(), SwFormat::GetChain(), SwFEShell::GetFlyFrameFormat(), getFrameDlgParentShell(), SvxSizeItem::GetHeight(), SwFormatFrameSize::GetHeightPercent(), SwFormatFrameSize::GetHeightPercentRelation(), SwFormatFrameSize::GetHeightSizeType(), SwFormatHoriOrient::GetHoriOrient(), SfxItemSet::GetItemState(), SvxULSpaceItem::GetLower(), SwFormatChain::GetNext(), SwEditShell::GetOLEObject(), SwFormatVertOrient::GetPos(), SwFormatHoriOrient::GetPos(), SwFormatVertOrient::GetRelationOrient(), SwFormatHoriOrient::GetRelationOrient(), SwFormatSurround::GetSurround(), SvxULSpaceItem::GetUpper(), SwFormatVertOrient::GetVertOrient(), SvxSizeItem::GetWidth(), SwFormatFrameSize::GetWidthPercent(), SwFormatFrameSize::GetWidthPercentRelation(), SwFormatFrameSize::GetWidthSizeType(), InitPos(), IsInGraficMode(), SwFormatHoriOrient::IsPosToggle(), SwFEShell::IsSelObjProtected(), LONG_MAX, m_aExampleWN, m_bFormat, m_bNew, m_nLowerBorder, m_nOldH, m_nOldHRel, m_nOldV, m_nOldVRel, m_nUpperBorder, m_sDlgType, m_xAutoHeightCB, m_xAutoWidthCB, m_xFixedRatioCB, m_xHeightAutoFT, m_xHeightED, m_xHeightFT, m_xMirrorPagesCB, m_xRealSizeBT, m_xRelHeightCB, m_xRelHeightRelationLB, m_xRelWidthCB, m_xRelWidthRelationLB, m_xWidthAutoFT, m_xWidthED, m_xWidthFT, n1, n2, n3, NONE, RangeModifyHdl(), RES_COL(), RES_FRM_SIZE(), RES_HORI_ORIENT(), RES_OPAQUE(), RES_SURROUND(), RES_UL_SPACE(), RES_VERT_ORIENT(), rSet, SwFrameExample::SetTransparent(), SwFrameExample::SetWrap(), SO3_SM_CLASSID_30, SO3_SM_CLASSID_40, SO3_SM_CLASSID_50, SO3_SM_CLASSID_60, SwFormatFrameSize::SYNCED, and Variable.
Referenced by ActivatePage(), and Reset().
|
private |
Definition at line 1289 of file frmpage.cxx.
References aHCharHtmlAbsMap, aHCharMap, aHFlyHtmlMap, aHFrameMap, aHPageHtmlMap, aHPageMap, aHParaHtmlAbsMap, aHParaMap, aVAsCharHtmlMap, aVAsCharMap, aVCharHtmlAbsMap, aVCharMap, aVFlyHtmlMap, aVFrameMap, aVPageHtmlMap, aVPageMap, aVParaHtmlMap, aVParaMap, FillPosLB(), FillRelLB(), LONG_MAX, m_bAllowVertPositioning, m_bHtmlMode, m_nOldH, m_nOldHRel, m_nOldV, m_nOldVRel, m_pHMap, m_pVMap, m_xAtHorzPosED, m_xAtHorzPosFT, m_xAtVertPosED, m_xAtVertPosFT, m_xHoriRelationFT, m_xHoriRelationLB, m_xHorizontalDLB, m_xHorizontalFT, m_xVerticalDLB, m_xVertRelationFT, m_xVertRelationLB, FrameMap::nAlign, SwPostItHelper::NONE, nPos, and UpdateExample().
Referenced by Init().
|
inline |
Definition at line 192 of file frmpage.hxx.
References m_sDlgType.
Referenced by FillItemSet(), and Init().
|
private |
Definition at line 1818 of file frmpage.cxx.
References SvxSwFrameValidation::aPercentSize, SvxSwFrameValidation::bAutoHeight, SvxSwFrameValidation::bFollowTextFlow, SvxSwFrameValidation::bMirror, SfxItemSet::Get(), GetActiveWrtShell(), GetAlignment(), GetAnchor(), SwFormatCol::GetColumns(), SfxTabPage::GetDialogExampleSet(), getFrameDlgParentShell(), SfxTabPage::GetItemSet(), GetMapPos(), GetRelation(), Size::Height(), i, m_bFormat, m_bNew, m_bNoModifyHdl, m_nLowerBorder, m_nUpperBorder, m_pHMap, m_pVMap, m_sDlgType, m_xAtHorzPosED, m_xAtVertPosED, m_xAutoHeightCB, m_xFollowTextFlowCB, m_xHeightED, m_xHoriRelationLB, m_xHorizontalDLB, m_xMirrorPagesCB, m_xVerticalDLB, m_xVertRelationLB, m_xWidthED, min(), MINFLY, mpToCharContentPos, SvxSwFrameValidation::nAnchorType, SvxSwFrameValidation::nHeight, SvxSwFrameValidation::nHoriOrient, SvxSwFrameValidation::nHPos, SvxSwFrameValidation::nHRelOrient, SvxSwFrameValidation::nMaxHeight, SvxSwFrameValidation::nMaxHPos, SvxSwFrameValidation::nMaxVPos, SvxSwFrameValidation::nMaxWidth, SvxSwFrameValidation::nMinHeight, SvxSwFrameValidation::nMinHPos, SvxSwFrameValidation::nMinVPos, SvxSwFrameValidation::nMinWidth, SwPostItHelper::NONE, SvxSwFrameValidation::nVertOrient, SvxSwFrameValidation::nVPos, SvxSwFrameValidation::nVRelOrient, SvxSwFrameValidation::nWidth, RES_COL(), SwFlyFrameAttrMgr::ValidateMetrics(), and Size::Width().
Referenced by ActivatePage(), Init(), and Reset().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 895 of file frmpage.cxx.
References EnableGraficMode(), EnableVerticalPositioning(), FN_KEEP_ASPECT_RATIO, FN_MATH_BASELINE_ALIGNMENT, FN_OLE_IS_MATH, SfxItemSet::Get(), GetActiveWrtShell(), SwFormatAnchor::GetAnchorId(), SwFormatAnchor::GetAnchorNode(), GetDfltMetric(), SwView::GetDocShell(), SwFEShell::GetFlyFrameFormat(), getFrameDlgParentShell(), SwEditShell::GetGrfSize(), SvxSizeItem::GetHeight(), SwFormatFrameSize::GetHeightPercent(), GetHtmlMode(), SfxItemSet::GetItemIfSet(), SfxItemSet::GetItemState(), SvxSwFramePosString::GetString(), SwWrtShell::GetView(), SvxSizeItem::GetWidth(), SwFormatFrameSize::GetWidthPercent(), HTMLMODE_ON, Init(), SwFEShell::IsFlyInFly(), SwFEShell::IsFrameVertical(), LINK, m_aGrfSize, m_bFormat, m_bHtmlMode, m_bIsInRightToLeft, m_bIsMathBaselineAlignment, m_bIsMathOLE, m_bIsVerticalFrame, m_bIsVerticalL2R, m_bNew, m_bNoModifyHdl, m_fWidthHeightRatio, m_nHtmlMode, m_sDlgType, m_xAnchorAsCharRB, m_xAnchorAtCharRB, m_xAnchorAtFrameRB, m_xAnchorAtPageRB, m_xAnchorAtParaRB, m_xAtHorzPosED, m_xAtVertPosED, m_xAutoHeightCB, m_xAutoWidthCB, m_xFixedRatioCB, m_xFlySplitCB, m_xFollowTextFlowCB, m_xHeightED, m_xHorizontalFT, m_xMirrorPagesCB, m_xRealSizeBT, m_xRelHeightRelationLB, m_xRelWidthRelationLB, m_xVerticalFT, m_xWidthED, mpToCharContentPos, RangeModifyHdl(), RES_ANCHOR(), RES_FLY_SPLIT(), RES_FOLLOW_TEXT_FLOW(), RES_FRM_SIZE(), rSet, SwResId(), and SwFormatFrameSize::SYNCED.
void SwFramePage::SetFormatUsed | ( | bool | bFormat | ) |
Definition at line 2347 of file frmpage.cxx.
References m_bFormat, and m_xAnchorAtFrameRB.
|
inline |
Definition at line 191 of file frmpage.hxx.
References m_sDlgType.
|
inline |
Definition at line 189 of file frmpage.hxx.
References m_bNew.
|
private |
Definition at line 742 of file frmpage.cxx.
References aHCharHtmlAbsMap, aHCharHtmlMap, aHCharMap, aHFlyHtmlMap, aHFrameMap, aHPageHtmlMap, aHPageMap, aHParaHtmlAbsMap, aHParaHtmlMap, aHParaMap, aVAsCharHtmlMap, aVAsCharMap, aVCharHtmlAbsMap, aVCharHtmlMap, aVCharMap, aVFlyHtmlMap, aVFrameMap, aVPageHtmlMap, aVPageMap, aVParaHtmlMap, aVParaMap, SvxSwFramePosString::GetString(), m_xHorizontalDLB, m_xVerticalDLB, and Size::Width().
Referenced by SwFramePage().
|
private |
Definition at line 835 of file frmpage.cxx.
References aAsCharRelationMap, aRelationMap, SvxSwFramePosString::GetString(), m_xHoriRelationLB, m_xRelHeightRelationLB, m_xRelWidthRelationLB, m_xVertRelationLB, SAL_N_ELEMENTS, and Size::Width().
Referenced by SwFramePage().
|
private |
Definition at line 2138 of file frmpage.cxx.
References GetAlignment(), GetAnchor(), GetMapPos(), GetRelation(), m_aExampleWN, m_pHMap, m_pVMap, m_xAtHorzPosED, m_xAtVertPosED, m_xHoriRelationLB, m_xHorizontalDLB, m_xVerticalDLB, m_xVertRelationLB, nPos, SwFrameExample::SetAnchor(), SwFrameExample::SetHAlign(), SwFrameExample::SetHoriRel(), SwFrameExample::SetRelPos(), SwFrameExample::SetVAlign(), and SwFrameExample::SetVertRel().
Referenced by InitPos().
|
private |
Definition at line 75 of file frmpage.hxx.
Referenced by Init(), and UpdateExample().
|
private |
Definition at line 53 of file frmpage.hxx.
Referenced by Reset().
|
private |
Definition at line 71 of file frmpage.hxx.
Referenced by EnableVerticalPositioning(), FillRelLB(), and InitPos().
|
private |
Definition at line 40 of file frmpage.hxx.
Referenced by FillItemSet().
|
private |
Definition at line 41 of file frmpage.hxx.
Referenced by FillItemSet().
|
private |
Definition at line 43 of file frmpage.hxx.
Referenced by DeactivatePage(), FillItemSet(), Init(), RangeModifyHdl(), Reset(), and SetFormatUsed().
|
private |
Definition at line 50 of file frmpage.hxx.
|
private |
Definition at line 49 of file frmpage.hxx.
Referenced by FillPosLB(), FillRelLB(), and Reset().
|
private |
Definition at line 73 of file frmpage.hxx.
Referenced by Reset().
|
private |
Definition at line 72 of file frmpage.hxx.
Referenced by Reset().
|
private |
Definition at line 46 of file frmpage.hxx.
Referenced by FillPosLB(), FillRelLB(), and Reset().
|
private |
Definition at line 48 of file frmpage.hxx.
Referenced by FillPosLB(), FillRelLB(), and Reset().
|
private |
Definition at line 44 of file frmpage.hxx.
Referenced by FillItemSet(), Init(), RangeModifyHdl(), Reset(), and SetNewFrame().
|
private |
Definition at line 45 of file frmpage.hxx.
Referenced by ActivatePage(), RangeModifyHdl(), and Reset().
|
private |
Definition at line 56 of file frmpage.hxx.
Referenced by Reset().
|
private |
Definition at line 51 of file frmpage.hxx.
Referenced by Reset().
|
private |
Definition at line 55 of file frmpage.hxx.
Referenced by Init(), and RangeModifyHdl().
|
private |
Definition at line 63 of file frmpage.hxx.
Referenced by FillItemSet(), Init(), and InitPos().
|
private |
Definition at line 64 of file frmpage.hxx.
|
private |
Definition at line 65 of file frmpage.hxx.
Referenced by FillItemSet(), Init(), and InitPos().
|
private |
Definition at line 66 of file frmpage.hxx.
|
private |
Definition at line 54 of file frmpage.hxx.
Referenced by Init(), and RangeModifyHdl().
|
private |
Definition at line 69 of file frmpage.hxx.
Referenced by FillItemSet(), InitPos(), RangeModifyHdl(), and UpdateExample().
|
private |
Definition at line 68 of file frmpage.hxx.
Referenced by FillItemSet(), InitPos(), RangeModifyHdl(), and UpdateExample().
|
private |
Definition at line 52 of file frmpage.hxx.
Referenced by Init(), IsInGraficMode(), RangeModifyHdl(), Reset(), and SetFrameType().
|
private |
Definition at line 98 of file frmpage.hxx.
Referenced by GetAnchor(), Reset(), and SwFramePage().
|
private |
Definition at line 97 of file frmpage.hxx.
Referenced by GetAnchor(), Reset(), and SwFramePage().
|
private |
Definition at line 99 of file frmpage.hxx.
Referenced by GetAnchor(), Reset(), SetFormatUsed(), and SwFramePage().
|
private |
Definition at line 95 of file frmpage.hxx.
Referenced by Reset(), and SwFramePage().
|
private |
Definition at line 96 of file frmpage.hxx.
Referenced by GetAnchor(), Reset(), and SwFramePage().
|
private |
Definition at line 94 of file frmpage.hxx.
|
private |
Definition at line 105 of file frmpage.hxx.
Referenced by FillItemSet(), InitPos(), RangeModifyHdl(), Reset(), SwFramePage(), and UpdateExample().
|
private |
Definition at line 104 of file frmpage.hxx.
Referenced by InitPos().
|
private |
Definition at line 114 of file frmpage.hxx.
Referenced by EnableVerticalPositioning(), FillItemSet(), InitPos(), RangeModifyHdl(), Reset(), SwFramePage(), and UpdateExample().
|
private |
Definition at line 113 of file frmpage.hxx.
Referenced by EnableVerticalPositioning(), and InitPos().
|
private |
Definition at line 88 of file frmpage.hxx.
Referenced by EnableGraficMode(), FillItemSet(), Init(), RangeModifyHdl(), Reset(), and SwFramePage().
|
private |
Definition at line 82 of file frmpage.hxx.
Referenced by EnableGraficMode(), FillItemSet(), Init(), Reset(), and SwFramePage().
|
private |
Definition at line 122 of file frmpage.hxx.
|
private |
Definition at line 90 of file frmpage.hxx.
Referenced by FillItemSet(), Init(), and Reset().
|
private |
Definition at line 119 of file frmpage.hxx.
Referenced by ActivatePage(), FillItemSet(), and Reset().
|
private |
Definition at line 118 of file frmpage.hxx.
Referenced by ActivatePage(), FillItemSet(), RangeModifyHdl(), Reset(), and SwFramePage().
|
private |
Definition at line 85 of file frmpage.hxx.
Referenced by EnableGraficMode(), and Init().
|
private |
Definition at line 125 of file frmpage.hxx.
Referenced by ActivatePage(), FillItemSet(), Init(), RangeModifyHdl(), Reset(), and SwFramePage().
|
private |
Definition at line 84 of file frmpage.hxx.
Referenced by EnableGraficMode(), and Init().
|
private |
Definition at line 106 of file frmpage.hxx.
Referenced by InitPos().
|
private |
Definition at line 107 of file frmpage.hxx.
Referenced by FillItemSet(), InitPos(), RangeModifyHdl(), setOptimalRelWidth(), SwFramePage(), and UpdateExample().
|
private |
Definition at line 103 of file frmpage.hxx.
Referenced by FillItemSet(), InitPos(), RangeModifyHdl(), setOptimalFrameWidth(), SwFramePage(), and UpdateExample().
|
private |
Definition at line 102 of file frmpage.hxx.
|
private |
Definition at line 109 of file frmpage.hxx.
Referenced by FillItemSet(), FillPosLB(), FillRelLB(), Init(), RangeModifyHdl(), Reset(), and SwFramePage().
|
private |
Definition at line 91 of file frmpage.hxx.
Referenced by EnableGraficMode(), Init(), and Reset().
|
private |
Definition at line 86 of file frmpage.hxx.
Referenced by FillItemSet(), Init(), and SwFramePage().
|
private |
Definition at line 87 of file frmpage.hxx.
Referenced by FillItemSet(), Init(), Reset(), and setOptimalRelWidth().
|
private |
Definition at line 80 of file frmpage.hxx.
Referenced by FillItemSet(), Init(), and SwFramePage().
|
private |
Definition at line 81 of file frmpage.hxx.
Referenced by FillItemSet(), Init(), Reset(), and setOptimalRelWidth().
|
private |
Definition at line 112 of file frmpage.hxx.
Referenced by EnableVerticalPositioning(), FillItemSet(), InitPos(), RangeModifyHdl(), setOptimalFrameWidth(), SwFramePage(), and UpdateExample().
|
private |
Definition at line 111 of file frmpage.hxx.
Referenced by EnableVerticalPositioning(), and Reset().
|
private |
Definition at line 115 of file frmpage.hxx.
Referenced by EnableVerticalPositioning(), and InitPos().
|
private |
Definition at line 116 of file frmpage.hxx.
Referenced by EnableVerticalPositioning(), FillItemSet(), FillRelLB(), InitPos(), RangeModifyHdl(), setOptimalRelWidth(), SwFramePage(), and UpdateExample().
|
private |
Definition at line 79 of file frmpage.hxx.
Referenced by EnableGraficMode(), and Init().
|
private |
Definition at line 124 of file frmpage.hxx.
Referenced by ActivatePage(), FillItemSet(), Init(), RangeModifyHdl(), Reset(), and SwFramePage().
|
private |
Definition at line 78 of file frmpage.hxx.
Referenced by EnableGraficMode(), and Init().
|
private |
Definition at line 60 of file frmpage.hxx.
Referenced by RangeModifyHdl(), and Reset().
|
staticprivate |
Definition at line 177 of file frmpage.hxx.
Referenced by GetRanges().