Home
last modified time | relevance | path

Searched refs:key (Results 1 – 25 of 519) sorted by relevance

12345678910>>...21

/trunk/main/udkapi/com/sun/star/registry/
H A DXRegistryKey.idl82 /** checks if the key points to an open valid key in the data-source.
88 the type of the specified key.
102 the type of the key value or NOT_DEFINED if the key has no value.
125 /** sets a long value to the key.
300 /** opens a sub key of the key.
306 the relative path from the current key to the key
321 <p>If the key already exists, the function will open the key.
325 the key which will be created.
351 the key which will be deleted.
355 the key does not exists or if the key is of type LINK.
[all …]
/trunk/main/l10ntools/scripts/tool/
H A Dpseudo.py47 [tmplist.remove(key) for key in other if key in tmplist]
55 [tmplist.append(key) for key in self._list if key in other]
71 for key in list:
72 tmpdict[key] = 1
90 def __delattr__(self, key): argument
95 def __delitem__(self, key): argument
122 def pop(self, key): argument
123 self._keylist.pop(key)
158 for key in a:
159 print(key)
[all …]
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.hxx32 template< class key , class hashImpl , class equalImpl >
41 template< class key , class hashImpl , class equalImpl >
58 template< class key , class hashImpl , class equalImpl >
59 inline ::com::sun::star::uno::Sequence< key > OMultiTypeInterfaceContainerHelperVar< key , hashImpl… in getContainedTypes()
67 key * pArray = aInterfaceTypes.getArray(); in getContainedTypes()
87 return ::com::sun::star::uno::Sequence<key>(); in getContainedTypes()
91 template< class key , class hashImpl , class equalImpl >
93 const key & rKey ) const SAL_THROW( () ) in getContainer()
104 template< class key , class hashImpl , class equalImpl >
106 const key & rKey, in addInterface()
[all …]
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHStorageAccess.cxx64 StorageContainer::registerStream(env,name,key,mode); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_openStream()
73 (JNIEnv * env, jobject /*obj_this*/,jstring name, jstring key) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_close() argument
77 ::rtl::OUString sKey = StorageContainer::jstring2ustring(env,key); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_close()
103 StorageContainer::revokeStream(env,name,key); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_close()
112 (JNIEnv * env, jobject /*obj_this*/,jstring name, jstring key) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_getFilePointer() argument
136 (JNIEnv * env, jobject /*obj_this*/,jstring name, jstring key) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_length() argument
203 (JNIEnv* env, jobject obj_this, jstring name, jstring key) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_read__Ljava_lang_String_2Ljava_lang_String_2() argument
212 return read_from_storage_stream( env, obj_this, name, key ); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_read__Ljava_lang_String_2Ljava_lang_String_2()
223 ::rtl::OUString sKey = StorageContainer::jstring2ustring(env,key); in read_from_storage_stream_into_buffer()
297 (JNIEnv * env, jobject /*obj_this*/,jstring name, jstring key) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt() argument
[all …]
H A DStorageNativeOutputStream.cxx74 (JNIEnv * env, jobject /*obj_this*/, jstring name, jstring key, jint mode) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_openStream() argument
82 StorageContainer::registerStream(env,name,key,mode); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_openStream()
126 (JNIEnv * env, jobject /*obj_this*/, jstring key, jstring name) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_close() argument
149 StorageContainer::revokeStream(env,name,key); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_close()
158 (JNIEnv * env, jobject obj_this, jstring key, jstring name,jint b) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_write__Ljava_lang_String_2Ljava_lang_String_2I() argument
164 write_to_storage_stream( env, obj_this, name, key, b, &aDataLog ); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_write__Ljava_lang_String_2Ljava_lang_String_2I()
166 write_to_storage_stream( env, obj_this, name, key, b ); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_write__Ljava_lang_String_2Ljava_lang_String_2I()
176 (JNIEnv * env, jobject /*obj_this*/, jstring key, jstring name) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_flush() argument
179 OSL_UNUSED( key ); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_flush()
184 ::rtl::OUString sKey = StorageContainer::jstring2ustring(env,key); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_flush()
[all …]
/trunk/main/solenv/bin/modules/installer/
H A Dconverter.pm44 my $key = $1;
46 $newhash{$key} = $value;
58 my $key;
60 foreach $key (keys %{$hashref})
62 my $value = $hashref->{$key};
318 $newhash{$key} = $value;
354 my $key;
358 $newhash{$key} = $hashref->{$key};
378 foreach my $key ( keys %{$hashref2} ) { $commonhash{$key} = $hashref2->{$key}; }
380 foreach my $key ( keys %{$hashref1} ) { $commonhash{$key} = $hashref1->{$key}; }
[all …]
H A Dpackagelist.pm446 my $key;
457 my $value = $variableshashref->{$key};
471 my $key;
565 my $key = $1;
567 $onepackage{$key} = $value;
712 my $key;
715 if ( $key =~ /^\s*\;/ ) { next; }
717 if ( $key eq "allmodules" )
728 $installer::logger::Lang->printf("\t%s: %s\n", $key, $onepackage->{$key});
854 my $key;
[all …]
/trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A D_Validat.idt7 _Validation KeyColumn Y 1 32 Column to which foreign key connects
76 …ature_ N Identifier The table key. The Signature_ represents a unique file signature and is a…
112 CreateFolder Directory_ N Directory 1 Identifier Primary key, could be foreign key into the Dire…
174 Font File_ N File 1 Identifier Primary key, foreign key into File table referencing font file.
183 IniFile Key N Formatted The .INI file key below Section.
294 MsiFileHash File_ N File 1 Identifier Primary key, foreign key into File table referencing file …
322 Patch File_ N Identifier Primary key, non-localized token, foreign key to File table, must mat…
332 ProgId ProgId N Text The Program Identifier. Primary key.
351 Reg64 Key N RegPath The key for the registry value.
357 Registry Key N RegPath The key for the registry value.
[all …]
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A D_Validat.idt7 _Validation KeyColumn Y 1 32 Column to which foreign key connects
76 …ature_ N Identifier The table key. The Signature_ represents a unique file signature and is a…
112 CreateFolder Directory_ N Directory 1 Identifier Primary key, could be foreign key into the Dire…
174 Font File_ N File 1 Identifier Primary key, foreign key into File table referencing font file.
183 IniFile Key N Formatted The .INI file key below Section.
294 MsiFileHash File_ N File 1 Identifier Primary key, foreign key into File table referencing file …
322 Patch File_ N Identifier Primary key, non-localized token, foreign key to File table, must mat…
332 ProgId ProgId N Text The Program Identifier. Primary key.
351 Reg64 Key N RegPath The key for the registry value.
357 Registry Key N RegPath The key for the registry value.
[all …]
/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A D_Validat.idt7 _Validation KeyColumn Y 1 32 Column to which foreign key connects
76 …ature_ N Identifier The table key. The Signature_ represents a unique file signature and is a…
112 CreateFolder Directory_ N Directory 1 Identifier Primary key, could be foreign key into the Dire…
174 Font File_ N File 1 Identifier Primary key, foreign key into File table referencing font file.
183 IniFile Key N Formatted The .INI file key below Section.
294 MsiFileHash File_ N File 1 Identifier Primary key, foreign key into File table referencing file …
322 Patch File_ N Identifier Primary key, non-localized token, foreign key to File table, must mat…
332 ProgId ProgId N Text The Program Identifier. Primary key.
351 Reg64 Key N RegPath The key for the registry value.
357 Registry Key N RegPath The key for the registry value.
[all …]
/trunk/main/instsetoo_native/inc_ure/windows/msi_templates/
H A D_Validat.idt7 _Validation KeyColumn Y 1 32 Column to which foreign key connects
76 …ature_ N Identifier The table key. The Signature_ represents a unique file signature and is a…
112 CreateFolder Directory_ N Directory 1 Identifier Primary key, could be foreign key into the Dire…
174 Font File_ N File 1 Identifier Primary key, foreign key into File table referencing font file.
183 IniFile Key N Formatted The .INI file key below Section.
294 MsiFileHash File_ N File 1 Identifier Primary key, foreign key into File table referencing file …
322 Patch File_ N Identifier Primary key, non-localized token, foreign key to File table, must mat…
332 ProgId ProgId N Text The Program Identifier. Primary key.
351 Reg64 Key N RegPath The key for the registry value.
357 Registry Key N RegPath The key for the registry value.
[all …]
/trunk/main/libxmlsec/
H A Dxmlsec1-customkeymanage.patch1205 + * NSS key store uses a key list and a slot list as the key repository. NSS slot
1210 + * to adopt a key, the key is resident in the key list; While a store to called
1458 - * @key: the pointer to key.
1868 - return (key);
2073 - retval = key;
2074 - key = NULL;
3391 /* we can have only private key or public key */
3904 + /* Adopt the symmetric key into key data */
3957 + /* Get symmetric key from "key" */
4080 + /* Adopt the symmetric key into key data */
[all …]
/trunk/main/sal/rtl/source/
H A Dcipher.c662 CipherKeyBF *key; in __rtl_cipherBF_init() local
666 key = &(ctx->m_key); in __rtl_cipherBF_init()
682 key->m_P[i] ^= D; in __rtl_cipherBF_init()
790 CipherKeyBF *key; in __rtl_cipherBF_updateECB() local
793 key = &(ctx->m_key); in __rtl_cipherBF_updateECB()
825 CipherKeyBF *key; in __rtl_cipherBF_updateCBC() local
828 key = &(ctx->m_key); in __rtl_cipherBF_updateCBC()
925 XL ^= key->m_P[i]; in __rtl_cipherBF_encode()
960 XL ^= key->m_P[i]; in __rtl_cipherBF_decode()
972 XR ^= key->m_P[1]; in __rtl_cipherBF_decode()
[all …]
H A Dbootstrap.cxx94 rtl::OUString key; member
108 requestStack->key == requestKey) in recursivelyExpandMacros()
139 NameValueList const & list, rtl::OUString const & key, in find() argument
144 if (i->sName == key) { in find()
160 rtl::OUString const & key, rtl::OUString * value ) in getFromCommandLineArgs() argument
209 if( (*ii).sName.equals(key) ) in getFromCommandLineArgs()
326 rtl::OUString const & key, rtl_uString ** value,
503 if (getAmbienceValue(key, value, mode, requestStack)) { in getValue()
554 if (find(_nameValueList, key, &v)) { in getDirectValue()
570 f = find(rtl_bootstrap_set_list::get(), key, &v); in getAmbienceValue()
[all …]
/trunk/main/offapi/com/sun/star/ui/
H A DXAcceleratorConfiguration.idl81 /** return the list of all key events, which
86 Means: Commands are registerd for key events.
90 Such key event can be mapped to its bound command,
96 @return A list of key events.
101 /** return the registered command for the specified key event.
126 /** modify or create a key - command - binding.
153 the new command for the specified key event.
168 the key event, which should be removed.
177 /** optimized access to the relation "command-key" instead
207 list of key events.
[all …]
/trunk/main/udkapi/com/sun/star/uri/
H A DXVndSunStarScriptUrl.idl42 &emsp;<var>key</var> = 1*<var>schar</var><br/>
88 @param key
89 a non-escaped key.
96 boolean hasParameter([in] string key);
101 @param key
102 a non-escaped key.
106 there is no parameter with the given key, or if <code>key</code> is an
109 string getParameter([in] string key);
114 @param key
115 a non-escaped key
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DMasterPageFactory.java167 key.footerHeight) : key.footerHeight != null) in equals()
172 key.headerHeight) : key.headerHeight != null) in equals()
177 key.templateName) : key.templateName != null); in equals()
211 final MasterPageFactoryKey key = in getMasterPage() local
220 final MasterPageFactoryKey key = in containsMasterPage() local
229 final MasterPageFactoryKey key = in createMasterPage() local
254 key); in createMasterPage()
275 masterPages.put(key, derived); in setupMasterPage()
302 final PageLayoutKey key = in createPageStyle() local
326 pageLayouts.put(key, name); in createPageStyle()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/stats/
H A DSQLExecution.java171 String key = originalKey.substring(index+1); in executeSQLCommand() local
174 while (key.endsWith(",") || key.endsWith("\'") || in executeSQLCommand()
175 key.endsWith(";") || key.endsWith(")") || in executeSQLCommand()
176 key.endsWith("\"")) { in executeSQLCommand()
177 post = key.substring(key.length()-1) + post; in executeSQLCommand()
178 key = key.substring(0, key.length()-1); in executeSQLCommand()
181 if (sqlInput.containsKey(key)) { in executeSQLCommand()
183 Object in = sqlInput.get(key); in executeSQLCommand()
239 String key = (String)keys.nextElement(); in executeSQLCommand() local
243 sqlInput.put(key, val[0]); in executeSQLCommand()
[all …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DXMLPackageDescription.java81 entity.key = qName; in startElement()
116 key = ""; in XMLPackageDescription()
130 return key; in getKey()
132 protected String getAttribute(String key) { in getAttribute() argument
139 return getElement(key, null, null); in getElement()
144 if (child.key.equals(key)) { in getElement()
221 key = ""; in read()
268 if (key != null) { in dump()
276 if (key != null) { in dump()
299 if (key != null) { in dump()
[all …]
/trunk/main/l10ntools/java/jpropex/java/
H A DOrderedHashMap.java36 public Object get( Object key ) { return hm.get( key ); } in get() argument
41 list.add( key ); in add()
42 return hm.put( key, value ); in add()
46 list.add( index , key ); in add()
47 return hm.put( key, value ); in add()
49 public Object remove( Object key ) in remove() argument
51 list.remove( list.indexOf( key ) ); in remove()
52 return hm.remove( key ); in remove()
56 Object key = list.get( idxFrom ); in move() local
58 list.add( idxTo , key ); in move()
[all …]
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleKeyBinding.idl42 <p>There can be zero, one, or more key bindings. Each key binding consists
50 key strokes </p>
56 /** Return the number of available key bindings.
58 The returned value may be 0 to indicate that there are no key
59 bindings or the positive number of the available key bindings.
66 by each of the returned key strokes have to be pressed at the same
67 time (the Control-key and the A-key for example). The keys of
68 one key stroke have to be released before pressing those of the
72 The index selects one of alternative key bindings. It has to
73 non-negative and smaller then the number of key bindings as
[all …]
/trunk/main/udkapi/com/sun/star/container/
H A DXMap.idl66 /** clears the map, removing all key-value pairs from it.
74 /** determines whether a mapping for he given key exists in the map
77 is the key whose presence in the map is to be tested.
113 /** gets the value to which a given key maps.
116 they key whose associated value is to be returned.
118 the value which is associated with the given key.
129 if there is no value associated with the given key
136 /** associates a given key with a given value
166 /** removes a key-value mapping, given by key, from the map.
169 is the key whose mapping should be removed from the map
[all …]
/trunk/main/connectivity/java/sdbc_hsqldb/src/com/sun/star/sdbcx/comp/hsqldb/
H A DStorageFileAccess.java41 String key; field in StorageFileAccess
43 public StorageFileAccess(Object key) throws java.lang.Exception{ in StorageFileAccess() argument
44 this.key = (String)key; in StorageFileAccess()
51 return isStreamElement(key,elementName); in isStreamElement()
55 return new NativeInputStreamHelper(key,streamName); in openInputStreamElement()
59 return new NativeOutputStreamHelper(key,streamName); in openOutputStreamElement()
64 if ( isStreamElement(key,filename) ) in removeElement()
65 removeElement(key,filename); in removeElement()
73 if ( isStreamElement(key,oldName) ){ in renameElement()
74 removeElement(key,newName); in renameElement()
[all …]
/trunk/main/offapi/com/sun/star/sdbc/
H A DXDatabaseMetaData.idl1883 key if it has been imported
1886 with primary key update
1904 key if it has been imported
1998 key if it has been imported
2001 with primary key update
2019 key if it has been imported
2068 /** gets a description of the foreign key columns in the foreign key
2069 table that reference the primary key columns of the primary key
2071 should normally return a single foreign key/primary key pair
2116 key if it has been imported
[all …]
/trunk/main/codemaker/source/codemaker/
H A Dtypemanager.cxx177 if (key.isValid()) in getTypeReader()
185 if (!key.getValue(OUString(), pBuffer)) in getTypeReader()
227 RegistryKey key(searchTypeKey(name)); in getTypeClass() local
229 if (key.isValid()) in getTypeClass()
237 if (!key.getValue(OUString(), pBuffer)) in getTypeClass()
323 RegistryKey key, rootKey; in searchTypeKey() local
330 if (!rootKey.openKey(name, key)) in searchTypeKey()
334 return key; in searchTypeKey()
344 if (!rootKey.openKey(name, key)) in searchTypeKey()
354 return key; in searchTypeKey()
[all …]

Completed in 206 milliseconds

12345678910>>...21