Lines Matching refs:rAttributeList
164 get_value( const uno::Sequence< beans::PropertyValue >& rAttributeList, in get_value() argument
168 return func(rAttributeList[nIndex].Value); in get_value()
326 get_color_value(const uno::Sequence< beans::PropertyValue >& rAttributeList, in get_color_value() argument
335 nColor = rAttributeList[nIndex].Value.get<sal_Int32>(); in get_color_value()
842 get_font_effect(const uno::Sequence< beans::PropertyValue >& rAttributeList, in get_font_effect() argument
847 if( rAttributeList[nContourIndex].Value.get<sal_Bool>() ) in get_font_effect()
853 sal_Int16 n = rAttributeList[nReliefIndex].Value.get<sal_Int16>(); in get_font_effect()
878 get_text_decoration(const uno::Sequence< beans::PropertyValue >& rAttributeList, in get_text_decoration() argument
891 if( rAttributeList[nBlinkIndex].Value.get<sal_Bool>() ) in get_text_decoration()
896 sal_Int16 n = rAttributeList[nUnderlineIndex].Value.get<sal_Int16> (); in get_text_decoration()
902 sal_Int16 n = rAttributeList[nStrikeoutIndex].Value.get<sal_Int16> (); in get_text_decoration()
1127 const com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >& rAttributeList ) in find_exported_attributes()
1129 for( sal_Int32 i = 0; i < rAttributeList.getLength(); i++ ) in find_exported_attributes()
1131 const char ** pAttr = (const char **) bsearch(rAttributeList[i].Name.pData, in find_exported_attributes()
1166 const uno::Sequence< beans::PropertyValue >& rAttributeList, 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()
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()