Lines Matching refs:get_value

164 get_value( const uno::Sequence< beans::PropertyValue >& rAttributeList,  in get_value()  function
173 #define get_bool_value( list, index ) get_value( list, index, Bool2String )
174 #define get_short_value( list, index ) get_value( list, index, Short2String )
176 #define get_height_value( list, index ) get_value( list, index, Float2String )
177 #define get_justification_value( list, index ) get_value( list, index, Adjust2Justification )
178 #define get_cmm_value( list, index ) get_value( list, index, CMM2UnitString )
179 #define get_scale_width( list, index ) get_value( list, index, Scale2String )
180 #define get_strikethrough_value( list, index ) get_value( list, index, Strikeout2String )
181 #define get_string_value( list, index ) get_value( list, index, GetString )
182 #define get_style_value( list, index ) get_value( list, index, FontSlant2Style )
183 #define get_underline_value( list, index ) get_value( list, index, Underline2String )
184 #define get_variant_value( list, index ) get_value( list, index, CaseMap2String )
185 #define get_weight_value( list, index ) get_value( list, index, Weight2String )
186 #define get_language_string( list, index ) get_value( list, index, Locale2String )
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()
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()
1257get_value(rAttributeList, aIndexList[TEXT_ATTRIBUTE_CHAR_ESCAPEMENT], Escapement2VerticalAlign)); 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()