Home
last modified time | relevance | path

Searched refs:tType (Results 1 – 2 of 2) sorted by relevance

/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx1151 *pType = tType; in getWidget()
1313 GType tType; in setValue() local
1320 else if( tType == GTK_TYPE_TOGGLE_BUTTON ) in setValue()
1326 else if( tType == GTK_TYPE_COMBO_BOX ) in setValue()
1342 GType tType; in getValue() local
1349 else if( tType == GTK_TYPE_TOGGLE_BUTTON ) in getValue()
1351 else if( tType == GTK_TYPE_COMBO_BOX ) in getValue()
1393 GType tType; in setLabel() local
1418 else if( tType == GTK_TYPE_TOGGLE_BUTTON || tType == GTK_TYPE_BUTTON || tType == GTK_TYPE_LABEL ) in setLabel()
1430 GType tType; in getLabel() local
[all …]
/trunk/main/sal/qa/osl/condition/
H A Dosl_Condition.cxx96 ConditionThread( ::osl::Condition& Con, ConditionType tType): m_MyCon( Con ), m_MyType( tType ) { } in ConditionThread() argument

Completed in 25 milliseconds