Lines Matching refs:GetControlValue
69 virtual const SvxBorderLine* GetControlValue() const;
87 const SvxBorderLine* FrameSelectorWrapper::GetControlValue() const in GetControlValue() function in svx::FrameSelectorWrapper
123 virtual SvxMarginItem GetControlValue() const;
146 SvxMarginItem MarginControlsWrapper::GetControlValue() const in GetControlValue() function in svx::MarginControlsWrapper
150 aItem.SetLeftMargin( maLeftWrp.GetControlValue() ); in GetControlValue()
152 aItem.SetRightMargin( maRightWrp.GetControlValue() ); in GetControlValue()
154 aItem.SetTopMargin( maTopWrp.GetControlValue() ); in GetControlValue()
156 aItem.SetBottomMargin( maBottomWrp.GetControlValue() ); in GetControlValue()
217 virtual SvxShadowItem GetControlValue() const;
237 SvxShadowItem ShadowControlsWrapper::GetControlValue() const in GetControlValue() function in svx::ShadowControlsWrapper
241 aItem.SetLocation( maPosWrp.GetControlValue() ); in GetControlValue()
243 aItem.SetWidth( maSizeWrp.GetControlValue() ); in GetControlValue()
245 aItem.SetColor( maColorWrp.GetControlValue() ); in GetControlValue()