Lines Matching refs:aIndexList
1172 sal_Int32 aIndexList[TEXT_ATTRIBUTE_LAST] = { -1 }; in attribute_set_new_from_property_values() local
1176 aIndexList[attr] = -1; in attribute_set_new_from_property_values()
1178 find_exported_attributes(aIndexList, rAttributeList); in attribute_set_new_from_property_values()
1181 …get_color_value(rAttributeList, aIndexList, TEXT_ATTRIBUTE_BACKGROUND_COLOR, run_attributes_only ?… in attribute_set_new_from_property_values()
1184 …get_color_value(rAttributeList, aIndexList, TEXT_ATTRIBUTE_FOREGROUND_COLOR, run_attributes_only ?… in attribute_set_new_from_property_values()
1187 get_bool_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_HIDDEN])); in attribute_set_new_from_property_values()
1190 get_underline_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_UNDERLINE])); in attribute_set_new_from_property_values()
1193 get_strikethrough_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_STRIKETHROUGH])); in attribute_set_new_from_property_values()
1196 get_height_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_HEIGHT])); in attribute_set_new_from_property_values()
1199 get_weight_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_WEIGHT])); in attribute_set_new_from_property_values()
1202 get_string_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_FONT_NAME])); in attribute_set_new_from_property_values()
1205 get_variant_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_CASEMAP])); in attribute_set_new_from_property_values()
1208 get_style_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_POSTURE])); in attribute_set_new_from_property_values()
1211 get_scale_width(rAttributeList, aIndexList[TEXT_ATTRIBUTE_SCALE])); in attribute_set_new_from_property_values()
1214 get_language_string(rAttributeList, aIndexList[TEXT_ATTRIBUTE_LOCALE])); in attribute_set_new_from_property_values()
1217 get_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_WRITING_MODE], WritingMode2Direction)); in attribute_set_new_from_property_values()
1220 get_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_KERNING], Kerning2Stretch)); in attribute_set_new_from_property_values()
1226 …get_font_effect(rAttributeList, aIndexList[TEXT_ATTRIBUTE_CONTOURED], aIndexList[TEXT_ATTRIBUTE_RE… in attribute_set_new_from_property_values()
1232 get_text_decoration(rAttributeList, aIndexList[TEXT_ATTRIBUTE_BLINKING], in attribute_set_new_from_property_values()
1233 aIndexList[TEXT_ATTRIBUTE_UNDERLINE], aIndexList[TEXT_ATTRIBUTE_STRIKETHROUGH])); in attribute_set_new_from_property_values()
1239 get_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_ROTATION], Short2Degree)); in attribute_set_new_from_property_values()
1245 get_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_SHADOWED], Bool2Shadow)); in attribute_set_new_from_property_values()
1251 get_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_WRITING_MODE], WritingMode2String)); in attribute_set_new_from_property_values()
1257 … get_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_CHAR_ESCAPEMENT], Escapement2VerticalAlign)); in attribute_set_new_from_property_values()
1263 get_cmm_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_LEFT_MARGIN])); in attribute_set_new_from_property_values()
1266 get_cmm_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_RIGHT_MARGIN])); in attribute_set_new_from_property_values()
1269 get_cmm_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_FIRST_LINE_INDENT])); in attribute_set_new_from_property_values()
1272 get_cmm_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_TOP_MARGIN])); in attribute_set_new_from_property_values()
1275 get_cmm_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_BOTTOM_MARGIN])); in attribute_set_new_from_property_values()
1278 get_justification_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_JUSTIFICATION])); in attribute_set_new_from_property_values()
1284 get_string_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_STYLE_NAME])); in attribute_set_new_from_property_values()
1290 get_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_LINE_SPACING], LineSpacing2LineHeight)); in attribute_set_new_from_property_values()
1296 get_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_TAB_STOPS], DefaultTabStops2String)); in attribute_set_new_from_property_values()
1302 get_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_TAB_STOPS], TabStops2String)); in attribute_set_new_from_property_values()
1309 get_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_MM_TO_PIXEL_RATIO], Float2String)); in attribute_set_new_from_property_values()