Searched defs:less_ppd_key (Results 1 – 2 of 2) sorted by relevance
772 struct less_ppd_key : public ::std::binary_function<double, double, bool> struct774 bool operator()(const PPDKey* left, const PPDKey* right) in operator ()()
851 struct less_ppd_key : public ::std::binary_function<double, double, bool> struct873 ::std::sort( aKeys.begin(), aKeys.end(), less_ppd_key() ); in getOptionsFromDocumentSetup() argument
Completed in 25 milliseconds