Searched refs:lcl_MatchesRole (Results 1 – 2 of 2) sorted by relevance
65 class lcl_MatchesRole : public ::std::unary_function< Reference< chart2::data::XLabeledDataSequence… class68 explicit lcl_MatchesRole( const OUString & aRole, bool bMatchPrefix ) : in lcl_MatchesRole() function in __anon2807f7b80111::lcl_MatchesRole231 ::std::find_if( pBegin, pEnd, lcl_MatchesRole( aRole, bMatchPrefix )); in getDataSequenceByRole()246 ::std::not1( lcl_MatchesRole( aRole, bMatchPrefix ))); in getAllDataSequencesByRole()
302 class lcl_MatchesRole : public ::std::unary_function< Reference< chart2::data::XLabeledDataSequence… class305 explicit lcl_MatchesRole( const OUString & aRole ) : in lcl_MatchesRole() function in __anona92078ed0111::lcl_MatchesRole437 ::std::find_if( pBegin, pEnd, lcl_MatchesRole( rRole )); in lcl_getDataSequenceByRole()466 lcl_MatchesRole aHasXValues( OUString::createFromAscii("values-x" ) ); in lcl_pressUsedDataIntoRectangularFormat()
Completed in 39 milliseconds