Lines Matching refs:broker
224 css::uno::Reference< css::ucb::XContentProvider > const & broker, in normalizePrefix()
227 OSL_ASSERT(broker.is() && normalized != 0); in normalizePrefix()
230 content = broker->queryContent( in normalizePrefix()
232 broker, css::uno::UNO_QUERY_THROW)->createContentIdentifier( in normalizePrefix()
264 css::uno::Reference< css::ucb::XContentProvider > const & broker, in normalize()
275 switch (normalizePrefix(broker, normalized, &normalized)) { in normalize()
306 if (normalizePrefix(broker, normalized, &normalized) != SpecificFailure) in normalize()
367 css::uno::Reference< css::ucb::XContentProvider > broker; in normalizedMakeRelative() local
369 broker = css::uno::Reference< css::ucb::XContentProvider >( in normalizedMakeRelative()
390 uriFactory->parse(normalize(broker, uriFactory, baseUriReference)), in normalizedMakeRelative()
391 uriFactory->parse(normalize(broker, uriFactory, uriReference)), true, in normalizedMakeRelative()