Home
last modified time | relevance | path

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

12345678910>>...26

/trunk/main/stoc/source/simpleregistry/
H A Dsimpleregistry.cxx131 registry_(registry), key_(key) {} in Key()
152 css::registry::InvalidRegistryException,
159 css::registry::InvalidRegistryException,
169 css::registry::InvalidRegistryException,
187 css::registry::InvalidRegistryException,
352 css::registry::InvalidRegistryException, in getLongValue()
398 css::registry::InvalidRegistryException, in getLongListValue()
465 css::registry::InvalidRegistryException, in getAsciiValue()
579 css::registry::InvalidRegistryException, in getAsciiListValue()
685 css::registry::InvalidRegistryException, in getStringValue()
[all …]
H A Dtextualservices.cxx604 return css::registry::RegistryKeyType_KEY; in getKeyType()
610 css::registry::RegistryValueType type = in getValueType()
617 css::registry::InvalidRegistryException, in getLongValue()
620 throw css::registry::InvalidValueException( in getLongValue()
640 css::registry::InvalidRegistryException, in getLongListValue()
643 throw css::registry::InvalidValueException( in getLongListValue()
663 css::registry::InvalidRegistryException, in getAsciiValue()
695 css::registry::InvalidRegistryException, in getAsciiListValue()
747 css::registry::InvalidRegistryException, in getStringValue()
787 css::registry::InvalidRegistryException, in getStringListValue()
[all …]
/trunk/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
12 ..\%__SRC%\misc\registry\schema\org\openoffice\*.xcs %_DEST%\xml%_EXT%\registry\schema\org\openoffi…
17 ..\%__SRC%\misc\registry\schema\org\openoffice\ucb\*.xcs %_DEST%\xml%_EXT%\registry\schema\org\open…
20 mkdir: %_DEST%\xml%_EXT%\registry\data
33 ..\%__SRC%\misc\registry\data\org\openoffice\*.xcu %_DEST%\xml%_EXT%\registry\data\org\openoffice
37 ..\%__SRC%\misc\registry\data\org\openoffice\ucb\*.xcu %_DEST%\xml%_EXT%\registry\data\org\openoffi…
48 ..\%__SRC%\misc\registry\spool\*.xcu %_DEST%\xml%_EXT%\registry\spool
49 ..\%__SRC%\misc\registry\spool\org\openoffice\*.xcu %_DEST%\xml%_EXT%\registry\spool\org\openoffice
[all …]
/trunk/main/configmgr/source/
H A Dconfigurationregistry.cxx435 css::registry::InvalidRegistryException, in mergeKey()
538 return css::registry::RegistryKeyType_KEY; in getKeyType()
571 css::registry::InvalidRegistryException, in getLongValue()
580 throw css::registry::InvalidValueException( in getLongValue()
600 css::registry::InvalidRegistryException, in getLongListValue()
609 throw css::registry::InvalidValueException( in getLongListValue()
638 throw css::registry::InvalidValueException( in getAsciiValue()
667 throw css::registry::InvalidValueException( in getAsciiListValue()
696 throw css::registry::InvalidValueException( in getStringValue()
725 throw css::registry::InvalidValueException( in getStringListValue()
[all …]
/trunk/main/solenv/bin/modules/installer/windows/
H A Dregistry.pm182 my ($registry) = @_;
186 if ( $registry->{'gid'} ) { $identifier = $registry->{'gid'}; }
227 if ( $registry->{'ParentID'} ) { $scproot = $registry->{'ParentID'}; }
250 if ( $registry->{'Subkey'} ) { $key = $registry->{'Subkey'}; }
267 if ( $registry->{'Name'} ) { $name = $registry->{'Name'}; }
284 if ( $registry->{'Value'} ) { $value = $registry->{'Value'}; }
306 if ( $registry->{'Val64'} ) { $value = $registry->{'Val64'}; }
337 my %registry = ();
343 else { $registry{'Key'} = $registry{'Key'} . "ShellNew"; }
348 my $oneline = $registry{'Registry'} . "\t" . $registry{'Root'} . "\t" . $registry{'Key'} . "\t"
[all …]
/trunk/main/udkapi/com/sun/star/registry/
H A DXRegistryKey.idl76 if the registry is not open.
95 if the registry is not open.
105 if the registry is not open.
115 if the registry is not open.
131 if the registry is not open.
158 if the registry is not open.
186 if the registry is not open.
331 if the registry is not open, the registry is readonly
354 if the registry is not open, the registry is readonly,
403 if the registry is not open or the registry is
[all …]
H A DXSimpleRegistry.idl35 #include <com/sun/star/registry/XRegistryKey.idl>
66 will close the currently open registry.
80 if the registry does not exist.
96 if the registry is not open.
102 /** destroys the registry and the data source.
105 if the registry is not open.
112 the root key of the registry.
115 if no registry is open
121 /** checks if the registry is readonly.
124 if the registry is not open.
[all …]
H A DDefaultRegistry.idl27 #include <com/sun/star/registry/XSimpleRegistry.idl>
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.
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.
77 registry.
91 system registry.
112 <dt> search for the system registry:
[all …]
/trunk/main/cppuhelper/test/loader/
H A Dloader.test.cxx42 class MyKey : public cppu::WeakImplHelper1<registry::XRegistryKey>
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()
57 …rtual rtl::OUString SAL_CALL getAsciiValue( ) throw (registry::InvalidRegistryException, registry in getAsciiValue()
61 …tual rtl::OUString SAL_CALL getStringValue( ) throw (registry::InvalidRegistryException, registry in getStringValue()
67registry::XRegistryKey > SAL_CALL openKey( const rtl::OUString& /*aKeyName*/ ) throw (registry::In… in openKey()
68registry::XRegistryKey > SAL_CALL createKey( const rtl::OUString& /*aKeyName*/ ) throw (registry::… in createKey()
71registry::XRegistryKey > > SAL_CALL openKeys( ) throw (registry::InvalidRegistryException, uno::R… in openKeys()
101 uno::Reference<registry::XRegistryKey>()) in s_test__cppu_loadSharedLibComponentFactory()
[all …]
/trunk/main/registry/
H A DPackage_inc.mk25 $(eval $(call gb_Package_add_file,registry_inc,inc/registry/reader.h,registry/reader.h))
26 $(eval $(call gb_Package_add_file,registry_inc,inc/registry/reader.hxx,registry/reader.hxx))
27 $(eval $(call gb_Package_add_file,registry_inc,inc/registry/reflread.hxx,registry/reflread.hxx))
28 $(eval $(call gb_Package_add_file,registry_inc,inc/registry/refltype.hxx,registry/refltype.hxx))
30 $(eval $(call gb_Package_add_file,registry_inc,inc/registry/registry.h,registry/registry.h))
31 $(eval $(call gb_Package_add_file,registry_inc,inc/registry/registry.hxx,registry/registry.hxx))
33 $(eval $(call gb_Package_add_file,registry_inc,inc/registry/regtype.h,registry/regtype.h))
34 $(eval $(call gb_Package_add_file,registry_inc,inc/registry/types.h,registry/types.h))
35 $(eval $(call gb_Package_add_file,registry_inc,inc/registry/version.h,registry/version.h))
36 $(eval $(call gb_Package_add_file,registry_inc,inc/registry/writer.h,registry/writer.h))
[all …]
/trunk/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
99 XCU_DEFAULT =$(PROCESSOUT)/registry/data/$(PACKAGEDIR)/{$(XCUFILES)}
105 $(XCU_DEFAULT) : $(DTDDIR)/registry/component-update.dtd \
110 $(PROCESSOUT)/registry/data/$(PACKAGEDIR)/%.xcu : %.xcu
119 --path $(DTDDIR)/registry \
124 --path $(DTDDIR)/registry \
155 --path $(DTDDIR)/registry \
164 $(PROCESSOUT)/registry/spool/Langpack-%.xcu : Langpack.xcu.tmpl
[all …]
/trunk/extras/l10n/source/ml/
H A Dlocalize.sdf4734 desktop source\deployment\registry\sfwk\dp_sfwk.src 0 string RID_STR_SFWK_LIB 0 ml %MACROLANG L…
4736 desktop source\deployment\registry\script\dp_script.src 0 string RID_STR_DIALOG_LIB 0 ml സംഭാഷണ …
4747 desktop source\deployment\registry\help\dp_help.src 0 string RID_STR_HELP 0 ml സഹായം 2002-02-…
17177 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m2 Title 0 ml…
17178 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m3 Title 0 ml…
17179 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m4 Title 0 ml…
17184 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m11 Title 0 m…
17187 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.Wizard.m0 Title 0…
17188 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.Wizard.m1 Title 0…
17189 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.Wizard.m2 Title 0…
[all …]
/trunk/extras/l10n/source/as/
H A Dlocalize.sdf5208 desktop source\deployment\registry\sfwk\dp_sfwk.src 0 string RID_STR_SFWK_LIB 0 as %MACROLANG লা…
5210 desktop source\deployment\registry\script\dp_script.src 0 string RID_STR_DIALOG_LIB 0 as সংলাপ ল…
5218 desktop source\deployment\registry\package\dp_package.src 0 string RID_STR_PACKAGE_BUNDLE 0 as স…
5221 desktop source\deployment\registry\help\dp_help.src 0 string RID_STR_HELP 0 as সহায় 2002-02-0…
17894 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m2 Title 0 as…
17895 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m3 Title 0 as…
17896 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m4 Title 0 as…
17900 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m10 Title 0 a…
17901 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m11 Title 0 a…
17904 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.Wizard.m0 Title 0…
[all …]
/trunk/extras/l10n/source/te/
H A Dlocalize.sdf5467 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_REGISTERING_PACKAGE 0 te చేత…
5468 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_REVOKING_PACKAGE 0 te అచేతనమ…
5481 desktop source\deployment\registry\sfwk\dp_sfwk.src 0 string RID_STR_SFWK_LIB 0 te %మాక్రోలాంగ్ …
5483 desktop source\deployment\registry\script\dp_script.src 0 string RID_STR_DIALOG_LIB 0 te వివరణ గ…
5491 desktop source\deployment\registry\package\dp_package.src 0 string RID_STR_PACKAGE_BUNDLE 0 te ప…
5494 desktop source\deployment\registry\help\dp_help.src 0 string RID_STR_HELP 0 te సహాయం 2002-02-…
20586 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m2 Title 0 te…
20587 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m3 Title 0 te…
20588 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m4 Title 0 te…
20592 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m10 Title 0 t…
[all …]
/trunk/extras/l10n/source/or/
H A Dlocalize.sdf5461 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_REGISTERING_PACKAGE 0 or ସକ୍…
5462 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_REVOKING_PACKAGE 0 or ନିଷ୍କ୍…
5475 desktop source\deployment\registry\sfwk\dp_sfwk.src 0 string RID_STR_SFWK_LIB 0 or %MACROLANG ଗ୍…
5477 desktop source\deployment\registry\script\dp_script.src 0 string RID_STR_DIALOG_LIB 0 or ଡାଇଲଗ୍ …
5485 desktop source\deployment\registry\package\dp_package.src 0 string RID_STR_PACKAGE_BUNDLE 0 or ବ…
5488 desktop source\deployment\registry\help\dp_help.src 0 string RID_STR_HELP 0 or ସହାୟତା 2002-02…
20568 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m1 Title 0 or…
20569 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m2 Title 0 or…
20571 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m4 Title 0 or…
20572 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m6 Title 0 or…
[all …]
/trunk/extras/l10n/source/mr/
H A Dlocalize.sdf5459 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_REGISTERING_PACKAGE 0 mr सक्…
5460 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_REVOKING_PACKAGE 0 mr असक्षम…
5473 desktop source\deployment\registry\sfwk\dp_sfwk.src 0 string RID_STR_SFWK_LIB 0 mr %MACROLANG व…
5475 desktop source\deployment\registry\script\dp_script.src 0 string RID_STR_DIALOG_LIB 0 mr संवाद व…
5479 desktop source\deployment\registry\component\dp_component.src 0 string RID_STR_JAVA_COMPONENT 0 …
5483 desktop source\deployment\registry\package\dp_package.src 0 string RID_STR_PACKAGE_BUNDLE 0 mr ए…
5486 desktop source\deployment\registry\help\dp_help.src 0 string RID_STR_HELP 0 mr मदत 2002-02-02…
20617 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m2 Title 0 mr…
20618 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m3 Title 0 mr…
20619 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m4 Title 0 mr…
[all …]
/trunk/extras/l10n/source/pa-IN/
H A Dlocalize.sdf7621 desktop source\deployment\registry\package\dp_package.src 0 string RID_STR_PACKAGE_BUNDLE 13691 …
7622 desktop source\deployment\registry\script\dp_script.src 0 string RID_STR_DIALOG_LIB 13691 pa-IN …
7625 desktop source\deployment\registry\sfwk\dp_sfwk.src 0 string RID_STR_SFWK_LIB 13691 pa-IN %MACRO…
7626 desktop source\deployment\registry\help\dp_help.src 0 string RID_STR_HELP 13691 pa-IN ਮੱਦਦ 20…
12040 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m1 Title 0 pa…
12041 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m2 Title 0 pa…
12042 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m3 Title 0 pa…
12043 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m4 Title 0 pa…
12044 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m6 Title 0 pa…
12047 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m10 Title 0 p…
[all …]
/trunk/main/stoc/source/implementationregistration/
H A Dmergekeys.cxx64 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()
94 case registry::RegistryValueType_ASCIILIST: in mergeKeys()
97 case registry::RegistryValueType_STRINGLIST: in mergeKeys()
[all …]
/trunk/extras/l10n/source/my/
H A Dlocalize.sdf5118 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_REGISTERING_PACKAGE 0 my အသု…
5119 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_REVOKING_PACKAGE 0 my အသုံးမ…
5132 desktop source\deployment\registry\sfwk\dp_sfwk.src 0 string RID_STR_SFWK_LIB 0 my %MACROLANG လိ…
5134 desktop source\deployment\registry\script\dp_script.src 0 string RID_STR_DIALOG_LIB 0 my ဒိုင်ယာ…
5142 desktop source\deployment\registry\package\dp_package.src 0 string RID_STR_PACKAGE_BUNDLE 0 my တ…
5145 desktop source\deployment\registry\help\dp_help.src 0 string RID_STR_HELP 0 my ကူညီပါ 2002-02…
20021 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m1 Title 0 my…
20023 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m3 Title 0 my…
20024 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m4 Title 0 my…
20028 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m10 Title 0 m…
[all …]
/trunk/extras/l10n/source/be-BY/
H A Dlocalize.sdf6808 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_REGISTERING_PACKAGE 0 be-BY …
6809 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_REVOKING_PACKAGE 0 be-BY Дэа…
6932 desktop source\deployment\registry\sfwk\dp_sfwk.src 0 string RID_STR_SFWK_LIB 0 be-BY Бібліятэка…
6933 desktop source\deployment\registry\help\dp_help.src 0 string RID_STR_HELP 0 be-BY Даведка 200…
6985 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m2 Title 0 be…
6986 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m3 Title 0 be…
6987 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m4 Title 0 be…
6991 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m10 Title 0 b…
6992 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m11 Title 0 b…
6995 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.Wizard.m0 Title 0…
[all …]
/trunk/extras/l10n/source/bn/
H A Dlocalize.sdf5262 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_REGISTERING_PACKAGE 0 bn সক্…
5263 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_REVOKING_PACKAGE 0 bn নিষ্ক্…
5274 desktop source\deployment\registry\sfwk\dp_sfwk.src 0 string RID_STR_SFWK_LIB 0 bn %MACROLANG এর…
5276 desktop source\deployment\registry\script\dp_script.src 0 string RID_STR_DIALOG_LIB 0 bn সংলাপ ল…
5284 desktop source\deployment\registry\package\dp_package.src 0 string RID_STR_PACKAGE_BUNDLE 0 bn ব…
5287 desktop source\deployment\registry\help\dp_help.src 0 string RID_STR_HELP 0 bn সহায়তা 2002-02…
19261 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m2 Title 0 bn…
19262 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m3 Title 0 bn…
19263 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m4 Title 0 bn…
19267 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m10 Title 0 b…
[all …]
/trunk/extras/l10n/source/sd/
H A Dlocalize.sdf1521 desktop source\deployment\registry\script\dp_script.src 0 string RID_STR_DIALOG_LIB 1 sd گفتن جي…
1523 desktop source\deployment\registry\sfwk\dp_sfwk.src 0 string RID_STR_SFWK_LIB 1 sd %MACROLANG لا…
2871 …xt OOO_ERROR_63 0 sd Could not increase the available registry space. [2] KB of free registry s…
3007 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m10 Title 0 s…
3008 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m11 Title 0 s…
3011 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m2 Title 0 sd…
3012 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m3 Title 0 sd…
3013 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m4 Title 0 sd…
3014 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m6 Title 0 sd…
3017 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.Wizard.m0 Title 0…
[all …]
/trunk/extras/l10n/source/kok/
H A Dlocalize.sdf1572 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_REGISTERING_PACKAGE 1 kok ला…
1573 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_REVOKING_PACKAGE 1 kok अपांग…
1575 desktop source\deployment\registry\package\dp_package.src 0 string RID_STR_PACKAGE_BUNDLE 1 kok …
1578 desktop source\deployment\registry\script\dp_script.src 0 string RID_STR_DIALOG_LIB 1 kok संवाद …
1580 desktop source\deployment\registry\sfwk\dp_sfwk.src 0 string RID_STR_SFWK_LIB 1 kok %MACROLANG …
3096 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m1 Title 0 ko…
3097 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m10 Title 0 k…
3098 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m11 Title 0 k…
3101 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m2 Title 0 ko…
3103 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m4 Title 0 ko…
[all …]
/trunk/extras/l10n/source/dgo/
H A Dlocalize.sdf1573 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_REVOKING_PACKAGE 1 dgo असमर्…
1575 desktop source\deployment\registry\package\dp_package.src 0 string RID_STR_PACKAGE_BUNDLE 1 dgo …
1578 desktop source\deployment\registry\script\dp_script.src 0 string RID_STR_DIALOG_LIB 1 dgo संवाद …
1580 desktop source\deployment\registry\sfwk\dp_sfwk.src 0 string RID_STR_SFWK_LIB 1 dgo %MACROLANG ल…
3098 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m1 Title 0 dg…
3099 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m10 Title 0 d…
3100 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m11 Title 0 d…
3103 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m2 Title 0 dg…
3104 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m3 Title 0 dg…
3105 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m4 Title 0 dg…
[all …]
/trunk/extras/l10n/source/mni/
H A Dlocalize.sdf1572 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_REGISTERING_PACKAGE 1 mni ঙম…
1573 desktop source\deployment\registry\dp_registry.src 0 string RID_STR_REVOKING_PACKAGE 1 mni ঙমহন্…
1575 desktop source\deployment\registry\package\dp_package.src 0 string RID_STR_PACKAGE_BUNDLE 1 mni …
1578 desktop source\deployment\registry\script\dp_script.src 0 string RID_STR_DIALOG_LIB 1 mni দাইলোগ…
1580 desktop source\deployment\registry\sfwk\dp_sfwk.src 0 string RID_STR_SFWK_LIB 1 mni %MACROLANG ল…
3100 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m10 Title 0 m…
3101 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m11 Title 0 m…
3105 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m3 Title 0 mn…
3106 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m4 Title 0 mn…
3111 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.Wizard.m1 Title 0…
[all …]

Completed in 5531 milliseconds

12345678910>>...26