Lines Matching refs:css

75 namespace css = com::sun::star;
79 css::lang::XServiceInfo, css::registry::XSimpleRegistry,
80 css::util::XFlushable >,
84 Service(css::uno::Reference< css::uno::XComponentContext > const & context);
90 throw (css::uno::RuntimeException) in getImplementationName()
94 throw (css::uno::RuntimeException) in supportsService()
97 virtual css::uno::Sequence< rtl::OUString > SAL_CALL
98 getSupportedServiceNames() throw (css::uno::RuntimeException) in getSupportedServiceNames()
101 virtual rtl::OUString SAL_CALL getURL() throw (css::uno::RuntimeException);
106 css::registry::InvalidRegistryException,
107 css::uno::RuntimeException);
109 virtual sal_Bool SAL_CALL isValid() throw (css::uno::RuntimeException);
113 css::registry::InvalidRegistryException,
114 css::uno::RuntimeException);
118 css::registry::InvalidRegistryException,
119 css::uno::RuntimeException);
121 virtual css::uno::Reference< css::registry::XRegistryKey > SAL_CALL
124 css::registry::InvalidRegistryException,
125 css::uno::RuntimeException);
127 virtual sal_Bool SAL_CALL isReadOnly() throw (css::uno::RuntimeException);
131 css::registry::InvalidRegistryException,
132 css::registry::MergeConflictException, css::uno::RuntimeException);
134 virtual void SAL_CALL flush() throw (css::uno::RuntimeException);
137 css::uno::Reference< css::util::XFlushListener > const &)
138 throw (css::uno::RuntimeException);
141 css::uno::Reference< css::util::XFlushListener > const &)
142 throw (css::uno::RuntimeException);
150 css::uno::Reference< css::lang::XMultiServiceFactory > provider_;
152 css::uno::Reference< css::uno::XInterface > access_;
160 public cppu::WeakImplHelper1< css::registry::XRegistryKey >,
164 RegistryKey(Service & service, css::uno::Any const & value): in RegistryKey()
171 throw (css::uno::RuntimeException);
175 css::registry::InvalidRegistryException,
176 css::uno::RuntimeException);
178 virtual sal_Bool SAL_CALL isValid() throw (css::uno::RuntimeException);
180 virtual css::registry::RegistryKeyType SAL_CALL getKeyType(
183 css::registry::InvalidRegistryException,
184 css::uno::RuntimeException);
186 virtual css::registry::RegistryValueType SAL_CALL getValueType()
188 css::registry::InvalidRegistryException,
189 css::uno::RuntimeException);
193 css::registry::InvalidRegistryException,
194 css::registry::InvalidValueException, css::uno::RuntimeException);
198 css::registry::InvalidRegistryException,
199 css::uno::RuntimeException);
201 virtual css::uno::Sequence< sal_Int32 > SAL_CALL getLongListValue()
203 css::registry::InvalidRegistryException,
204 css::registry::InvalidValueException, css::uno::RuntimeException);
207 css::uno::Sequence< sal_Int32 > const &)
209 css::registry::InvalidRegistryException,
210 css::uno::RuntimeException);
214 css::registry::InvalidRegistryException,
215 css::registry::InvalidValueException, css::uno::RuntimeException);
219 css::registry::InvalidRegistryException,
220 css::uno::RuntimeException);
222 virtual css::uno::Sequence< rtl::OUString > SAL_CALL getAsciiListValue()
224 css::registry::InvalidRegistryException,
225 css::registry::InvalidValueException, css::uno::RuntimeException);
228 css::uno::Sequence< rtl::OUString > const &)
230 css::registry::InvalidRegistryException,
231 css::uno::RuntimeException);
235 css::registry::InvalidRegistryException,
236 css::registry::InvalidValueException, css::uno::RuntimeException);
240 css::registry::InvalidRegistryException,
241 css::uno::RuntimeException);
243 virtual css::uno::Sequence< rtl::OUString > SAL_CALL getStringListValue()
245 css::registry::InvalidRegistryException,
246 css::registry::InvalidValueException, css::uno::RuntimeException);
249 css::uno::Sequence< rtl::OUString > const &)
251 css::registry::InvalidRegistryException,
252 css::uno::RuntimeException);
254 virtual css::uno::Sequence< sal_Int8 > SAL_CALL getBinaryValue()
256 css::registry::InvalidRegistryException,
257 css::registry::InvalidValueException, css::uno::RuntimeException);
259 virtual void SAL_CALL setBinaryValue(css::uno::Sequence< sal_Int8 > const &)
261 css::registry::InvalidRegistryException,
262 css::uno::RuntimeException);
264 virtual css::uno::Reference< css::registry::XRegistryKey > SAL_CALL openKey(
267 css::registry::InvalidRegistryException,
268 css::uno::RuntimeException);
270 virtual css::uno::Reference< css::registry::XRegistryKey > SAL_CALL
273 css::registry::InvalidRegistryException,
274 css::uno::RuntimeException);
278 css::registry::InvalidRegistryException,
279 css::uno::RuntimeException);
283 css::registry::InvalidRegistryException,
284 css::uno::RuntimeException);
287 css::uno::Sequence< css::uno::Reference< css::registry::XRegistryKey > >
290 css::registry::InvalidRegistryException,
291 css::uno::RuntimeException);
293 virtual css::uno::Sequence< rtl::OUString > SAL_CALL getKeyNames()
295 css::registry::InvalidRegistryException,
296 css::uno::RuntimeException);
301 css::registry::InvalidRegistryException,
302 css::uno::RuntimeException);
306 css::registry::InvalidRegistryException,
307 css::uno::RuntimeException);
311 css::registry::InvalidRegistryException,
312 css::uno::RuntimeException);
317 css::registry::InvalidRegistryException,
318 css::uno::RuntimeException);
321 css::uno::Any value_;
325 css::uno::Reference< css::uno::XComponentContext > const & context) in Service()
329 provider_ = css::uno::Reference< css::lang::XMultiServiceFactory >( in Service()
330 (css::uno::Reference< css::lang::XMultiComponentFactory >( in Service()
331 context->getServiceManager(), css::uno::UNO_SET_THROW)-> in Service()
337 css::uno::UNO_QUERY_THROW); in Service()
338 } catch (css::uno::RuntimeException &) { in Service()
340 } catch (css::uno::Exception & e) { in Service()
341 throw css::uno::DeploymentException( in Service()
352 rtl::OUString Service::getURL() throw (css::uno::RuntimeException) { in getURL()
359 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in open()
366 css::uno::Sequence< css::uno::Any > args(1); in open()
367 args[0] <<= css::beans::NamedValue( in open()
369 css::uno::makeAny(rURL)); in open()
380 } catch (css::uno::RuntimeException &) { in open()
382 } catch (css::uno::Exception & e) { in open()
383 throw css::uno::RuntimeException( in open()
395 sal_Bool Service::isValid() throw (css::uno::RuntimeException) { in isValid()
401 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in close()
409 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in destroy()
411 throw css::uno::RuntimeException( in destroy()
419 css::uno::Reference< css::registry::XRegistryKey > Service::getRootKey() in getRootKey()
420 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in getRootKey()
424 return new RegistryKey(*this, css::uno::makeAny(access_)); in getRootKey()
427 sal_Bool Service::isReadOnly() throw (css::uno::RuntimeException) { in isReadOnly()
435 css::registry::InvalidRegistryException, in mergeKey()
436 css::registry::MergeConflictException, css::uno::RuntimeException) in mergeKey()
438 throw css::uno::RuntimeException( in mergeKey()
446 void Service::flush() throw (css::uno::RuntimeException) in flush()
448 throw css::uno::RuntimeException( in flush()
457 css::uno::Reference< css::util::XFlushListener > const &) in addFlushListener()
458 throw (css::uno::RuntimeException) in addFlushListener()
460 throw css::uno::RuntimeException( in addFlushListener()
469 css::uno::Reference< css::util::XFlushListener > const &) in removeFlushListener()
470 throw (css::uno::RuntimeException) in removeFlushListener()
472 throw css::uno::RuntimeException( in removeFlushListener()
482 throw css::registry::InvalidRegistryException( in checkValid()
493 throw css::uno::RuntimeException( in checkValid_RuntimeException()
506 rtl::OUString RegistryKey::getKeyName() throw (css::uno::RuntimeException) { in getKeyName()
509 css::uno::Reference< css::container::XNamed > named; in getKeyName()
513 throw css::uno::RuntimeException( in getKeyName()
522 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in isReadOnly()
529 sal_Bool RegistryKey::isValid() throw (css::uno::RuntimeException) { in isValid()
533 css::registry::RegistryKeyType RegistryKey::getKeyType(rtl::OUString const &) in getKeyType()
534 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in getKeyType()
538 return css::registry::RegistryKeyType_KEY; in getKeyType()
541 css::registry::RegistryValueType RegistryKey::getValueType() in getValueType()
542 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in getValueType()
546 css::uno::Type t(value_.getValueType()); in getValueType()
548 case css::uno::TypeClass_LONG: in getValueType()
549 return css::registry::RegistryValueType_LONG; in getValueType()
550 case css::uno::TypeClass_STRING: in getValueType()
551 return css::registry::RegistryValueType_STRING; in getValueType()
552 case css::uno::TypeClass_SEQUENCE: in getValueType()
553 if (t == cppu::UnoType< css::uno::Sequence< sal_Int8 > >::get()) { in getValueType()
554 return css::registry::RegistryValueType_BINARY; in getValueType()
555 } else if (t == cppu::UnoType< css::uno::Sequence< sal_Int32 > >::get()) in getValueType()
557 return css::registry::RegistryValueType_LONGLIST; in getValueType()
559 cppu::UnoType< css::uno::Sequence< rtl::OUString > >::get()) in getValueType()
561 return css::registry::RegistryValueType_STRINGLIST; in getValueType()
565 return css::registry::RegistryValueType_NOT_DEFINED; in getValueType()
571 css::registry::InvalidRegistryException, in getLongValue()
572 css::registry::InvalidValueException, css::uno::RuntimeException) in getLongValue()
580 throw css::registry::InvalidValueException( in getLongValue()
588 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in setLongValue()
590 throw css::uno::RuntimeException( in setLongValue()
598 css::uno::Sequence< sal_Int32 > RegistryKey::getLongListValue() in getLongListValue()
600 css::registry::InvalidRegistryException, in getLongListValue()
601 css::registry::InvalidValueException, css::uno::RuntimeException) in getLongListValue()
605 css::uno::Sequence< sal_Int32 > v; in getLongListValue()
609 throw css::registry::InvalidValueException( in getLongListValue()
616 void RegistryKey::setLongListValue(css::uno::Sequence< sal_Int32 > const &) in setLongListValue()
617 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in setLongListValue()
619 throw css::uno::RuntimeException( in setLongListValue()
629 css::registry::InvalidRegistryException, in getAsciiValue()
630 css::registry::InvalidValueException, css::uno::RuntimeException) in getAsciiValue()
638 throw css::registry::InvalidValueException( in getAsciiValue()
646 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in setAsciiValue()
648 throw css::uno::RuntimeException( in setAsciiValue()
656 css::uno::Sequence< rtl::OUString > RegistryKey::getAsciiListValue() in getAsciiListValue()
658 css::registry::InvalidRegistryException, in getAsciiListValue()
659 css::registry::InvalidValueException, css::uno::RuntimeException) in getAsciiListValue()
663 css::uno::Sequence< rtl::OUString > v; in getAsciiListValue()
667 throw css::registry::InvalidValueException( in getAsciiListValue()
674 void RegistryKey::setAsciiListValue(css::uno::Sequence< rtl::OUString > const &) in setAsciiListValue()
675 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in setAsciiListValue()
677 throw css::uno::RuntimeException( in setAsciiListValue()
687 css::registry::InvalidRegistryException, in getStringValue()
688 css::registry::InvalidValueException, css::uno::RuntimeException) in getStringValue()
696 throw css::registry::InvalidValueException( in getStringValue()
704 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in setStringValue()
706 throw css::uno::RuntimeException( in setStringValue()
714 css::uno::Sequence< rtl::OUString > RegistryKey::getStringListValue() in getStringListValue()
716 css::registry::InvalidRegistryException, in getStringListValue()
717 css::registry::InvalidValueException, css::uno::RuntimeException) in getStringListValue()
721 css::uno::Sequence< rtl::OUString > v; in getStringListValue()
725 throw css::registry::InvalidValueException( in getStringListValue()
733 css::uno::Sequence< rtl::OUString > const &) in setStringListValue()
734 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in setStringListValue()
736 throw css::uno::RuntimeException( in setStringListValue()
744 css::uno::Sequence< sal_Int8 > RegistryKey::getBinaryValue() in getBinaryValue()
746 css::registry::InvalidRegistryException, in getBinaryValue()
747 css::registry::InvalidValueException, css::uno::RuntimeException) in getBinaryValue()
751 css::uno::Sequence< sal_Int8 > v; in getBinaryValue()
755 throw css::registry::InvalidValueException( in getBinaryValue()
762 void RegistryKey::setBinaryValue(css::uno::Sequence< sal_Int8 > const &) in setBinaryValue()
763 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in setBinaryValue()
765 throw css::uno::RuntimeException( in setBinaryValue()
773 css::uno::Reference< css::registry::XRegistryKey > RegistryKey::openKey( in openKey()
775 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in openKey()
779 css::uno::Reference< css::container::XHierarchicalNameAccess > access; in openKey()
784 } catch (css::container::NoSuchElementException &) {} in openKey()
786 return css::uno::Reference< css::registry::XRegistryKey >(); in openKey()
789 css::uno::Reference< css::registry::XRegistryKey > RegistryKey::createKey( in createKey()
792 css::registry::InvalidRegistryException, css::uno::RuntimeException) in createKey()
794 throw css::uno::RuntimeException( in createKey()
804 css::registry::InvalidRegistryException, css::uno::RuntimeException) in closeKey()
811 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in deleteKey()
813 throw css::uno::RuntimeException( in deleteKey()
821 css::uno::Sequence< css::uno::Reference< css::registry::XRegistryKey > >
823 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in openKeys()
825 throw css::uno::RuntimeException( in openKeys()
833 css::uno::Sequence< rtl::OUString > RegistryKey::getKeyNames() in getKeyNames()
834 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in getKeyNames()
836 throw css::uno::RuntimeException( in getKeyNames()
845 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in createLink()
853 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in deleteLink()
860 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in getLinkTarget()
868 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in getResolvedName()
877 css::uno::Reference< css::uno::XInterface > create( in create()
878 css::uno::Reference< css::uno::XComponentContext > const & context) in create()
889 css::uno::Sequence< rtl::OUString > getSupportedServiceNames() { in getSupportedServiceNames()
893 return css::uno::Sequence< rtl::OUString >(&name, 1); in getSupportedServiceNames()