Lines Matching refs:nControlId
1104 GtkWidget *SalGtkFilePicker::getWidget( sal_Int16 nControlId, GType *pType ) in getWidget() argument
1106 OSL_TRACE("control id is %d", nControlId); in getWidget()
1127 switch( nControlId ) in getWidget()
1144 OSL_TRACE("Handle unknown control %d\n", nControlId); in getWidget()
1306 void SAL_CALL SalGtkFilePicker::setValue( sal_Int16 nControlId, sal_Int16 nControlAction, const uno… in setValue() argument
1317 if( !( pWidget = getWidget( nControlId, &tType ) ) ) in setValue()
1318 OSL_TRACE("enable unknown control %d\n", nControlId); in setValue()
1330 nControlId, nControlAction); in setValue()
1334 uno::Any SAL_CALL SalGtkFilePicker::getValue( sal_Int16 nControlId, sal_Int16 nControlAction ) in getValue() argument
1346 if( !( pWidget = getWidget( nControlId, &tType ) ) ) in getValue()
1347 OSL_TRACE("enable unknown control %d\n", nControlId); in getValue()
1354 nControlId, nControlAction ); in getValue()
1359 void SAL_CALL SalGtkFilePicker::enableControl( sal_Int16 nControlId, sal_Bool bEnable ) in enableControl() argument
1368 if ( nControlId == ExtendedFilePickerElementIds::LISTBOX_FILTER_SELECTOR ) in enableControl()
1370 else if( ( pWidget = getWidget( nControlId ) ) ) in enableControl()
1384 OSL_TRACE("enable unknown control %d\n", nControlId ); in enableControl()
1387 void SAL_CALL SalGtkFilePicker::setLabel( sal_Int16 nControlId, const ::rtl::OUString& rLabel ) in setLabel() argument
1397 if( !( pWidget = getWidget( nControlId, &tType ) ) ) in setLabel()
1399 OSL_TRACE("Set label on unknown control %d\n", nControlId); in setLabel()
1404 if (nControlId == ExtendedFilePickerElementIds::PUSHBUTTON_PLAY) in setLabel()
1424 rtl::OUString SAL_CALL SalGtkFilePicker::getLabel( sal_Int16 nControlId ) in getLabel() argument
1435 if( !( pWidget = getWidget( nControlId, &tType ) ) ) in getLabel()
1436 OSL_TRACE("Get label on unknown control %d\n", nControlId); in getLabel()