Searched refs:bMatchPrefix (Results 1 – 2 of 2) sorted by relevance
68 explicit lcl_MatchesRole( const OUString & aRole, bool bMatchPrefix ) : in lcl_MatchesRole() argument70 m_bMatchPrefix( bMatchPrefix ) in lcl_MatchesRole()221 bool bMatchPrefix /* = false */ ) in getDataSequenceByRole() argument231 ::std::find_if( pBegin, pEnd, lcl_MatchesRole( aRole, bMatchPrefix )); in getDataSequenceByRole()241 OUString aRole, bool bMatchPrefix /* = false */ ) in getAllDataSequencesByRole() argument246 ::std::not1( lcl_MatchesRole( aRole, bMatchPrefix ))); in getAllDataSequencesByRole()
64 bool bMatchPrefix = false );81 bool bMatchPrefix = false );
Completed in 19 milliseconds