Home
last modified time | relevance | path

Searched refs:registry (Results 1 – 25 of 617) sorted by relevance

12345678910>>...25

/AOO41X/main/stoc/source/simpleregistry/
H A Dsimpleregistry.cxx71 css::registry::XSimpleRegistry, css::lang::XServiceInfo >
86 css::registry::InvalidRegistryException,
92 css::registry::InvalidRegistryException, css::uno::RuntimeException);
95 css::registry::InvalidRegistryException, css::uno::RuntimeException);
97 virtual css::uno::Reference< css::registry::XRegistryKey > SAL_CALL
99 css::registry::InvalidRegistryException, css::uno::RuntimeException);
102 css::registry::InvalidRegistryException, css::uno::RuntimeException);
107 css::registry::InvalidRegistryException,
108 css::registry::MergeConflictException, css::uno::RuntimeException);
126 class Key: public cppu::WeakImplHelper1< css::registry::XRegistryKey > {
[all …]
H A Dtextualservices.cxx129 throw css::registry::InvalidRegistryException( in Parser()
139 throw css::registry::InvalidRegistryException( in Parser()
157 throw css::registry::InvalidRegistryException( in Parser()
177 throw css::registry::InvalidRegistryException( in Parser()
202 throw css::registry::InvalidRegistryException( in Parser()
213 throw css::registry::InvalidRegistryException( in Parser()
224 throw css::registry::InvalidRegistryException( in Parser()
244 throw css::registry::InvalidRegistryException( in handleComponent()
253 throw css::registry::InvalidRegistryException( in handleComponent()
264 throw css::registry::InvalidRegistryException( in handleComponent()
[all …]
/AOO41X/main/officecfg/prj/
H A Dd.lst1 mkdir: %_DEST%\xml%_EXT%\registry
2 mkdir: %_DEST%\xml%_EXT%\registry\schema
3 mkdir: %_DEST%\xml%_EXT%\registry\schema\org
4 mkdir: %_DEST%\xml%_EXT%\registry\schema\org\openoffice
5 mkdir: %_DEST%\xml%_EXT%\registry\schema\org\openoffice\Office
6 mkdir: %_DEST%\xml%_EXT%\registry\schema\org\openoffice\Office\UI
7 mkdir: %_DEST%\xml%_EXT%\registry\schema\org\openoffice\Office\DataAccess
8 mkdir: %_DEST%\xml%_EXT%\registry\schema\org\openoffice\Office\OOoImprovement
9 mkdir: %_DEST%\xml%_EXT%\registry\schema\org\openoffice\ucb
10 mkdir: %_DEST%\xml%_EXT%\registry\schema\org\openoffice\TypeDetection
[all …]
/AOO41X/main/configmgr/source/
H A Dconfigurationregistry.cxx79 css::lang::XServiceInfo, css::registry::XSimpleRegistry,
106 css::registry::InvalidRegistryException,
113 css::registry::InvalidRegistryException,
118 css::registry::InvalidRegistryException,
121 virtual css::uno::Reference< css::registry::XRegistryKey > SAL_CALL
124 css::registry::InvalidRegistryException,
131 css::registry::InvalidRegistryException,
132 css::registry::MergeConflictException, css::uno::RuntimeException);
160 public cppu::WeakImplHelper1< css::registry::XRegistryKey >,
175 css::registry::InvalidRegistryException,
[all …]
/AOO41X/main/solenv/bin/modules/installer/windows/
H A Dregistry.pm24 package installer::windows::registry;
182 my ($registry) = @_;
186 if ( $registry->{'gid'} ) { $identifier = $registry->{'gid'}; }
211 $registry->{'uniquename'} = $identifier;
222 my ($registry) = @_;
227 if ( $registry->{'ParentID'} ) { $scproot = $registry->{'ParentID'}; }
246 my ($registry, $allvariableshashref) = @_;
250 if ( $registry->{'Subkey'} ) { $key = $registry->{'Subkey'}; }
263 my ($registry, $allvariableshashref) = @_;
267 if ( $registry->{'Name'} ) { $name = $registry->{'Name'}; }
[all …]
/AOO41X/main/cppuhelper/test/loader/
H A Dloader.test.cxx42 class MyKey : public cppu::WeakImplHelper1<registry::XRegistryKey>
49 …virtual sal_Bool SAL_CALL isReadOnly( ) throw (registry::InvalidRegistryException, uno::RuntimeEx… in isReadOnly()
51registry::RegistryKeyType SAL_CALL getKeyType( const rtl::OUString& /*rKeyName*/ ) throw (registry in getKeyType()
52 …virtual registry::RegistryValueType SAL_CALL getValueType( ) throw (registry::InvalidRegistryExce… in getValueType()
53 …virtual sal_Int32 SAL_CALL getLongValue( ) throw (registry::InvalidRegistryException, registry::I… in getLongValue()
54 …virtual void SAL_CALL setLongValue( sal_Int32 /*value*/ ) throw (registry::InvalidRegistryExceptio… in setLongValue()
55 …nce< sal_Int32 > SAL_CALL getLongListValue( ) throw (registry::InvalidRegistryException, registry in getLongListValue()
56 …tLongListValue( const uno::Sequence< sal_Int32 >& /*seqValue*/ ) throw (registry::InvalidRegistryE… in setLongListValue()
57 …rtual rtl::OUString SAL_CALL getAsciiValue( ) throw (registry::InvalidRegistryException, registry in getAsciiValue()
58 …virtual void SAL_CALL setAsciiValue( const rtl::OUString& /*value*/ ) throw (registry::InvalidRegi… in setAsciiValue()
[all …]
/AOO41X/main/udkapi/com/sun/star/registry/
H A DXRegistryKey.idl31 #include <com/sun/star/registry/InvalidRegistryException.idl>
35 #include <com/sun/star/registry/RegistryKeyType.idl>
39 #include <com/sun/star/registry/RegistryValueType.idl>
43 #include <com/sun/star/registry/InvalidValueException.idl>
49 module com { module sun { module star { module registry {
53 of a single registry key accessible.
55 <p>This is the main interface for registry keys.<p>
76 if the registry is not open.
79 raises( com::sun::star::registry::InvalidRegistryException );
95 if the registry is not open.
[all …]
H A DXSimpleRegistry.idl31 #include <com/sun/star/registry/InvalidRegistryException.idl>
35 #include <com/sun/star/registry/XRegistryKey.idl>
39 #include <com/sun/star/registry/MergeConflictException.idl>
45 module com { module sun { module star { module registry {
48 /** allows access to a registry (a persistent data source).
57 /** returns the URL of the current data source of the registry.
62 /** connects the registry to a persistent data source represented by
65 <p>If a local registry is already open, this function
66 will close the currently open registry.
80 if the registry does not exist.
[all …]
H A DDefaultRegistry.idl27 #include <com/sun/star/registry/XSimpleRegistry.idl>
33 module com { module sun { module star { module registry {
37 // DocMerge from xml: service com::sun::star::registry::DefaultRegistry
38 /** implicitly supports a local registry and a read-only
39 system registry for global information.
49 <dd> returns the name of the local registry.
53 <dd> checks if the local registry is valid. If the interface is not <NULL/>
54 the local registry should always be valid.
57 <dd> checks if the local registry has write protection.
61 <dd> merges all information from the specified registry in the local registry.
[all …]
/AOO41X/extras/l10n/source/fa/
H A Dlocalize.sdf2482 mysqlc source\registry\data\org\openoffice\Office\DataAccess\Drivers.xcu 0 value .Drivers.In…
2533 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_REGISTERING_PACKAGE …
2534 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_REVOKING_PACKAGE …
2535 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_CANNOT_DETECT_MEDIA_TYPE …
2536 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_UNSUPPORTED_MEDIA_TYPE …
2537 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_ERROR_WHILE_REGISTERING …
2538 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_ERROR_WHILE_REVOKING …
2543 desktop source\deployment\registry\sfwk\dp_sfwk.src 0 string RID_STR_SFWK_LIB 0 …
2544 desktop source\deployment\registry\script\dp_script.src 0 string RID_STR_DIALOG_LIB …
2545 desktop source\deployment\registry\script\dp_script.src 0 string RID_STR_LIBNAME_ALREADY_EXISTS …
[all …]
/AOO41X/main/solenv/inc/
H A Dtg_config.mk42 XCS_TRIM=$(PROCESSOUT)/registry/schema/$(PACKAGEDIR)/{$(XCSFILES)}
52 $(XCS_TRIM) : $(DTDDIR)/registry/component-schema.dtd \
58 $(PROCESSOUT)/registry/schema/$(PACKAGEDIR)/%.xcs : %.xcs
84 $(PROCESSOUT)/registry/res/{$(alllangiso)}/$(PACKAGEDIR)/%.properties :| $(PROCESSOUT)/merge/$(PACK…
91 … --stringparam locale {$(subst,/$(PACKAGEDIR)/$(@:f), $(subst,$(PROCESSOUT)/registry/res/, $@))} \
99 XCU_DEFAULT =$(PROCESSOUT)/registry/data/$(PACKAGEDIR)/{$(XCUFILES)}
100 XCU_MODULES =$(foreach,i,$(MODULEFILES) $(PROCESSOUT)/registry/spool/$(PACKAGEDIR)/$(i))
101 XCU_LANG =$(foreach,i,$(LOCALIZEDFILES) $(PROCESSOUT)/registry/res/{$(alllangiso)}/$(PACKAGEDIR)…
105 $(XCU_DEFAULT) : $(DTDDIR)/registry/component-update.dtd \
110 $(PROCESSOUT)/registry/data/$(PACKAGEDIR)/%.xcu : %.xcu
[all …]
/AOO41X/main/stoc/source/implementationregistration/
H A Dmergekeys.cxx58 Reference< registry::XRegistryKey > const & xDest, in mergeKeys()
59 Reference< registry::XRegistryKey > const & xSource, in mergeKeys()
64 throw registry::InvalidRegistryException( in mergeKeys()
69 throw registry::InvalidRegistryException( in mergeKeys()
77 case registry::RegistryValueType_NOT_DEFINED: in mergeKeys()
79 case registry::RegistryValueType_LONG: in mergeKeys()
82 case registry::RegistryValueType_ASCII: in mergeKeys()
85 case registry::RegistryValueType_STRING: in mergeKeys()
88 case registry::RegistryValueType_BINARY: in mergeKeys()
91 case registry::RegistryValueType_LONGLIST: in mergeKeys()
[all …]
/AOO41X/extras/l10n/source/ml/
H A Dlocalize.sdf1743 swext mediawiki\src\registry\data\org\openoffice\Office\OptionsDialog.xcu 0 value .OptionsDia…
1744 swext mediawiki\src\registry\data\org\openoffice\Office\Addons.xcu 0 value .Addons.AddonUI…
1745 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1746 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1747 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1748 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1749 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1750 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1751 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1752 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
[all …]
/AOO41X/extras/l10n/source/as/
H A Dlocalize.sdf1791 swext mediawiki\src\registry\data\org\openoffice\Office\OptionsDialog.xcu 0 value .OptionsDia…
1792 swext mediawiki\src\registry\data\org\openoffice\Office\Addons.xcu 0 value .Addons.AddonUI…
1793 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1794 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1795 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1796 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1797 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1798 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1799 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1800 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
[all …]
/AOO41X/extras/l10n/source/te/
H A Dlocalize.sdf1910 swext mediawiki\src\registry\data\org\openoffice\Office\OptionsDialog.xcu 0 value .OptionsDia…
1911 swext mediawiki\src\registry\data\org\openoffice\Office\Addons.xcu 0 value .Addons.AddonUI…
1912 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1913 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1914 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1915 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1916 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1917 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1918 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1919 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
[all …]
/AOO41X/extras/l10n/source/or/
H A Dlocalize.sdf1907 swext mediawiki\src\registry\data\org\openoffice\Office\OptionsDialog.xcu 0 value .OptionsDia…
1908 swext mediawiki\src\registry\data\org\openoffice\Office\Addons.xcu 0 value .Addons.AddonUI…
1909 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1910 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1911 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1912 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1913 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1914 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1915 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1916 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
[all …]
/AOO41X/extras/l10n/source/kn/
H A Dlocalize.sdf1908 swext mediawiki\src\registry\data\org\openoffice\Office\OptionsDialog.xcu 0 value .OptionsDia…
1909 swext mediawiki\src\registry\data\org\openoffice\Office\Addons.xcu 0 value .Addons.AddonUI…
1910 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1911 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1912 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1913 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1914 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1915 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1916 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1917 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
[all …]
/AOO41X/extras/l10n/source/mr/
H A Dlocalize.sdf1908 swext mediawiki\src\registry\data\org\openoffice\Office\OptionsDialog.xcu 0 value .OptionsDia…
1909 swext mediawiki\src\registry\data\org\openoffice\Office\Addons.xcu 0 value .Addons.AddonUI…
1910 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1911 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1912 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1913 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1914 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1915 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1916 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1917 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
[all …]
/AOO41X/extras/l10n/source/pa-IN/
H A Dlocalize.sdf7615 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_REGISTERING_PACKAGE …
7616 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_REVOKING_PACKAGE …
7617 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_CANNOT_DETECT_MEDIA_TYPE …
7618 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_UNSUPPORTED_MEDIA_TYPE …
7619 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_ERROR_WHILE_REGISTERING …
7620 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_ERROR_WHILE_REVOKING …
7621 desktop source\deployment\registry\package\dp_package.src 0 string RID_STR_PACKAGE_BUNDLE …
7622 desktop source\deployment\registry\script\dp_script.src 0 string RID_STR_DIALOG_LIB …
7623 desktop source\deployment\registry\script\dp_script.src 0 string RID_STR_CANNOT_DETERMINE_LIBNAM…
7624 desktop source\deployment\registry\script\dp_script.src 0 string RID_STR_LIBNAME_ALREADY_EXISTS …
[all …]
/AOO41X/extras/l10n/source/my/
H A Dlocalize.sdf1856 swext mediawiki\src\registry\data\org\openoffice\Office\OptionsDialog.xcu 0 value .OptionsDia…
1857 swext mediawiki\src\registry\data\org\openoffice\Office\Addons.xcu 0 value .Addons.AddonUI…
1858 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1859 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1860 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1861 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1862 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1863 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1864 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1865 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
[all …]
/AOO41X/extras/l10n/source/be-BY/
H A Dlocalize.sdf6411 testautomation extensions\optional\input\extension_sources\TaskPaneComponent\registry\data\org\ope…
6412 testautomation extensions\optional\input\extension_sources\TaskPaneComponent\registry\data\org\ope…
6808 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_REGISTERING_PACKAGE …
6809 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_REVOKING_PACKAGE …
6810 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_CANNOT_DETECT_MEDIA_TYPE …
6811 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_UNSUPPORTED_MEDIA_TYPE …
6812 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_ERROR_WHILE_REGISTERING …
6813 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_ERROR_WHILE_REVOKING …
6921 desktop source\deployment\registry\script\dp_script.src 0 string RID_STR_BASIC_LIB …
6922 desktop source\deployment\registry\script\dp_script.src 0 string RID_STR_DIALOG_LIB …
[all …]
/AOO41X/extras/l10n/source/bn/
H A Dlocalize.sdf1777 swext mediawiki\src\registry\data\org\openoffice\Office\OptionsDialog.xcu 0 value .OptionsDia…
1778 swext mediawiki\src\registry\data\org\openoffice\Office\Addons.xcu 0 value .Addons.AddonUI…
1779 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1780 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1781 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1782 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1783 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1784 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1785 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
1786 swext mediawiki\src\registry\data\org\openoffice\Office\Custom\WikiExtension.xcu 0 value .Wi…
[all …]
/AOO41X/extras/l10n/source/sd/
H A Dlocalize.sdf1510 desktop source\deployment\registry\component\dp_component.src 0 string RID_STR_DYN_COMPONENT …
1511 desktop source\deployment\registry\component\dp_component.src 0 string RID_STR_JAVA_COMPONENT …
1512 desktop source\deployment\registry\component\dp_component.src 0 string RID_STR_JAVA_TYPELIB …
1513 desktop source\deployment\registry\component\dp_component.src 0 string RID_STR_PYTHON_COMPONEN…
1514 desktop source\deployment\registry\component\dp_component.src 0 string RID_STR_RDB_TYPELIB …
1515 desktop source\deployment\registry\configuration\dp_configuration.src 0 string RID_STR_CONF_DA…
1516 desktop source\deployment\registry\configuration\dp_configuration.src 0 string RID_STR_CONF_SC…
1517 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_CANNOT_DETECT_MEDIA_TYPE …
1518 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_UNSUPPORTED_MEDIA_TYPE …
1519 desktop source\deployment\registry\script\dp_script.src 0 string RID_STR_BASIC_LIB …
[all …]
/AOO41X/extras/l10n/source/kok/
H A Dlocalize.sdf1562 desktop source\deployment\registry\component\dp_component.src 0 string RID_STR_DYN_COMPONENT …
1563 desktop source\deployment\registry\component\dp_component.src 0 string RID_STR_JAVA_COMPONENT …
1564 desktop source\deployment\registry\component\dp_component.src 0 string RID_STR_JAVA_TYPELIB …
1565 desktop source\deployment\registry\component\dp_component.src 0 string RID_STR_PYTHON_COMPONEN…
1566 desktop source\deployment\registry\component\dp_component.src 0 string RID_STR_RDB_TYPELIB …
1567 desktop source\deployment\registry\configuration\dp_configuration.src 0 string RID_STR_CONF_DA…
1568 desktop source\deployment\registry\configuration\dp_configuration.src 0 string RID_STR_CONF_SC…
1569 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_CANNOT_DETECT_MEDIA_TYPE …
1570 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_ERROR_WHILE_REGISTERING …
1571 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_ERROR_WHILE_REVOKING …
[all …]
/AOO41X/extras/l10n/source/dgo/
H A Dlocalize.sdf1562 desktop source\deployment\registry\component\dp_component.src 0 string RID_STR_DYN_COMPONENT …
1563 desktop source\deployment\registry\component\dp_component.src 0 string RID_STR_JAVA_COMPONENT …
1564 desktop source\deployment\registry\component\dp_component.src 0 string RID_STR_JAVA_TYPELIB …
1565 desktop source\deployment\registry\component\dp_component.src 0 string RID_STR_PYTHON_COMPONEN…
1566 desktop source\deployment\registry\component\dp_component.src 0 string RID_STR_RDB_TYPELIB …
1567 desktop source\deployment\registry\configuration\dp_configuration.src 0 string RID_STR_CONF_DA…
1568 desktop source\deployment\registry\configuration\dp_configuration.src 0 string RID_STR_CONF_SC…
1569 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_CANNOT_DETECT_MEDIA_TYPE …
1570 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_ERROR_WHILE_REGISTERING …
1571 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_ERROR_WHILE_REVOKING …
[all …]

12345678910>>...25