Searched refs:rAttributeList (Results 1 – 2 of 2) sorted by relevance
164 get_value( const uno::Sequence< beans::PropertyValue >& rAttributeList, in get_value() argument168 return func(rAttributeList[nIndex].Value); in get_value()326 get_color_value(const uno::Sequence< beans::PropertyValue >& rAttributeList, in get_color_value() argument335 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() argument847 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() argument891 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()[all …]
34 const com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >& rAttributeList,