Lines Matching refs:nControlAction
252 void ControlHelper::setValue( sal_Int16 nControlId, sal_Int16 nControlAction, const uno::Any& rValu… in setValue() argument
254 DBG_PRINT_ENTRY(CLASS_NAME, __func__, "controlId", nControlId, "controlAction", nControlAction); in setValue()
268 HandleSetListValue(pControl, nControlAction, rValue); in setValue()
277 nControlId, nControlAction); in setValue()
285 uno::Any ControlHelper::getValue( sal_Int16 nControlId, sal_Int16 nControlAction ) const in getValue()
287 DBG_PRINT_ENTRY(CLASS_NAME, __func__, "controlId", nControlId, "controlAction", nControlAction); in getValue()
299 aRetval = HandleGetListValue(pControl, nControlAction); in getValue()
586 void ControlHelper::HandleSetListValue(const NSControl* pControl, const sal_Int16 nControlAction, c… in HandleSetListValue() argument
588 DBG_PRINT_ENTRY(CLASS_NAME, __func__, "controlAction", nControlAction); in HandleSetListValue()
604 switch (nControlAction) in HandleSetListValue()
673 … ControlHelper::HandleGetListValue(const NSControl* pControl, const sal_Int16 nControlAction) const in HandleGetListValue()
675 DBG_PRINT_ENTRY(CLASS_NAME, __func__, "controlAction", nControlAction); in HandleGetListValue()
693 switch (nControlAction) in HandleGetListValue()