Home
last modified time | relevance | path

Searched refs:lcl_MatchesRole (Results 1 – 2 of 2) sorted by relevance

/trunk/main/chart2/source/tools/
H A DDataSeriesHelper.cxx65 class lcl_MatchesRole : public ::std::unary_function< Reference< chart2::data::XLabeledDataSequence… class
68 explicit lcl_MatchesRole( const OUString & aRole, bool bMatchPrefix ) : in lcl_MatchesRole() function in __anona74ba8a70111::lcl_MatchesRole
231 ::std::find_if( pBegin, pEnd, lcl_MatchesRole( aRole, bMatchPrefix )); in getDataSequenceByRole()
246 ::std::not1( lcl_MatchesRole( aRole, bMatchPrefix ))); in getAllDataSequencesByRole()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx302 class lcl_MatchesRole : public ::std::unary_function< Reference< chart2::data::XLabeledDataSequence… class
305 explicit lcl_MatchesRole( const OUString & aRole ) : in lcl_MatchesRole() function in __anonabab0a5c0111::lcl_MatchesRole
437 ::std::find_if( pBegin, pEnd, lcl_MatchesRole( rRole )); in lcl_getDataSequenceByRole()
466 lcl_MatchesRole aHasXValues( OUString::createFromAscii("values-x" ) ); in lcl_pressUsedDataIntoRectangularFormat()

Completed in 52 milliseconds