Searched refs:hasFragment (Results 1 – 9 of 9) sorted by relevance
194 virtual sal_Bool SAL_CALL hasFragment() in hasFragment() function in __anonf65cdc0a0111::UriReference196 { return m_base.hasFragment(); } in hasFragment()466 if (uriReference->hasFragment()) { in makeAbsolute()556 if (uriReference->hasFragment()) { in makeAbsolute()684 if (uriReference->hasFragment()) { in makeRelative()
129 virtual ::sal_Bool SAL_CALL hasFragment() throw (css::uno::RuntimeException) in hasFragment() function in __anonc99ecf710111::UrlReference130 { return base_.hasFragment(); } in hasFragment()
261 virtual sal_Bool SAL_CALL hasFragment() in hasFragment() function in __anonba1ee3460111::UrlReference263 { return m_base.hasFragment(); } in hasFragment()
75 sal_Bool hasFragment() throw (com::sun::star::uno::RuntimeException);
117 if (authority->isAbsolute() && !authority->hasFragment()) { in createVndSunStarPkgUrlReference()
167 sal_Bool UriReference::hasFragment() throw (css::uno::RuntimeException) { in hasFragment() function in UriReference
197 boolean hasFragment();
337 if (ref->hasFragment()) { in normalize()
258 data[i].fragment != 0, uriRef->hasFragment()); in TEST_F()
Completed in 35 milliseconds