Lines Matching refs:aControlId
327 void SAL_CALL CWinFileOpenImpl::setValue(sal_Int16 aControlId, sal_Int16 aControlAction, const uno:… in setValue() argument
331 if ( !filterControlCommand( aControlId )) in setValue()
332 m_FilePickerState->setValue(aControlId, aControlAction, aValue); in setValue()
340 uno::Any SAL_CALL CWinFileOpenImpl::getValue(sal_Int16 aControlId, sal_Int16 aControlAction) in getValue() argument
344 if ( !filterControlCommand( aControlId )) in getValue()
345 return m_FilePickerState->getValue(aControlId, aControlAction); in getValue()
366 void SAL_CALL CWinFileOpenImpl::setLabel( sal_Int16 aControlId, const rtl::OUString& aLabel ) in setLabel() argument
370 if ( !filterControlCommand( aControlId )) in setLabel()
371 m_FilePickerState->setLabel(aControlId, aLabel); in setLabel()
378 rtl::OUString SAL_CALL CWinFileOpenImpl::getLabel( sal_Int16 aControlId ) in getLabel() argument
382 if ( !filterControlCommand( aControlId )) in getLabel()
383 return m_FilePickerState->getLabel(aControlId); in getLabel()