Home
last modified time | relevance | path

Searched refs:rAttributeList (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/vcl/unx/gtk/a11y/
H A Datktextattributes.cxx164 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()
[all …]
H A Datktextattributes.hxx34 const com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >& rAttributeList,