Home
last modified time | relevance | path

Searched refs:aRequestedAttributes (Results 1 – 25 of 32) sorted by last modified time

12

/trunk/main/sw/source/core/access/
H A Daccpara.cxx1819 const uno::Sequence< ::rtl::OUString >& aRequestedAttributes ) in getCharacterAttributes()
1832 uno::Sequence< ::rtl::OUString > aNames = aRequestedAttributes; in getCharacterAttributes()
1967 const uno::Sequence< ::rtl::OUString >& aRequestedAttributes, in _getDefaultAttributesImpl()
2116 if ( aRequestedAttributes.getLength() == 0 ) in _getDefaultAttributesImpl()
2123 const sal_Int32 nLength = aRequestedAttributes.getLength(); in _getDefaultAttributesImpl()
2136 const uno::Sequence< ::rtl::OUString >& aRequestedAttributes ) in getDefaultAttributes()
2143 _getDefaultAttributesImpl( aRequestedAttributes, aDefAttrSeq ); in getDefaultAttributes()
2149 if ( aRequestedAttributes.getLength() == 0 ) in getDefaultAttributes()
2199 const uno::Sequence< ::rtl::OUString >& aRequestedAttributes, in _getRunAttributesImpl()
2292 if ( aRequestedAttributes.getLength() == 0 ) in _getRunAttributesImpl()
[all …]
H A Daccnotextframe.hxx120 …nIndex, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aRequestedAttributes ) throw (::…
H A Daccpara.hxx160 const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aRequestedAttributes,
165 const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aRequestedAttributes,
170 const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aRequestedAttributes,
353 …nIndex, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aRequestedAttributes ) throw (::…
478 …ibutes( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aRequestedAttributes ) throw (::…
479 …nIndex, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aRequestedAttributes ) throw (::…
/trunk/main/starmath/source/
H A Daccessibility.hxx145 …nIndex, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aRequestedAttributes ) throw (::…
/trunk/main/editeng/source/accessibility/
H A DAccessibleStaticTextBase.cxx716 …nIndex, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aRequestedAttributes ) throw (la… in getCharacterAttributes() argument
724 …urn mpImpl->GetParagraph( aPos.nPara ).getCharacterAttributes( aPos.nIndex, aRequestedAttributes ); in getCharacterAttributes()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblemenuitem.cxx244 …rAttributes( sal_Int32 nIndex, const Sequence< ::rtl::OUString >& aRequestedAttributes ) throw (In… in getCharacterAttributes() argument
258 aValues = pHelper->GetCharacterAttributes( aRequestedAttributes ); in getCharacterAttributes()
H A Dvclxaccessiblestatusbaritem.cxx516 …rAttributes( sal_Int32 nIndex, const Sequence< ::rtl::OUString >& aRequestedAttributes ) throw (In… in getCharacterAttributes() argument
532 aValues = pHelper->GetCharacterAttributes( aRequestedAttributes ); in getCharacterAttributes()
H A Dvclxaccessibletextcomponent.cxx180 …rAttributes( sal_Int32 nIndex, const Sequence< ::rtl::OUString >& aRequestedAttributes ) throw (In… in getCharacterAttributes() argument
248 aValues = pHelper->GetCharacterAttributes( aRequestedAttributes ); in getCharacterAttributes()
H A Dvclxaccessibletabpage.cxx590 …rAttributes( sal_Int32 nIndex, const Sequence< ::rtl::OUString >& aRequestedAttributes ) throw (In… in getCharacterAttributes() argument
606 aValues = pHelper->GetCharacterAttributes( aRequestedAttributes ); in getCharacterAttributes()
H A Dvclxaccessibleedit.cxx330 …rAttributes( sal_Int32 nIndex, const Sequence< ::rtl::OUString >& aRequestedAttributes ) throw (In… in getCharacterAttributes() argument
334 return VCLXAccessibleTextComponent::getCharacterAttributes( nIndex, aRequestedAttributes ); in getCharacterAttributes()
/trunk/main/editeng/inc/editeng/
H A DAccessibleEditableTextPara.hxx132 …nIndex, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aRequestedAttributes ) throw (::…
H A DAccessibleStaticTextBase.hxx230 …nIndex, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aRequestedAttributes ) throw (::…
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx368 …::sal_Int32 nIndex, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aRequestedAttributes) in getCharacterAttributes() argument
373 return m_xDocument->retrieveCharacterAttributes( this, nIndex, aRequestedAttributes ); in getCharacterAttributes()
1030 const ::css::uno::Sequence< ::rtl::OUString >& aRequestedAttributes) in retrieveCharacterAttributes()
1134 retrieveDefaultAttributesImpl( pParagraph, aRequestedAttributes, aCharAttrSeq ); in retrieveCharacterAttributes()
1138 retrieveRunAttributesImpl( pParagraph, nIndex, aRequestedAttributes, aRunAttrSeq ); in retrieveCharacterAttributes()
/trunk/main/svx/inc/svx/
H A DAccessibleShape.hxx399 …nIndex, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aRequestedAttributes ) throw (::…
/trunk/main/sc/source/ui/inc/
H A DAccessibleCell.hxx148 …sal_Int32 nIndex, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aRequestedAttributes )
H A DAccessibleCsvControl.hxx199 … sal_Int32 nIndex, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aRequestedAttributes )
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCell.cxx546 …nIndex, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aRequestedAttributes ) throw (la… in getCharacterAttributes() argument
548 …alue > aAttribs = AccessibleStaticTextBase::getCharacterAttributes( nIndex, aRequestedAttributes ); in getCharacterAttributes()
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleText.idl160 @param aRequestedAttributes
176 <arg>aRequestedAttributes</arg> argument) requested attributes
190 [in] sequence<string> aRequestedAttributes)
/trunk/main/accessibility/source/helper/
H A Dcharacterattributeshelper.cxx84 …AttributesHelper::GetCharacterAttributes( const Sequence< ::rtl::OUString >& aRequestedAttributes ) in GetCharacterAttributes() argument
87 sal_Int32 nLength = aRequestedAttributes.getLength(); in GetCharacterAttributes()
91 const ::rtl::OUString* pNames = aRequestedAttributes.getConstArray(); in GetCharacterAttributes()
/trunk/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessiblestatusbaritem.hxx132 …nIndex, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aRequestedAttributes ) throw (::…
H A Dvclxaccessibletabpage.hxx136 …nIndex, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aRequestedAttributes ) throw (::…
H A Dvclxaccessibletextcomponent.hxx71 …nIndex, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aRequestedAttributes ) throw (::…
H A Dvclxaccessibletoolboxitem.hxx134 …nIndex, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aRequestedAttributes ) throw (::…
/trunk/main/accessibility/inc/accessibility/extended/
H A Dtextwindowaccessibility.hxx269 …:sal_Int32 nIndex, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aRequestedAttributes )
496 const ::css::uno::Sequence< ::rtl::OUString >& aRequestedAttributes);
/trunk/main/accessibility/inc/accessibility/helper/
H A Dcharacterattributeshelper.hxx53 …racterAttributes( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aRequestedAttributes );

Completed in 105 milliseconds

12