Home
last modified time | relevance | path

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

/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx1444 …nIndex, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& rRequestedAttributes ) throw (la… in getCharacterAttributes() argument
1461 uno::Sequence< ::rtl::OUString > aPropertyNames = rRequestedAttributes; in getCharacterAttributes()
2764 const uno::Sequence< ::rtl::OUString >& rRequestedAttributes ) in getDefaultAttributes()
2794 sal_Int32 nLenReqAttr = rRequestedAttributes.getLength(); in getDefaultAttributes()
2798 const rtl::OUString *pRequestedAttributes = rRequestedAttributes.getConstArray(); in getDefaultAttributes()
2862 const uno::Sequence< ::rtl::OUString >& rRequestedAttributes ) in getRunAttributes()
2896 sal_Int32 nLenReqAttr = rRequestedAttributes.getLength(); in getRunAttributes()
2900 const rtl::OUString *pRequestedAttributes = rRequestedAttributes.getConstArray(); in getRunAttributes()
/trunk/main/sdext/source/presenter/
H A DPresenterAccessibility.cxx382 const cssu::Sequence<rtl::OUString>& rRequestedAttributes)
1910 const cssu::Sequence<rtl::OUString>& rRequestedAttributes) in getCharacterAttributes() argument
1918 for (sal_Int32 nAttributeIndex(0),nAttributeCount(rRequestedAttributes.getLength()); in getCharacterAttributes()
1924 OUStringToOString(rRequestedAttributes[nAttributeIndex], RTL_TEXTENCODING_UTF8).getStr()); in getCharacterAttributes()
1930 (void)rRequestedAttributes; in getCharacterAttributes()

Completed in 39 milliseconds