Lines Matching refs:combo__units_items

1984 	GList *combo__units_items = NULL;  in create_border_width_single_properties_dialog()  local
2072 combo__units_items = in create_border_width_single_properties_dialog()
2073 g_list_append (combo__units_items, (gpointer) "%"); in create_border_width_single_properties_dialog()
2074 combo__units_items = in create_border_width_single_properties_dialog()
2075 g_list_append (combo__units_items, (gpointer) "em"); in create_border_width_single_properties_dialog()
2076 combo__units_items = in create_border_width_single_properties_dialog()
2077 g_list_append (combo__units_items, (gpointer) "ex"); in create_border_width_single_properties_dialog()
2078 combo__units_items = in create_border_width_single_properties_dialog()
2079 g_list_append (combo__units_items, (gpointer) "px"); in create_border_width_single_properties_dialog()
2080 combo__units_items = in create_border_width_single_properties_dialog()
2081 g_list_append (combo__units_items, (gpointer) "in"); in create_border_width_single_properties_dialog()
2082 combo__units_items = in create_border_width_single_properties_dialog()
2083 g_list_append (combo__units_items, (gpointer) "cm"); in create_border_width_single_properties_dialog()
2084 combo__units_items = in create_border_width_single_properties_dialog()
2085 g_list_append (combo__units_items, (gpointer) "mm"); in create_border_width_single_properties_dialog()
2086 combo__units_items = in create_border_width_single_properties_dialog()
2087 g_list_append (combo__units_items, (gpointer) "pt"); in create_border_width_single_properties_dialog()
2088 combo__units_items = in create_border_width_single_properties_dialog()
2089 g_list_append (combo__units_items, (gpointer) "pc"); in create_border_width_single_properties_dialog()
2092 combo__units_items); in create_border_width_single_properties_dialog()
2093 g_list_free (combo__units_items); in create_border_width_single_properties_dialog()