Lines Matching refs:LineWidthControl
40 LineWidthControl::LineWidthControl ( in LineWidthControl() function in svx::sidebar::LineWidthControl
69 LineWidthControl::~LineWidthControl (void) in ~LineWidthControl()
77 void LineWidthControl::Paint(const Rectangle& rect) in Paint()
107 void LineWidthControl::Initialize() in Initialize()
176 Link aLink = LINK( this, LineWidthControl, VSSelectHdl ) ; in Initialize()
178 aLink = LINK(this, LineWidthControl, MFModifyHdl); in Initialize()
188 void LineWidthControl::GetFocus() in GetFocus()
199 ValueSet& LineWidthControl::GetValueSet() in GetValueSet()
207 void LineWidthControl::SetWidthSelect( long lValue, bool bValuable, SfxMapUnit eMapUnit) in SetWidthSelect()
277 IMPL_LINK(LineWidthControl, VSSelectHdl, void *, pControl) in IMPL_LINK() argument
324 IMPL_LINK(LineWidthControl, MFModifyHdl, void *, pControl) in IMPL_LINK() argument
359 bool LineWidthControl::IsCloseByEdit() in IsCloseByEdit()
367 long LineWidthControl::GetTmpCustomWidth() in GetTmpCustomWidth()