Home
last modified time | relevance | path

Searched refs:SvxRelativeField (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svx/source/dialog/
H A Drelfld.cxx34 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()
/trunk/main/svx/source/sidebar/paragraph/
H A DParaPropertyPanel.hxx116 ::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 DParaPropertyPanel.cxx865 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()
/trunk/main/cui/source/inc/
H A Dparagrph.hxx73 SvxRelativeField aLeftIndent;
76 SvxRelativeField aRightIndent;
79 SvxRelativeField aFLineIndent;
86 SvxRelativeField aTopDist;
88 SvxRelativeField aBottomDist;
116 DECL_LINK( ModifyHdl_Impl, SvxRelativeField* );
/trunk/main/svx/inc/svx/
H A Drelfld.hxx42 class SVX_DLLPUBLIC SvxRelativeField : public MetricField class
56 SvxRelativeField( Window* pParent, WinBits nWinStyle = 0 );
57 SvxRelativeField( Window* pParent, const ResId& rResId );
/trunk/main/cui/source/tabpages/
H A Dparagrph.cxx853 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 71 milliseconds