Searched refs:SvxRelativeField (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/svx/source/dialog/ |
H A D | relfld.cxx | 34 SvxRelativeField::SvxRelativeField( Window* pParent, WinBits nWinSize ) : in SvxRelativeField() function in SvxRelativeField 48 SvxRelativeField::SvxRelativeField( Window* pParent, const ResId& rResId ) : in SvxRelativeField() function in SvxRelativeField 62 void SvxRelativeField::Modify() in Modify() 103 void SvxRelativeField::EnableRelativeMode( sal_uInt16 nMin, in EnableRelativeMode() 115 void SvxRelativeField::SetRelative( sal_Bool bNewRelative ) in SetRelative()
|
/aoo41x/main/svx/source/sidebar/paragraph/ |
H A D | ParaPropertyPanel.hxx | 116 ::boost::scoped_ptr<SvxRelativeField> mpTopDist; 117 ::boost::scoped_ptr<SvxRelativeField> mpBottomDist; 125 ::boost::scoped_ptr<SvxRelativeField> mpLeftIndent; 126 ::boost::scoped_ptr<SvxRelativeField> mpRightIndent; 127 ::boost::scoped_ptr<SvxRelativeField> mpFLineIndent; 228 DECL_LINK(ModifyIndentHdl_Impl, SvxRelativeField*); 231 DECL_LINK(ULSpaceHdl_Impl, SvxRelativeField*);
|
H A D | ParaPropertyPanel.cxx | 865 IMPL_LINK( ParaPropertyPanel, ModifyIndentHdl_Impl, SvxRelativeField*, /* pBox */ ) 1006 IMPL_LINK( ParaPropertyPanel, ULSpaceHdl_Impl, SvxRelativeField*, /* pBox */) 1608 mpTopDist (new SvxRelativeField(this, SVX_RES(MF_ABOVE_PARASPACING))), in ParaPropertyPanel() 1609 mpBottomDist (new SvxRelativeField(this, SVX_RES(MF_BELOW_PARASPACING))), in ParaPropertyPanel() 1617 mpLeftIndent (new SvxRelativeField(this, SVX_RES(MF_BEFORE_INDENT))), in ParaPropertyPanel() 1618 mpRightIndent (new SvxRelativeField(this, SVX_RES(MF_AFTER_INDENT))), in ParaPropertyPanel() 1619 mpFLineIndent (new SvxRelativeField(this, SVX_RES(MF_FL_INDENT))), in ParaPropertyPanel()
|
/aoo41x/main/cui/source/inc/ |
H A D | paragrph.hxx | 73 SvxRelativeField aLeftIndent; 76 SvxRelativeField aRightIndent; 79 SvxRelativeField aFLineIndent; 86 SvxRelativeField aTopDist; 88 SvxRelativeField aBottomDist; 116 DECL_LINK( ModifyHdl_Impl, SvxRelativeField* );
|
/aoo41x/main/svx/inc/svx/ |
H A D | relfld.hxx | 42 class SVX_DLLPUBLIC SvxRelativeField : public MetricField class 56 SvxRelativeField( Window* pParent, WinBits nWinStyle = 0 ); 57 SvxRelativeField( Window* pParent, const ResId& rResId );
|
/aoo41x/main/cui/source/tabpages/ |
H A D | paragrph.cxx | 853 IMPL_LINK_INLINE_START( SvxStdParagraphTabPage, ModifyHdl_Impl, SvxRelativeField *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument 858 IMPL_LINK_INLINE_END( SvxStdParagraphTabPage, ModifyHdl_Impl, SvxRelativeField *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument
|
Completed in 33 milliseconds