Lines Matching refs:css

57 namespace css = com::sun::star;
129 throw css::registry::InvalidRegistryException( in Parser()
134 css::uno::Reference< css::uno::XInterface >()); in Parser()
139 throw css::registry::InvalidRegistryException( in Parser()
144 css::uno::Reference< css::uno::XInterface >()); in Parser()
157 throw css::registry::InvalidRegistryException( in Parser()
162 css::uno::Reference< css::uno::XInterface >()); in Parser()
177 throw css::registry::InvalidRegistryException( in Parser()
182 css::uno::Reference< css::uno::XInterface >()); in Parser()
202 throw css::registry::InvalidRegistryException( in Parser()
207 css::uno::Reference< css::uno::XInterface >()); in Parser()
213 throw css::registry::InvalidRegistryException( in Parser()
218 css::uno::Reference< css::uno::XInterface >()); in Parser()
224 throw css::registry::InvalidRegistryException( in Parser()
229 css::uno::Reference< css::uno::XInterface >()); in Parser()
244 throw css::registry::InvalidRegistryException( in handleComponent()
249 css::uno::Reference< css::uno::XInterface >()); in handleComponent()
253 throw css::registry::InvalidRegistryException( in handleComponent()
258 css::uno::Reference< css::uno::XInterface >()); in handleComponent()
264 throw css::registry::InvalidRegistryException( in handleComponent()
270 css::uno::Reference< css::uno::XInterface >()); in handleComponent()
274 throw css::registry::InvalidRegistryException( in handleComponent()
279 css::uno::Reference< css::uno::XInterface >()); in handleComponent()
282 throw css::registry::InvalidRegistryException( in handleComponent()
288 css::uno::Reference< css::uno::XInterface >()); in handleComponent()
292 throw css::registry::InvalidRegistryException( in handleComponent()
297 css::uno::Reference< css::uno::XInterface >()); in handleComponent()
300 throw css::registry::InvalidRegistryException( in handleComponent()
305 css::uno::Reference< css::uno::XInterface >()); in handleComponent()
310 throw css::registry::InvalidRegistryException( in handleComponent()
315 css::uno::Reference< css::uno::XInterface >()); in handleComponent()
324 throw css::registry::InvalidRegistryException( in handleImplementation()
331 css::uno::Reference< css::uno::XInterface >()); in handleImplementation()
358 throw css::registry::InvalidRegistryException( in getNameAttribute()
363 css::uno::Reference< css::uno::XInterface >()); in getNameAttribute()
367 throw css::registry::InvalidRegistryException( in getNameAttribute()
372 css::uno::Reference< css::uno::XInterface >()); in getNameAttribute()
375 throw css::registry::InvalidRegistryException( in getNameAttribute()
380 css::uno::Reference< css::uno::XInterface >()); in getNameAttribute()
384 throw css::registry::InvalidRegistryException( in getNameAttribute()
389 css::uno::Reference< css::uno::XInterface >()); in getNameAttribute()
408 class Key: public cppu::WeakImplHelper1< css::registry::XRegistryKey > {
447 throw (css::uno::RuntimeException);
450 css::registry::InvalidRegistryException, css::uno::RuntimeException);
452 virtual sal_Bool SAL_CALL isValid() throw(css::uno::RuntimeException);
454 virtual css::registry::RegistryKeyType SAL_CALL getKeyType(
457 css::registry::InvalidRegistryException,
458 css::uno::RuntimeException);
460 virtual css::registry::RegistryValueType SAL_CALL getValueType() throw(
461 css::registry::InvalidRegistryException, css::uno::RuntimeException);
464 css::registry::InvalidRegistryException,
465 css::registry::InvalidValueException, css::uno::RuntimeException);
468 css::registry::InvalidRegistryException, css::uno::RuntimeException);
470 virtual css::uno::Sequence< sal_Int32 > SAL_CALL getLongListValue() throw(
471 css::registry::InvalidRegistryException,
472 css::registry::InvalidValueException, css::uno::RuntimeException);
477 css::registry::InvalidRegistryException,
478 css::uno::RuntimeException);
481 css::registry::InvalidRegistryException,
482 css::registry::InvalidValueException, css::uno::RuntimeException);
485 css::registry::InvalidRegistryException, css::uno::RuntimeException);
487 virtual css::uno::Sequence< rtl::OUString > SAL_CALL getAsciiListValue()
489 css::registry::InvalidRegistryException,
490 css::registry::InvalidValueException, css::uno::RuntimeException);
493 css::uno::Sequence< rtl::OUString > const & seqValue)
495 css::registry::InvalidRegistryException,
496 css::uno::RuntimeException);
499 css::registry::InvalidRegistryException,
500 css::registry::InvalidValueException, css::uno::RuntimeException);
503 css::registry::InvalidRegistryException, css::uno::RuntimeException);
505 virtual css::uno::Sequence< rtl::OUString > SAL_CALL getStringListValue()
507 css::registry::InvalidRegistryException,
508 css::registry::InvalidValueException, css::uno::RuntimeException);
511 css::uno::Sequence< rtl::OUString > const & seqValue)
513 css::registry::InvalidRegistryException,
514 css::uno::RuntimeException);
516 virtual css::uno::Sequence< sal_Int8 > SAL_CALL getBinaryValue() throw (
517 css::registry::InvalidRegistryException,
518 css::registry::InvalidValueException, css::uno::RuntimeException);
521 css::uno::Sequence< sal_Int8 > const & value)
523 css::registry::InvalidRegistryException,
524 css::uno::RuntimeException);
526 virtual css::uno::Reference< css::registry::XRegistryKey > SAL_CALL openKey(
529 css::registry::InvalidRegistryException,
530 css::uno::RuntimeException);
532 virtual css::uno::Reference< css::registry::XRegistryKey > SAL_CALL
534 css::registry::InvalidRegistryException, css::uno::RuntimeException);
537 css::registry::InvalidRegistryException, css::uno::RuntimeException);
540 css::registry::InvalidRegistryException, css::uno::RuntimeException);
543 css::uno::Sequence< css::uno::Reference< css::registry::XRegistryKey > >
545 css::registry::InvalidRegistryException, css::uno::RuntimeException);
547 virtual css::uno::Sequence< rtl::OUString > SAL_CALL getKeyNames() throw (
548 css::registry::InvalidRegistryException, css::uno::RuntimeException);
553 css::registry::InvalidRegistryException,
554 css::uno::RuntimeException);
557 css::registry::InvalidRegistryException, css::uno::RuntimeException);
562 css::registry::InvalidRegistryException,
563 css::uno::RuntimeException);
568 css::registry::InvalidRegistryException,
569 css::uno::RuntimeException);
573 State * state, css::registry::RegistryValueType * type) const;
575 css::uno::Sequence< rtl::OUString > getChildren();
581 rtl::OUString Key::getKeyName() throw (css::uno::RuntimeException) { in getKeyName()
586 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in isReadOnly()
591 sal_Bool Key::isValid() throw(css::uno::RuntimeException) { in isValid()
595 css::registry::RegistryKeyType Key::getKeyType(rtl::OUString const & rKeyName) in getKeyType()
596 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in getKeyType()
599 throw css::registry::InvalidRegistryException( in getKeyType()
604 return css::registry::RegistryKeyType_KEY; in getKeyType()
607 css::registry::RegistryValueType Key::getValueType() in getValueType()
608 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in getValueType()
610 css::registry::RegistryValueType type = in getValueType()
611 css::registry::RegistryValueType_NOT_DEFINED; in getValueType()
617 css::registry::InvalidRegistryException, in getLongValue()
618 css::registry::InvalidValueException, css::uno::RuntimeException) in getLongValue()
620 throw css::registry::InvalidValueException( in getLongValue()
629 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in setLongValue()
631 throw css::registry::InvalidRegistryException( in setLongValue()
639 css::uno::Sequence< sal_Int32 > Key::getLongListValue() throw ( in getLongListValue()
640 css::registry::InvalidRegistryException, in getLongListValue()
641 css::registry::InvalidValueException, css::uno::RuntimeException) in getLongListValue()
643 throw css::registry::InvalidValueException( in getLongListValue()
651 void Key::setLongListValue(css::uno::Sequence< sal_Int32 > const &) in setLongListValue()
652 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in setLongListValue()
654 throw css::registry::InvalidRegistryException( in setLongListValue()
663 css::registry::InvalidRegistryException, in getAsciiValue()
664 css::registry::InvalidValueException, css::uno::RuntimeException) in getAsciiValue()
674 throw css::registry::InvalidValueException( in getAsciiValue()
684 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in setAsciiValue()
686 throw css::registry::InvalidRegistryException( in setAsciiValue()
694 css::uno::Sequence< rtl::OUString > Key::getAsciiListValue() throw ( in getAsciiListValue()
695 css::registry::InvalidRegistryException, in getAsciiListValue()
696 css::registry::InvalidValueException, css::uno::RuntimeException) in getAsciiListValue()
709 throw css::registry::InvalidValueException( in getAsciiListValue()
717 throw css::registry::InvalidValueException( in getAsciiListValue()
724 css::uno::Sequence< rtl::OUString > seq( in getAsciiListValue()
735 void Key::setAsciiListValue(css::uno::Sequence< rtl::OUString > const &) in setAsciiListValue()
736 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in setAsciiListValue()
738 throw css::registry::InvalidRegistryException( in setAsciiListValue()
747 css::registry::InvalidRegistryException, in getStringValue()
748 css::registry::InvalidValueException, css::uno::RuntimeException) in getStringValue()
755 throw css::registry::InvalidRegistryException( in getStringValue()
767 throw css::registry::InvalidValueException( in getStringValue()
776 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in setStringValue()
778 throw css::registry::InvalidRegistryException( in setStringValue()
786 css::uno::Sequence< rtl::OUString > Key::getStringListValue() throw ( in getStringListValue()
787 css::registry::InvalidRegistryException, in getStringListValue()
788 css::registry::InvalidValueException, css::uno::RuntimeException) in getStringListValue()
790 throw css::registry::InvalidValueException( in getStringListValue()
798 void Key::setStringListValue(css::uno::Sequence< rtl::OUString > const &) in setStringListValue()
799 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in setStringListValue()
801 throw css::registry::InvalidRegistryException( in setStringListValue()
809 css::uno::Sequence< sal_Int8 > Key::getBinaryValue() in getBinaryValue()
811 css::registry::InvalidRegistryException, in getBinaryValue()
812 css::registry::InvalidValueException, css::uno::RuntimeException) in getBinaryValue()
814 throw css::registry::InvalidValueException( in getBinaryValue()
822 void Key::setBinaryValue(css::uno::Sequence< sal_Int8 > const &) in setBinaryValue()
823 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in setBinaryValue()
825 throw css::registry::InvalidRegistryException( in setBinaryValue()
833 css::uno::Reference< css::registry::XRegistryKey > Key::openKey( in openKey()
835 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in openKey()
839 return css::uno::Reference< css::registry::XRegistryKey >(); in openKey()
844 css::uno::Reference< css::registry::XRegistryKey > Key::createKey( in createKey()
846 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in createKey()
848 throw css::registry::InvalidRegistryException( in createKey()
857 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in closeKey()
861 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in deleteKey()
863 throw css::registry::InvalidRegistryException( in deleteKey()
871 css::uno::Sequence< css::uno::Reference< css::registry::XRegistryKey > >
873 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in openKeys()
875 css::uno::Sequence< rtl::OUString > names(getChildren()); in openKeys()
876 css::uno::Sequence< css::uno::Reference< css::registry::XRegistryKey > > in openKeys()
885 css::uno::Sequence< rtl::OUString > Key::getKeyNames() in getKeyNames()
886 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in getKeyNames()
888 css::uno::Sequence< rtl::OUString > names(getChildren()); in getKeyNames()
898 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in createLink()
900 throw css::registry::InvalidRegistryException( in createLink()
909 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in deleteLink()
911 throw css::registry::InvalidRegistryException( in deleteLink()
920 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in getLinkTarget()
922 throw css::registry::InvalidRegistryException( in getLinkTarget()
931 throw (css::registry::InvalidRegistryException, css::uno::RuntimeException) in getResolvedName()
940 State * state, css::registry::RegistryValueType * type) const in find()
955 css::registry::RegistryValueType type; in find()
962 { css::registry::RegistryValueType_NOT_DEFINED, 3, in find()
967 { css::registry::RegistryValueType_NOT_DEFINED, 1, in find()
970 { css::registry::RegistryValueType_NOT_DEFINED, 1, in find()
973 { css::registry::RegistryValueType_NOT_DEFINED, 4, in find()
979 { css::registry::RegistryValueType_ASCII, 0, {} }, in find()
981 { css::registry::RegistryValueType_ASCII, 0, {} }, in find()
983 { css::registry::RegistryValueType_NOT_DEFINED, 1, in find()
986 { css::registry::RegistryValueType_NOT_DEFINED, 0, {} }, in find()
988 { css::registry::RegistryValueType_NOT_DEFINED, 1, in find()
991 { css::registry::RegistryValueType_STRING, 0, {} }, in find()
993 { css::registry::RegistryValueType_NOT_DEFINED, 1, in find()
996 { css::registry::RegistryValueType_ASCIILIST, 0, {} }, in find()
998 { css::registry::RegistryValueType_NOT_DEFINED, 1, in find()
1001 { css::registry::RegistryValueType_STRING, 1, in find()
1004 { css::registry::RegistryValueType_ASCIILIST, 0, {} } }; in find()
1051 css::uno::Sequence< rtl::OUString > Key::getChildren() { in getChildren()
1060 css::uno::Sequence< rtl::OUString > seq(3); in getChildren()
1070 throw css::registry::InvalidValueException( in getChildren()
1077 css::uno::Sequence< rtl::OUString > seq( in getChildren()
1089 css::uno::Sequence< rtl::OUString > seq(4); in getChildren()
1102 return css::uno::Sequence< rtl::OUString >(); in getChildren()
1108 throw css::registry::InvalidValueException( in getChildren()
1115 css::uno::Sequence< rtl::OUString > seq( in getChildren()
1132 throw css::registry::InvalidValueException( in getChildren()
1139 css::uno::Sequence< rtl::OUString > seq( in getChildren()
1154 throw css::registry::InvalidValueException( in getChildren()
1161 css::uno::Sequence< rtl::OUString > seq( in getChildren()
1174 throw css::registry::InvalidValueException( in getChildren()
1181 css::uno::Sequence< rtl::OUString > seq( in getChildren()
1193 css::uno::Sequence< rtl::OUString > seq(1); in getChildren()
1208 } catch (css::container::NoSuchElementException &) { in TextualServices()
1209 throw css::registry::InvalidRegistryException( in TextualServices()
1213 css::uno::Reference< css::uno::XInterface >()); in TextualServices()
1219 css::uno::Reference< css::registry::XRegistryKey > TextualServices::getRootKey() in getRootKey()