Searched refs:tabTypes (Results 1 – 4 of 4) sorted by relevance
896 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() argument971 tabTypes = null; in GetMergedPropertyTabs()997 tabTypes = new Type[intersection.Count]; in GetMergedPropertyTabs()998 intersection.CopyTo (tabTypes); in GetMergedPropertyTabs()[all …]
391 QString tabTypes = ""; in parseStyles() local401 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() local481 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 …]
103 AttributeValue tabTypes; member
341 idList<int> tabTypes; in PostParse() local349 tabTypes.Append(atoi(tok)); in PostParse()395 if(tabTypes.Num() > 0 && i < tabTypes.Num()) { in PostParse()396 r.type = tabTypes[i]; in PostParse()