Home
last modified time | relevance | path

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

/AOO41X/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx1107 GType tType = GTK_TYPE_TOGGLE_BUTTON; //prevent waring by initializing in getWidget() local
1112 pWidget = m_pToggles[elem]; tType = GTK_TYPE_TOGGLE_BUTTON; \ in getWidget()
1116 pWidget = m_pButtons[elem]; tType = GTK_TYPE_BUTTON; \ in getWidget()
1120 pWidget = m_pLists[elem]; tType = GTK_TYPE_COMBO_BOX; \ in getWidget()
1124 pWidget = m_pListLabels[elem]; tType = GTK_TYPE_LABEL; \ in getWidget()
1150 *pType = tType; in getWidget()
1312 GType tType; in setValue() local
1317 if( !( pWidget = getWidget( nControlId, &tType ) ) ) in setValue()
1319 else if( tType == GTK_TYPE_TOGGLE_BUTTON ) in setValue()
1325 else if( tType == GTK_TYPE_COMBO_BOX ) in setValue()
[all …]
/AOO41X/main/sal/qa/osl/condition/
H A Dosl_Condition.cxx90 …ConditionThread( ::osl::Condition& Con, ConditionType tType): m_MyCon( Con ), m_MyType( tType ) { } in ConditionThread() argument