Lines Matching refs:aRole
305 explicit lcl_MatchesRole( const OUString & aRole ) : in lcl_MatchesRole() argument
306 m_aRole( aRole ) in lcl_MatchesRole()
314 OUString aRole; in operator ()() local
318 OUString( RTL_CONSTASCII_USTRINGPARAM( "Role" )) ) >>= aRole ) && in operator ()()
319 m_aRole.equals( aRole )); in operator ()()
683 OUString aRole; in lcl_getAllValuesFromSequence() local
684 xProp->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Role") ) ) >>= aRole; in lcl_getAllValuesFromSequence()
685 if( aRole.match( OUString( RTL_CONSTASCII_USTRINGPARAM( "values-x") ) ) ) in lcl_getAllValuesFromSequence()
1009 OUString aRole; in lcl_getErrorBarSequences() local
1011 OUString( RTL_CONSTASCII_USTRINGPARAM( "Role" ))) >>= aRole ) && in lcl_getErrorBarSequences()
1012 aRole.match( aRolePrefix )) in lcl_getErrorBarSequences()
2787 OUString aRole; in exportSeries() local
2793 … xSeqProp->getPropertyValue(OUString::createFromAscii("Role")) >>= aRole; in exportSeries()
2795 if( aRole.equals( aLabelRole )) in exportSeries()