Lines Matching refs:aRole
68 explicit lcl_MatchesRole( const OUString & aRole, bool bMatchPrefix ) : in lcl_MatchesRole() argument
69 m_aRole( aRole ), in lcl_MatchesRole()
78 OUString aRole; in operator ()() local
83 OUString( RTL_CONSTASCII_USTRINGPARAM( "Role" )) ) >>= aRole ) && in operator ()()
84 aRole.match( m_aRole )); in operator ()()
88 OUString( RTL_CONSTASCII_USTRINGPARAM( "Role" )) ) >>= aRole ) && in operator ()()
89 m_aRole.equals( aRole )); in operator ()()
220 const Reference< chart2::data::XDataSource > & xSource, OUString aRole, in getDataSequenceByRole() argument
231 ::std::find_if( pBegin, pEnd, lcl_MatchesRole( aRole, bMatchPrefix )); in getDataSequenceByRole()
241 OUString aRole, bool bMatchPrefix /* = false */ ) in getAllDataSequencesByRole() argument
246 ::std::not1( lcl_MatchesRole( aRole, bMatchPrefix ))); in getAllDataSequencesByRole()