Home
last modified time | relevance | path

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

/trunk/main/chart2/source/tools/
H A DDataSeriesHelper.cxx68 explicit lcl_MatchesRole( const OUString & aRole, bool bMatchPrefix ) : in lcl_MatchesRole() argument
70 m_bMatchPrefix( bMatchPrefix ) in lcl_MatchesRole()
221 bool bMatchPrefix /* = false */ ) 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()
/trunk/main/chart2/source/inc/
H A DDataSeriesHelper.hxx64 bool bMatchPrefix = false );
81 bool bMatchPrefix = false );

Completed in 41 milliseconds