Home
last modified time | relevance | path

Searched refs:key (Results 76 – 100 of 519) sorted by relevance

12345678910>>...21

/trunk/main/connectivity/source/drivers/hsqldb/
H A DStorageFileAccess.cxx57 (JNIEnv * env, jobject /*obj_this*/,jstring key, jstring name) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_isStreamElement() argument
59 … aStoragePair = StorageContainer::getRegisteredStorage(StorageContainer::jstring2ustring(env,key)); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_isStreamElement()
106 (JNIEnv * env, jobject /*obj_this*/,jstring key, jstring name) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_removeElement() argument
110 ::rtl::OUString sKey = StorageContainer::jstring2ustring(env,key); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_removeElement()
114 … aStoragePair = StorageContainer::getRegisteredStorage(StorageContainer::jstring2ustring(env,key)); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_removeElement()
141 (JNIEnv * env, jobject /*obj_this*/,jstring key, jstring oldname, jstring newname) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_renameElement() argument
145 ::rtl::OUString sKey = StorageContainer::jstring2ustring(env,key); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_renameElement()
150 … aStoragePair = StorageContainer::getRegisteredStorage(StorageContainer::jstring2ustring(env,key)); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_renameElement()
/trunk/main/l10ntools/scripts/
H A Dlocalize.pl237 foreach my $key ( keys ( %{ $string_hash->{ $lang } } ) )
239 … push @sdf_file , $string_hash->{ $lang }{ $key } , if ( defined $string_hash->{ $lang }{ $key } );
751 foreach my $key( keys ( %{ $fallbackhashhash_ref->{ $cur_fallback } } ) ){
752 $line = $fallbackhashhash_ref->{ $cur_fallback }{ $key };
758 $fallbackhashhash_ref->{ $cur_lang }{ $key } = $leftpart."\t".$cur_lang."\t".$rightpart;
767 foreach my $key ( @{ $list_ref } ){ $tmphash{ $key } = '' ; }
780 foreach my $key ( keys ( %{ $langhash_ref } ) ){
781 $cur_lang = $langhash_ref->{ $key };
816 foreach my $key( %{ $index_ref } ){
817 print DESTFILE ($index_ref->{ $key }, "\n" );
/trunk/main/libxmlsec/
H A Dxmlsec1-nssmangleciphers.patch45 - xmlSecByte key[XMLSEC_NSS_MAX_KEY_SIZE];
273 + * @key: the pointer to key.
275 + * The transform specific method to set the key for use.
282 + xmlSecKeyPtr key
292 + xmlSecAssert2( key != NULL , -1 ) ;
306 + keyData = xmlSecKeyGetValue( key ) ;
447 - keyItem.data = ctx->key;
809 - xmlSecKeyPtr key);
989 - xmlSecAssert2(key != NULL, -1);
996 - xmlSecAssert2(xmlSecKeyCheckId(key, ctx->keyId), -1);
[all …]
/trunk/main/setup_native/source/win32/customactions/reg64/
H A Dreg64.cxx360 HKEY key = HKEY_CURRENT_USER; in DoRegEntries() local
366 key = HKEY_LOCAL_MACHINE; in DoRegEntries()
371 key = HKEY_CURRENT_USER; in DoRegEntries()
376 key = HKEY_CLASSES_ROOT; in DoRegEntries()
380 key = HKEY_CURRENT_USER; in DoRegEntries()
384 key = HKEY_LOCAL_MACHINE; in DoRegEntries()
388 key = HKEY_USERS; in DoRegEntries()
412 SetRegistryKey(key, szKey, szName, szValue); in DoRegEntries()
420 DeleteRegistryKey(key, szKey); in DoRegEntries()
/trunk/main/xmloff/source/meta/
H A Dxmlmetae.cxx355 for (sal_uInt16 key = rNsMap.GetFirstKey(); in Export() local
356 key != USHRT_MAX; key = rNsMap.GetNextKey(key)) { in Export()
358 const ::rtl::OUString attrname = rNsMap.GetAttrNameByKey(key); in Export()
366 ns.Second = rNsMap.GetNameByKey(key); in Export()
412 for (sal_uInt16 key = rNsMap.GetFirstKey(); in startElement() local
413 key != USHRT_MAX; key = rNsMap.GetNextKey(key)) { in startElement()
414 if (name.equals(rNsMap.GetAttrNameByKey(key))) { in startElement()
/trunk/main/offapi/com/sun/star/util/
H A DXNumberFormats.idl51 The number formats are managed by their unique key in the document.
61 the key for the format
87 /** finds a number format by its format string and returns its key.
90 the key for the format if found, otherwise -1.
110 the key for new number format
132 the key for added number format
135 the key for the number format
156 the key for the numberformat
169 the key for the number format to be used as base format
/trunk/main/odk/source/com/sun/star/lib/loader/
H A DInstallationFinder.java198 WinRegKey key = new WinRegKey( "HKEY_CURRENT_USER", SUBKEYNAME ); in getPathFromWindowsRegistry() local
199 path = key.getStringValue( "" ); // default in getPathFromWindowsRegistry()
203 WinRegKey key = new WinRegKey( "HKEY_CURRENT_USER", in getPathFromWindowsRegistry()
205 path = key.getStringValue( "" ); // default in getPathFromWindowsRegistry()
209 WinRegKey key = new WinRegKey( "HKEY_LOCAL_MACHINE", in getPathFromWindowsRegistry()
211 path = key.getStringValue( "" ); // default in getPathFromWindowsRegistry()
215 WinRegKey key = new WinRegKey( "HKEY_LOCAL_MACHINE", in getPathFromWindowsRegistry()
217 path = key.getStringValue( "" ); // default in getPathFromWindowsRegistry()
444 String key = tokens.nextToken(); in getPathFromSVersionFile() local
/trunk/main/offapi/com/sun/star/ucb/
H A DXPropertySetRegistry.idl50 @param key
51 The key to use for addressing the propertyset.
55 does not already exist one for the given key.
61 openPropertySet( [in] string key, [in] boolean create );
66 @param key
67 The key to use for addressing the propertyset.
69 [oneway] void removePropertySet( [in] string key );
/trunk/main/udkapi/com/sun/star/container/
H A DXStringKeyMap.idl64 The key string which should be searched for.
80 The key string which should be searched for.
83 true if an element with key aKey exists.
92 The key string which should be used to store the value.
101 if there is already a value stored under the key aKey.
115 /** obtains the key of an element by index.
121 the key string matching the given index.
135 is the index of the key.
/trunk/main/reportbuilder/java/com/sun/star/report/util/
H A DDefaultJobProperties.java49 public Object getProperty(final String key) in getProperty() argument
51 return properties.get(key); in getProperty()
54 public void setProperty(final String key, final Object value) in setProperty() argument
57 final Class type = metaData.getParameterType(key); in setProperty()
60 throw new JobDefinitionException("The parameter name is not known: " + key); in setProperty()
67 this.properties.put(key, value); in setProperty()
/trunk/main/scripting/workben/installer/
H A DIdeVersion.java76 String key = InstUtil.versions[v]; in initComponents() local
79 if ( (path = netbeansProps.getProperty(key) ) != null ) { in initComponents()
81 ideProps.put(key, path); in initComponents()
293 String key = validVersions[i]; in MyTableModelIDE() local
296 if ((path = properties.getProperty(key)) != null) { in MyTableModelIDE()
300 row.add(1, key); in MyTableModelIDE()
301 if (key.length() > ((String)longValues[1]).length()) { in MyTableModelIDE()
302 longValues[1] = key; in MyTableModelIDE()
/trunk/main/solenv/bin/modules/installer/
H A Dworker.pm598 my $key;
600 foreach $key (keys %{$hashref})
602 $newhash{$key} = $hashref->{$key};
1730 my $key;
1735 $key = "\%" . $key;
1754 my $key;
1759 $key = "\$\{" . $key . "\}";
1849 my $key;
2332 my $key = $1;
2336 $key, $value);
[all …]
H A Dscpzipfiles.pm48 while (my ($key,$value) = each %$variables)
50 my $pattern = '${' . $key . '}';
52 if ($key eq "PRODUCTADDON" && $replacement_count>0)
81 while (my ($key, $value) = each (%$variables))
83 my $pattern = '$\{' . $key . '\}';
84 $line =~ s/\Q$key\E/$value/g;
H A Dxpdinstaller.pm496 foreach $key (keys %{$module})
507 elsif ( $key =~ /^\s*\Q$searchentry\E\s*$/ ) # this are the language independent keys
515 my $value = $module->{$key};
533 my $key = "";
535 foreach $key (keys %{$module})
539 delete($module->{$key});
974 my ($allvariables, $indent, $key) = @_;
979 if ( $key eq "product_name" ) { $property = "PRODUCTNAME"; }
980 elsif ( $key eq "product_version" ) { $property = "PRODUCTVERSION"; }
981 elsif ( $key eq "product_suffix" ) { $property = "PRODUCTEXTENSION"; }
[all …]
/trunk/main/xmloff/inc/xmloff/
H A Dxmlnmspe.hxx29 #define XML_NAMESPACE( prefix, key ) \ argument
30 const sal_uInt16 XML_NAMESPACE_##prefix = key; \
31 const sal_uInt16 XML_NAMESPACE_##prefix##_IDX = key;
80 #define XML_NAMESPACE_EXT( prefix, key ) \ argument
81 const sal_uInt16 XML_NAMESPACE_##prefix##_EXT = key; \
82 const sal_uInt16 XML_NAMESPACE_##prefix##_EXT_IDX = key;
/trunk/main/l10ntools/scripts/tool/
H A Dsdf.py33 def __getitem__(self, key): argument
34 if key in self._dict:
35 return self._dict[key]
39 def has_key(self, key): argument
40 return key in self._dict
42 def __setitem__(self, key, value): argument
43 self._dict[key] = value
/trunk/main/sdext/source/pdfimport/wrapper/
H A Dhash.cxx223 register int key = hash (str, len); in in_word_set() local
225 if (key <= MAX_HASH_VALUE && key >= 0) in in_word_set()
226 if (len == lengthtable[key]) in in_word_set()
228 register const char *s = wordlist[key].name; in in_word_set()
231 return &wordlist[key]; in in_word_set()
/trunk/main/offapi/com/sun/star/sdbcx/
H A DKeyType.idl29 /** determines the type of a key.
34 /** indicates that the key is the primary key of a table.
39 /** indicates that the key is unique, NULL values are allowed.
44 /** indicates that the key is a foreign key of a table.
/trunk/main/vcl/unx/generic/fontmanager/
H A Dafm_hash.cpp254 int key = hash (str, len); in in_word_set() local
256 if (key <= MAX_HASH_VALUE && key >= 0) in in_word_set()
257 if (len == lengthtable[key]) in in_word_set()
259 const char *s = wordlist[key].name; in in_word_set()
262 return &wordlist[key]; in in_word_set()
/trunk/main/toolkit/src2xml/source/
H A Dglobals.py125 for key in keys:
126 self.attrs[key] = elem.attrs[key]
132 for key in keys:
133 value = self.attrs[key]
134 text += ' %s="%s"'%(key, value)
/trunk/main/solenv/bin/modules/installer/windows/
H A Didtglobal.pm2011 my ($gid, $name, $key, $assignmenthashref, $parameter, $tablename, $assignmentarray) = @_;
2024 my $key = "parameter". $counter;
2033 $assignmenthashref->{$key} = $localvalue;
2044 my ($gid, $name, $key, $assignmentarray) = @_;
2059 …fill_assignment_hash($gid, $name, $key, $assignmenthashref, $parameter, $tablename, $assignmentarr…
2066 …fill_assignment_hash($gid, $name, $key, $assignmenthashref, $parameter, $tablename, $assignmentarr…
2315 my $key = "Assignment" . $j;
2317 if ( $customaction->{$key} )
2319 $value = $customaction->{$key};
2328 $key = $patchkey;
[all …]
/trunk/main/ucb/source/core/
H A Ducbstore.cxx397 if ( key.getLength() ) in openPropertySet()
422 m_xSMgr, *this, key ) ); in openPropertySet()
470 m_xSMgr, *this, key ) ); in openPropertySet()
533 if ( !key.getLength() ) in removePropertySet()
543 if ( !xRootNameAccess->hasByName( key ) ) in removePropertySet()
562 xContainer->removeByName( key ); in removePropertySet()
693 OUString key( pSet->getKey() ); in add() local
695 if ( key.getLength() ) in add()
698 m_pImpl->m_aPropSets[ key ] = pSet; in add()
705 OUString key( pSet->getKey() ); in remove() local
[all …]
/trunk/main/l10ntools/java/jpropex/java/
H A DJPropEx.java117 String key; in extract() local
123 key = (String) e.nextElement(); in extract()
126 currentStr.setGid( key ); in extract()
127 value = prop.getProperty( key , "" ); in extract()
129 str = (prop.getProperty( key )).replaceAll("\t" , " " ); // remove tab in extract()
202 String key; in mergeFile() local
210 key = (String) e.nextElement(); in mergeFile()
211 sourceString = sourceProp.getProperty( key ); in mergeFile()
213 curStr.setGid( key ); in mergeFile()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/loader/
H A DInputRepositoryLoader.java64 public boolean isSupportedKey(final ResourceKey key) in isSupportedKey() argument
66 return InputRepositoryLoader.class.getName().equals(key.getSchema()); in isSupportedKey()
144 public URL toURL(final ResourceKey key) in toURL() argument
149 public ResourceData load(final ResourceKey key) in load() argument
152 if (!isSupportedKey(key)) in load()
157 return new InputRepositoryResourceData(key, inputRepository); in load()
/trunk/main/sal/osl/os2/
H A Dnlsupport.c40 const char *key; member
50 _pair_compare (const char *key, const _pair *pair) in _pair_compare() argument
52 int result = rtl_str_compareIgnoreAsciiCase( key, pair->key ); in _pair_compare()
61 _pair_search (const char *key, const _pair *base, unsigned int member ) in _pair_search() argument
69 if ( (key == NULL) || (base == NULL) || (member == 0) ) in _pair_search()
76 comparison = _pair_compare( key, base + current ); in _pair_search()

Completed in 150 milliseconds

12345678910>>...21