Home
last modified time | relevance | path

Searched defs:SbaURLCompare (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/dbaccess/source/ui/inc/
H A Dsbagrid.hxx63 …struct SbaURLCompare : public ::std::binary_function< ::com::sun::star::util::URL, ::com::sun::sta… struct
65 …L& x, const ::com::sun::star::util::URL& y) const {return x.Complete == y.Complete ? true : false;} in operator ()()