Home
last modified time | relevance | path

Searched refs:tabTypes (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DPropertyGrid.cs896 Type[] tabTypes = null; in RefreshTabs()
902 GetMergedPropertyTabs (selected_objects, out tabTypes, out tabScopes); in RefreshTabs()
903 if (tabTypes != null && tabScopes != null && tabTypes.Length > 0) { in RefreshTabs()
905 for (int i=0; i < tabTypes.Length; i++) { in RefreshTabs()
906 property_tabs.AddTabType (tabTypes[i], tabScopes[i]); in RefreshTabs()
907 if (tabTypes[i] == selected_tab.GetType ()) in RefreshTabs()
969 …private void GetMergedPropertyTabs (object[] objects, out Type[] tabTypes, out PropertyTabScope[] … in GetMergedPropertyTabs() argument
971 tabTypes = null; in GetMergedPropertyTabs()
997 tabTypes = new Type[intersection.Count]; in GetMergedPropertyTabs()
998 intersection.CopyTo (tabTypes); in GetMergedPropertyTabs()
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/gettext/odt2im/
H A Dimportodt.cpp391 QString tabTypes = ""; in parseStyles() local
401 tabTypes.append(spte.attribute("style:type") + " "); in parseStyles()
403 tabTypes.append("left "); in parseStyles()
407 currStyle.tabTypes = AttributeValue(tabTypes); in parseStyles()
471 QString tabTypes = ""; in parseStyles() local
481 tabTypes.append(spte.attribute("style:type") + " "); in parseStyles()
483 tabTypes.append("left "); in parseStyles()
487 currStyle.tabTypes = AttributeValue(tabTypes); in parseStyles()
1036 if (currStyle.tabTypes.valid) in resolveStyle()
1037 actStyle.tabTypes = AttributeValue(currStyle.tabTypes.value); in resolveStyle()
[all …]
H A Dimportodt.h103 AttributeValue tabTypes; member
/dports/games/dhewm3/dhewm3-1.5.1/neo/ui/
H A DListWindow.cpp341 idList<int> tabTypes; in PostParse() local
349 tabTypes.Append(atoi(tok)); in PostParse()
395 if(tabTypes.Num() > 0 && i < tabTypes.Num()) { in PostParse()
396 r.type = tabTypes[i]; in PostParse()