Lines Matching refs:hasAuthority
162 virtual sal_Bool SAL_CALL hasAuthority() in hasAuthority() function in __anonf65cdc0a0111::UriReference
164 { return m_base.hasAuthority(); } in hasAuthority()
227 bool hasAuthority = false; in parseGeneric() local
244 hasAuthority = true; in parseGeneric()
265 scheme, isHierarchical, hasAuthority, authority, path, hasQuery, query); in parseGeneric()
461 } else if (!uriReference->hasAuthority() in makeAbsolute()
475 if (uriReference->hasAuthority()) { in makeAbsolute()
478 } else if (baseUriReference->hasAuthority()) { in makeAbsolute()
582 if ((baseUriReference->hasAuthority() != uriReference->hasAuthority()) in makeRelative()
587 if (uriReference->hasAuthority()) { in makeRelative()
629 OSL_ASSERT(uriReference->hasAuthority()); in makeRelative()