Searched refs:hasQuery (Results 1 – 8 of 8) sorted by relevance
186 virtual sal_Bool SAL_CALL hasQuery() in hasQuery() function in __anonc641b1c90111::UriReference188 { return m_base.hasQuery(); } in hasQuery()230 bool hasQuery = false; in parseGeneric() local254 hasQuery = true; in parseGeneric()265 scheme, isHierarchical, hasAuthority, authority, path, hasQuery, query); in parseGeneric()463 && !uriReference->hasQuery()) { in makeAbsolute()552 if (uriReference->hasQuery()) { in makeAbsolute()596 && baseUriReference->hasQuery() == uriReference->hasQuery() in makeRelative()680 if (!omitQuery && uriReference->hasQuery()) { in makeRelative()
41 bool hasQuery, rtl::OUString const & query);71 sal_Bool hasQuery() throw (com::sun::star::uno::RuntimeException);
122 virtual ::sal_Bool SAL_CALL hasQuery() throw (css::uno::RuntimeException) in hasQuery() function in __anon399ad6700111::UrlReference123 { return base_.hasQuery(); } in hasQuery()
253 virtual sal_Bool SAL_CALL hasQuery() in hasQuery() function in __anon2a1aea450111::UrlReference255 { return m_base.hasQuery(); } in hasQuery()
157 sal_Bool UriReference::hasQuery() throw (css::uno::RuntimeException) { in hasQuery() function in UriReference
178 boolean hasQuery();
333 if (ref->hasQuery()) { in normalize()
276 data[i].query != 0, uriRef->hasQuery()); in testParse()
Completed in 36 milliseconds