Home
last modified time | relevance | path

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

/AOO42X/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx1108 GType tType = GTK_TYPE_TOGGLE_BUTTON; // prevent waring by initializing in getWidget() local
1113 pWidget = m_pToggles[elem]; tType = GTK_TYPE_TOGGLE_BUTTON; \ in getWidget()
1117 pWidget = m_pButtons[elem]; tType = GTK_TYPE_BUTTON; \ in getWidget()
1121 pWidget = m_pLists[elem]; tType = GTK_TYPE_COMBO_BOX; \ in getWidget()
1125 pWidget = m_pListLabels[elem]; tType = GTK_TYPE_LABEL; \ in getWidget()
1151 *pType = tType; in getWidget()
1313 GType tType; in setValue() local
1318 if( !( pWidget = getWidget( nControlId, &tType ) ) ) in setValue()
1320 else if( tType == GTK_TYPE_TOGGLE_BUTTON ) in setValue()
1326 else if( tType == GTK_TYPE_COMBO_BOX ) in setValue()
[all …]
/AOO42X/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