Lines Matching refs:UriReference

37 using stoc::uriproc::UriReference;
39 UriReference::UriReference( in UriReference() function in UriReference
59 UriReference::~UriReference() {} in ~UriReference()
61 rtl::OUString UriReference::getUriReference() throw (css::uno::RuntimeException) in getUriReference()
77 sal_Bool UriReference::isAbsolute() throw (css::uno::RuntimeException) { in isAbsolute()
81 rtl::OUString UriReference::getScheme() throw (css::uno::RuntimeException) { in getScheme()
85 rtl::OUString UriReference::getSchemeSpecificPart() in getSchemeSpecificPart()
94 sal_Bool UriReference::isHierarchical() throw (css::uno::RuntimeException) { in isHierarchical()
99 sal_Bool UriReference::hasAuthority() throw (css::uno::RuntimeException) { in hasAuthority()
104 rtl::OUString UriReference::getAuthority() throw (css::uno::RuntimeException) { in getAuthority()
109 rtl::OUString UriReference::getPath() throw (css::uno::RuntimeException) { in getPath()
114 sal_Bool UriReference::hasRelativePath() throw (css::uno::RuntimeException) { in hasRelativePath()
120 sal_Int32 UriReference::getPathSegmentCount() throw (css::uno::RuntimeException) in getPathSegmentCount()
138 rtl::OUString UriReference::getPathSegment(sal_Int32 index) in getPathSegment()
157 sal_Bool UriReference::hasQuery() throw (css::uno::RuntimeException) { in hasQuery()
162 rtl::OUString UriReference::getQuery() throw (css::uno::RuntimeException) { in getQuery()
167 sal_Bool UriReference::hasFragment() throw (css::uno::RuntimeException) { in hasFragment()
172 rtl::OUString UriReference::getFragment() throw (css::uno::RuntimeException) { in getFragment()
177 void UriReference::setFragment(rtl::OUString const & fragment) in setFragment()
185 void UriReference::clearFragment() throw (css::uno::RuntimeException) { in clearFragment()
191 void UriReference::appendSchemeSpecificPart(rtl::OUStringBuffer & buffer) const in appendSchemeSpecificPart()