Lines Matching refs:ControlHelper

51 ControlHelper::ControlHelper()  in ControlHelper()  function in ControlHelper
74 ControlHelper::~ControlHelper() in ~ControlHelper()
112 void ControlHelper::initialize( sal_Int16 nTemplateId ) in initialize()
163 void ControlHelper::enableControl( const sal_Int16 nControlId, const sal_Bool bEnable ) const in enableControl()
191 OUString ControlHelper::getLabel( sal_Int16 nControlId ) in getLabel()
220 void ControlHelper::setLabel( sal_Int16 nControlId, NSString* aLabel ) in setLabel()
252 void ControlHelper::setValue( sal_Int16 nControlId, sal_Int16 nControlAction, const uno::Any& rValu… in setValue()
285 uno::Any ControlHelper::getValue( sal_Int16 nControlId, sal_Int16 nControlAction ) const in getValue()
313 void ControlHelper::createUserPane() in createUserPane()
476 void ControlHelper::createControls() in createControls()
555 int ControlHelper::getControlElementName(const Class aClazz, const int nControlId) const in getControlElementName()
586 void ControlHelper::HandleSetListValue(const NSControl* pControl, const sal_Int16 nControlAction, c… in HandleSetListValue()
673 uno::Any ControlHelper::HandleGetListValue(const NSControl* pControl, const sal_Int16 nControlActio… in HandleGetListValue()
746 NSControl* ControlHelper::getControl( const sal_Int16 nControlId ) const in getControl()
799 void ControlHelper::layoutControls() in layoutControls()
926 void ControlHelper::createFilterControl() { in createFilterControl()
957 NSTextField* ControlHelper::createLabelWithString(NSString* labelString) { in createLabelWithString()
971 int ControlHelper::getVerticalDistance(const NSControl* first, const NSControl* second) in getVerticalDistance()
996 void ControlHelper::updateFilterUI() in updateFilterUI()