Home
last modified time | relevance | path

Searched refs:hasQuery (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/stoc/source/uriproc/
H A DUriReferenceFactory.cxx186 virtual sal_Bool SAL_CALL hasQuery() in hasQuery() function in __anon2fee22520111::UriReference
188 { return m_base.hasQuery(); } in hasQuery()
230 bool hasQuery = false; in parseGeneric() local
254 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()
H A DUriReference.hxx41 bool hasQuery, rtl::OUString const & query);
71 sal_Bool hasQuery() throw (com::sun::star::uno::RuntimeException);
H A DUriSchemeParser_vndDOTsunDOTstarDOTexpand.cxx122 virtual ::sal_Bool SAL_CALL hasQuery() throw (css::uno::RuntimeException) in hasQuery() function in __anona66d3bb90111::UrlReference
123 { return base_.hasQuery(); } in hasQuery()
H A DUriSchemeParser_vndDOTsunDOTstarDOTscript.cxx253 virtual sal_Bool SAL_CALL hasQuery() in hasQuery() function in __anon96ed4f8e0111::UrlReference
255 { return m_base.hasQuery(); } in hasQuery()
H A DUriReference.cxx157 sal_Bool UriReference::hasQuery() throw (css::uno::RuntimeException) { in hasQuery() function in UriReference
/aoo4110/main/udkapi/com/sun/star/uri/
H A DXUriReference.idl178 boolean hasQuery();
/aoo4110/main/svl/source/misc/
H A Durihelper.cxx333 if (ref->hasQuery()) { in normalize()
/aoo4110/main/stoc/test/uriproc/
H A Dtest_uriproc.cxx276 data[i].query != 0, uriRef->hasQuery()); in testParse()

Completed in 29 milliseconds