Searched refs:hasRelativePath (Results 1 – 8 of 8) sorted by relevance
110 virtual ::sal_Bool SAL_CALL hasRelativePath() in hasRelativePath() function in __anon399ad6700111::UrlReference112 { return base_.hasRelativePath(); } in hasRelativePath()
174 virtual sal_Bool SAL_CALL hasRelativePath() in hasRelativePath() function in __anonc641b1c90111::UriReference176 { return m_base.hasRelativePath(); } in hasRelativePath()482 if (uriReference->hasRelativePath()) { in makeAbsolute()
241 virtual sal_Bool SAL_CALL hasRelativePath() in hasRelativePath() function in __anon2a1aea450111::UrlReference243 { return m_base.hasRelativePath(); } in hasRelativePath()
63 sal_Bool hasRelativePath() throw (com::sun::star::uno::RuntimeException);
114 sal_Bool UriReference::hasRelativePath() throw (css::uno::RuntimeException) { in hasRelativePath() function in UriReference
166 bool hasRelativePath; in testParse() member243 data[i].hasRelativePath, in testParse()244 static_cast< bool >(uriRef->hasRelativePath())); in testParse()
139 boolean hasRelativePath();
214 && uriReference->isHierarchical() && !uriReference->hasRelativePath(); in isAbsoluteHierarchicalUriReference()
Completed in 57 milliseconds