Searched defs:SbaURLCompare (Results 1 – 1 of 1) sorted by relevance
63 …struct SbaURLCompare : public ::std::binary_function< ::com::sun::star::util::URL, ::com::sun::sta… struct65 …L& x, const ::com::sun::star::util::URL& y) const {return x.Complete == y.Complete ? true : false;} in operator ()()