Lines Matching refs:GetControl

204     inline const ControlT& GetControl() const { return mrControl; }  in GetControl()  function in sfx::SingleControlWrapper
206 inline ControlT& GetControl() { return mrControl; } in GetControl() function in sfx::SingleControlWrapper
383 { return this->GetControl().GetSelectEntryCount() == 0; } in IsControlDontKnow()
385 { if( bSet ) this->GetControl().SetNoSelection(); } in SetControlDontKnow()
425 { return this->GetControl().IsNoSelection(); } in IsControlDontKnow()
427 { if( bSet ) this->GetControl().SetNoSelection(); } in SetControlDontKnow()
580 return this->GetControl().GetText().Len() == 0; in IsControlDontKnow()
587 this->GetControl().SetText( String() ); in SetControlDontKnow()
593 return static_cast< ValueT >( this->GetControl().Denormalize( this->GetControl().GetValue() ) ); in GetControlValue()
599 … this->GetControl().SetValue( this->GetControl().Normalize( static_cast< sal_Int64 >( nValue ) ) ); in SetControlValue()
607 return this->GetControl().GetText().Len() == 0; in IsControlDontKnow()
614 this->GetControl().SetText( String() ); in SetControlDontKnow()
620 …return static_cast< ValueT >( this->GetControl().Denormalize( this->GetControl().GetValue( meUnit … in GetControlValue()
626 …this->GetControl().SetValue( this->GetControl().Normalize( static_cast< sal_Int64 >( nValue ) ), m… in SetControlValue()
634 return this->GetValueFromPos( this->GetControl().GetSelectEntryPos() ); in GetControlValue()
642 this->GetControl().SelectEntryPos( nPos ); in SetControlValue()
650 return this->GetValueFromPos( this->GetControl().GetSelectItemId() ); in GetControlValue()
658 this->GetControl().SelectItem( nPos ); in SetControlValue()