Lines Matching refs:nControlId

1105 GtkWidget *SalGtkFilePicker::getWidget( sal_Int16 nControlId, GType *pType )  in getWidget()  argument
1107 OSL_TRACE("control id is %d", nControlId); in getWidget()
1128 switch( nControlId ) in getWidget()
1145 OSL_TRACE("Handle unknown control %d\n", nControlId); in getWidget()
1307 void SAL_CALL SalGtkFilePicker::setValue( sal_Int16 nControlId, sal_Int16 nControlAction, const uno… in setValue() argument
1318 if( !( pWidget = getWidget( nControlId, &tType ) ) ) in setValue()
1319 OSL_TRACE("enable unknown control %d\n", nControlId); in setValue()
1331 nControlId, nControlAction); in setValue()
1335 uno::Any SAL_CALL SalGtkFilePicker::getValue( sal_Int16 nControlId, sal_Int16 nControlAction ) in getValue() argument
1347 if( !( pWidget = getWidget( nControlId, &tType ) ) ) in getValue()
1348 OSL_TRACE("enable unknown control %d\n", nControlId); in getValue()
1355 nControlId, nControlAction ); in getValue()
1360 void SAL_CALL SalGtkFilePicker::enableControl( sal_Int16 nControlId, sal_Bool bEnable ) in enableControl() argument
1369 if ( nControlId == ExtendedFilePickerElementIds::LISTBOX_FILTER_SELECTOR ) in enableControl()
1371 else if( ( pWidget = getWidget( nControlId ) ) ) in enableControl()
1385 OSL_TRACE("enable unknown control %d\n", nControlId ); in enableControl()
1388 void SAL_CALL SalGtkFilePicker::setLabel( sal_Int16 nControlId, const ::rtl::OUString& rLabel ) in setLabel() argument
1398 if( !( pWidget = getWidget( nControlId, &tType ) ) ) in setLabel()
1400 OSL_TRACE("Set label on unknown control %d\n", nControlId); in setLabel()
1405 if (nControlId == ExtendedFilePickerElementIds::PUSHBUTTON_PLAY) in setLabel()
1425 rtl::OUString SAL_CALL SalGtkFilePicker::getLabel( sal_Int16 nControlId ) in getLabel() argument
1436 if( !( pWidget = getWidget( nControlId, &tType ) ) ) in getLabel()
1437 OSL_TRACE("Get label on unknown control %d\n", nControlId); in getLabel()