Lines Matching refs:aRequestedAttributes
1815 const uno::Sequence< ::rtl::OUString >& aRequestedAttributes ) in getCharacterAttributes()
1828 uno::Sequence< ::rtl::OUString > aNames = aRequestedAttributes; in getCharacterAttributes()
1864 uno::Sequence< ::rtl::OUString > aSupplementalNames = aRequestedAttributes; in getCharacterAttributes()
1963 const uno::Sequence< ::rtl::OUString >& aRequestedAttributes, in _getDefaultAttributesImpl()
2112 if ( aRequestedAttributes.getLength() == 0 ) in _getDefaultAttributesImpl()
2118 const ::rtl::OUString* pReqAttrs = aRequestedAttributes.getConstArray(); in _getDefaultAttributesImpl()
2119 const sal_Int32 nLength = aRequestedAttributes.getLength(); in _getDefaultAttributesImpl()
2132 const uno::Sequence< ::rtl::OUString >& aRequestedAttributes ) in getDefaultAttributes()
2139 _getDefaultAttributesImpl( aRequestedAttributes, aDefAttrSeq ); in getDefaultAttributes()
2145 if ( aRequestedAttributes.getLength() == 0 ) in getDefaultAttributes()
2152 ::std::find( ::comphelper::stl_begin( aRequestedAttributes ), in getDefaultAttributes()
2153 ::comphelper::stl_end( aRequestedAttributes ), in getDefaultAttributes()
2155 if ( aRequestedAttrIter != ::comphelper::stl_end( aRequestedAttributes ) ) in getDefaultAttributes()
2195 const uno::Sequence< ::rtl::OUString >& aRequestedAttributes, in _getRunAttributesImpl()
2288 if ( aRequestedAttributes.getLength() == 0 ) in _getRunAttributesImpl()
2294 const ::rtl::OUString* pReqAttrs = aRequestedAttributes.getConstArray(); in _getRunAttributesImpl()
2295 const sal_Int32 nLength = aRequestedAttributes.getLength(); in _getRunAttributesImpl()
2312 const uno::Sequence< ::rtl::OUString >& aRequestedAttributes ) in getRunAttributes()
2328 _getRunAttributesImpl( nIndex, aRequestedAttributes, aRunAttrSeq ); in getRunAttributes()
2346 const uno::Sequence< ::rtl::OUString >& aRequestedAttributes, in _getSupplementalAttributesImpl()
2394 const OUString* pSupplementalAttrs = aRequestedAttributes.getConstArray(); in _getSupplementalAttributesImpl()
2395 const sal_Int32 nSupplementalLength = aRequestedAttributes.getLength(); in _getSupplementalAttributesImpl()