Searched refs:rRequestedAttributes (Results 1 – 2 of 2) sorted by relevance
1444 … sal_Int32 nIndex, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& rRequestedAttributes ) in getCharacterAttributes() argument1461 uno::Sequence< ::rtl::OUString > aPropertyNames = rRequestedAttributes; in getCharacterAttributes()2764 const uno::Sequence< ::rtl::OUString >& rRequestedAttributes ) in getDefaultAttributes()2793 sal_Int32 nLenReqAttr = rRequestedAttributes.getLength(); in getDefaultAttributes()2797 const rtl::OUString *pRequestedAttributes = rRequestedAttributes.getConstArray(); in getDefaultAttributes()2861 const uno::Sequence< ::rtl::OUString >& rRequestedAttributes ) in getRunAttributes()2894 sal_Int32 nLenReqAttr = rRequestedAttributes.getLength(); in getRunAttributes()2898 const rtl::OUString *pRequestedAttributes = rRequestedAttributes.getConstArray(); in getRunAttributes()
341 const cssu::Sequence<rtl::OUString>& rRequestedAttributes);1803 const cssu::Sequence<rtl::OUString>& rRequestedAttributes) in getCharacterAttributes() argument1810 for (sal_Int32 nAttributeIndex(0),nAttributeCount(rRequestedAttributes.getLength()); in getCharacterAttributes()1816 … OUStringToOString(rRequestedAttributes[nAttributeIndex], RTL_TEXTENCODING_UTF8).getStr()); in getCharacterAttributes()1822 (void)rRequestedAttributes; in getCharacterAttributes()