| /AOO41X/main/udkapi/com/sun/star/registry/ |
| H A D | XRegistryKey.idl | 53 of a single registry key accessible. 62 /** This is the key of the entry relative to its parent.<p> 73 /** checks if the key can be overwritten. 82 /** checks if the key points to an open valid key in the data-source. 88 the type of the specified key. 91 specifies the relative path from the current key to 92 the key of the type which will be returned. 102 the type of the key value or NOT_DEFINED if the key has no value. 112 a long value if the key contains one. 125 /** sets a long value to the key. [all …]
|
| /AOO41X/main/l10ntools/scripts/tool/ |
| H A D | pseudo.py | 47 [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 85 def __setitem__(self, key, value): argument 86 self._keylist.append(key) 88 return dict.__setitem__(self, key, value) 90 def __delattr__(self, key): argument 91 self._keylist.__delattr__(key) 92 self._valuelist.__delattr__(dict[key]) [all …]
|
| /AOO41X/main/cppuhelper/inc/cppuhelper/ |
| H A D | interfacecontainer.hxx | 32 template< class key , class hashImpl , class equalImpl > 33 inline OMultiTypeInterfaceContainerHelperVar< key , hashImpl , equalImpl >::OMultiTypeInterfaceCont… in OMultiTypeInterfaceContainerHelperVar() 41 template< class key , class hashImpl , class equalImpl > 42 inline OMultiTypeInterfaceContainerHelperVar< key , hashImpl , equalImpl >::~OMultiTypeInterfaceCon… in ~OMultiTypeInterfaceContainerHelperVar() 58 template< class key , class hashImpl , class equalImpl > 59 inline ::com::sun::star::uno::Sequence< key > OMultiTypeInterfaceContainerHelperVar< key , hashImpl… in getContainedTypes() 66 ::com::sun::star::uno::Sequence< key > aInterfaceTypes( nSize ); in getContainedTypes() 67 key * pArray = aInterfaceTypes.getArray(); in getContainedTypes() 83 aInterfaceTypes = ::com::sun::star::uno::Sequence<key>( pArray, i ); in getContainedTypes() 87 return ::com::sun::star::uno::Sequence<key>(); in getContainedTypes() [all …]
|
| /AOO41X/main/solenv/bin/modules/installer/ |
| H A D | converter.pm | 44 my $key = $1; 46 $newhash{$key} = $value; 58 my $key; 60 foreach $key (keys %{$hashref}) 62 my $value = $hashref->{$key}; 63 my $input = "$key = $value\n"; 268 foreach $key (keys %{$olditemhashref}) 270 my $value = $olditemhashref->{$key}; 271 $newitemhashref->{$key} = $value; 316 while (my ($key, $value) = each %$oldhash) [all …]
|
| H A D | packagelist.pm | 446 my $key; 455 foreach $key (keys %{$variableshashref}) 457 my $value = $variableshashref->{$key}; 459 $$packagenameref =~ s/\%$key/$value/g; 471 my $key; 480 foreach $key (keys %{$variableshashref}) 482 my $value = $variableshashref->{$key}; 484 $$packagenameref =~ s/\%$key/$value/g; 565 my $key = $1; 567 $onepackage{$key} = $value; [all …]
|
| /AOO41X/main/connectivity/source/drivers/hsqldb/ |
| H A D | HStorageAccess.cxx | 55 (JNIEnv * env, jobject /*obj_this*/,jstring name, jstring key, jint mode) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_openStream() argument 64 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() 81 ::boost::shared_ptr<StreamHelper> pHelper = StorageContainer::getRegisteredStream(env,name,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 119 ::boost::shared_ptr<StreamHelper> pHelper = StorageContainer::getRegisteredStream(env,name,key); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_getFilePointer() 136 (JNIEnv * env, jobject /*obj_this*/,jstring name, jstring key) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_length() argument 143 ::boost::shared_ptr<StreamHelper> pHelper = StorageContainer::getRegisteredStream(env,name,key); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_length() [all …]
|
| H A D | StorageNativeOutputStream.cxx | 74 (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() 90 (JNIEnv * env, jobject obj_this, jstring key, jstring name, jbyteArray buffer, jint off, jint len) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_write__Ljava_lang_String_2Ljava_lang_String_2_3BII() argument 96 write_to_storage_stream_from_buffer( env, obj_this, name, key, buffer, off, len, &aDataLog ); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_write__Ljava_lang_String_2Ljava_lang_String_2_3BII() 98 write_to_storage_stream_from_buffer( env, obj_this, name, key, buffer, off, len ); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_write__Ljava_lang_String_2Ljava_lang_String_2_3BII() 108 (JNIEnv * env, jobject obj_this, jstring key, jstring name, jbyteArray buffer) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_write__Ljava_lang_String_2Ljava_lang_String_2_3B() argument 114 …write_to_storage_stream_from_buffer( env, obj_this, name, key, buffer, 0, env->GetArrayLength( buf… in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_write__Ljava_lang_String_2Ljava_lang_String_2_3B() 116 …write_to_storage_stream_from_buffer( env, obj_this, name, key, buffer, 0, env->GetArrayLength( buf… in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_write__Ljava_lang_String_2Ljava_lang_String_2_3B() 126 (JNIEnv * env, jobject /*obj_this*/, jstring key, jstring name) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_close() argument 135 ::boost::shared_ptr<StreamHelper> pHelper = StorageContainer::getRegisteredStream(env,name,key); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_close() [all …]
|
| /AOO41X/main/instsetoo_native/inc_openoffice/windows/msi_templates/ |
| H A D | _Validat.idt | 7 _Validation KeyColumn Y 1 32 Column to which foreign key connects 8 _Validation KeyTable Y Identifier For foreign key, Name of table to which… 37 … The Signature_ represents a unique file signature and is also the foreign key in the Signature, … 40 BBControl Billboard_ N Billboard 1 Identifier External key to the Billboard t… 49 Billboard Feature_ N Feature 1 Identifier An external key to the Feature Tabl… 52 Binary Name N Identifier Unique key identifying the binary data. 55 … The Signature_ represents a unique file signature and is also the foreign key in the Signature, … 62 Class Component_ N Component 1 Identifier Required foreign key into the Compo… 66 Class Feature_ N Feature 1 Identifier Required foreign key into the Feature T… 67 …Text Optional string containing information for the HKCRthis CLSID) key. If multiple patter… [all …]
|
| /AOO41X/main/instsetoo_native/inc_sdkoo/windows/msi_templates/ |
| H A D | _Validat.idt | 7 _Validation KeyColumn Y 1 32 Column to which foreign key connects 8 _Validation KeyTable Y Identifier For foreign key, Name of table to which… 37 … The Signature_ represents a unique file signature and is also the foreign key in the Signature, … 40 BBControl Billboard_ N Billboard 1 Identifier External key to the Billboard t… 49 Billboard Feature_ N Feature 1 Identifier An external key to the Feature Tabl… 52 Binary Name N Identifier Unique key identifying the binary data. 55 … The Signature_ represents a unique file signature and is also the foreign key in the Signature, … 62 Class Component_ N Component 1 Identifier Required foreign key into the Compo… 66 Class Feature_ N Feature 1 Identifier Required foreign key into the Feature T… 67 …Text Optional string containing information for the HKCRthis CLSID) key. If multiple patter… [all …]
|
| /AOO41X/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/ |
| H A D | _Validat.idt | 7 _Validation KeyColumn Y 1 32 Column to which foreign key connects 8 _Validation KeyTable Y Identifier For foreign key, Name of table to which… 37 … The Signature_ represents a unique file signature and is also the foreign key in the Signature, … 40 BBControl Billboard_ N Billboard 1 Identifier External key to the Billboard t… 49 Billboard Feature_ N Feature 1 Identifier An external key to the Feature Tabl… 52 Binary Name N Identifier Unique key identifying the binary data. 55 … The Signature_ represents a unique file signature and is also the foreign key in the Signature, … 62 Class Component_ N Component 1 Identifier Required foreign key into the Compo… 66 Class Feature_ N Feature 1 Identifier Required foreign key into the Feature T… 67 …Text Optional string containing information for the HKCRthis CLSID) key. If multiple patter… [all …]
|
| /AOO41X/main/instsetoo_native/inc_ure/windows/msi_templates/ |
| H A D | _Validat.idt | 7 _Validation KeyColumn Y 1 32 Column to which foreign key connects 8 _Validation KeyTable Y Identifier For foreign key, Name of table to which… 37 … The Signature_ represents a unique file signature and is also the foreign key in the Signature, … 40 BBControl Billboard_ N Billboard 1 Identifier External key to the Billboard t… 49 Billboard Feature_ N Feature 1 Identifier An external key to the Feature Tabl… 52 Binary Name N Identifier Unique key identifying the binary data. 55 … The Signature_ represents a unique file signature and is also the foreign key in the Signature, … 62 Class Component_ N Component 1 Identifier Required foreign key into the Compo… 66 Class Feature_ N Feature 1 Identifier Required foreign key into the Feature T… 67 …Text Optional string containing information for the HKCRthis CLSID) key. If multiple patter… [all …]
|
| /AOO41X/main/libxmlsec/ |
| H A D | xmlsec1-customkeymanage.patch | 193 xmlSecKeyPtr key); 254 xmlSecKeyPtr key); 302 + * Internal NSS key slot data 473 + * @hKeyStore: the pointer to key store. 476 + * Create and load key store and certificate database into keys manager 500 + * At present, MS Crypto engine do not provide a way to setup a key store. 503 + /*TODO: binding key store.*/ 519 + * Add key store to manager, from now on keys manager destroys the store if 549 + * Set certificate databse to X509 key data store 568 + /*TODO: import the key into keys manager.*/ [all …]
|
| /AOO41X/main/sal/rtl/source/ |
| H A D | cipher.c | 276 CipherKeyBF *key, sal_uInt32 *xl, sal_uInt32 *xr); 281 CipherKeyBF *key, sal_uInt32 *xl, sal_uInt32 *xr); 286 CipherKeyBF *key, sal_uInt32 x); 662 CipherKeyBF *key; in __rtl_cipherBF_init() local 666 key = &(ctx->m_key); in __rtl_cipherBF_init() 668 rtl_copyMemory (key, &__rtl_cipherBF_key, sizeof (CipherKeyBF)); in __rtl_cipherBF_init() 682 key->m_P[i] ^= D; in __rtl_cipherBF_init() 690 __rtl_cipherBF_encode (key, &DL, &DR); in __rtl_cipherBF_init() 691 key->m_P[i ] = DL; in __rtl_cipherBF_init() 692 key->m_P[i + 1] = DR; in __rtl_cipherBF_init() [all …]
|
| H A D | bootstrap.cxx | 94 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, 330 rtl::OUString const & key, rtl_uString ** value, LookupMode mode, 333 rtl::OUString const & key, rtl_uString ** value, LookupMode mode, 467 rtl::OUString const & key, rtl_uString ** value, rtl_uString * defaultValue, in getValue() argument [all …]
|
| /AOO41X/main/offapi/com/sun/star/ui/ |
| H A D | XAcceleratorConfiguration.idl | 81 /** return the list of all key events, which 85 The key events are the "primary keys" of this configuration sets. 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. 114 the key event, where the registered command is searched for. 116 @return The registered command for the specified key event. 119 if the key event is an invalid one or does not exists 126 /** modify or create a key - command - binding. [all …]
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
| H A D | MasterPageFactory.java | 164 final PageLayoutKey key = (PageLayoutKey) o; in equals() local 167 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 213 return (OfficeMasterPage) masterPages.get(key); in getMasterPage() 220 final MasterPageFactoryKey key = in containsMasterPage() local 222 return masterPages.containsKey(key); in containsMasterPage() 229 final MasterPageFactoryKey key = in createMasterPage() local 231 final OfficeMasterPage cached = (OfficeMasterPage) masterPages.get(key); in createMasterPage() [all …]
|
| /AOO41X/main/udkapi/com/sun/star/uri/ |
| H A D | XVndSunStarScriptUrl.idl | 40  <var>parameter</var> = <var>key</var> <code>"="</code> 42  <var>key</var> = 1*<var>schar</var><br/> 86 returns whether this URL has a parameter with a given key. 88 @param key 89 a non-escaped key. 92 <TRUE/> if this URL has at least one parameter with the given key. In 93 particular, if <code>key</code> is an empty <atom>string</atom>, <FALSE/> 96 boolean hasParameter([in] string key); 99 returns the value of a parameter with a given key. 101 @param key [all …]
|
| /AOO41X/main/qadevOOo/runner/stats/ |
| H A D | SQLExecution.java | 171 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() 189 … throw new IllegalArgumentException("The key '" + key + "' in command \n'" in executeSQLCommand() 209 String value = checkForQuotationMarks((String)sqlInput.get(key)); in executeSQLCommand() [all …]
|
| /AOO41X/main/l10ntools/java/jpropex/java/ |
| H A D | OrderedHashMap.java | 36 public Object get( Object key ) { return hm.get( key ); } in get() argument 39 public Object add( Object key , Object value ) in add() argument 41 list.add( key ); in add() 42 return hm.put( key, value ); in add() 44 public Object add( int index , Object key , Object value ) in add() argument 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() [all …]
|
| /AOO41X/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/ |
| H A D | XMLPackageDescription.java | 81 entity.key = qName; in startElement() 110 private String key; /* XML element name */ field in XMLPackageDescription 116 key = ""; in XMLPackageDescription() 130 return key; in getKey() 132 protected String getAttribute(String key) { in getAttribute() argument 133 return (String) attributes.get(key); in getAttribute() 138 protected XMLPackageDescription getElement(String key) { in getElement() argument 139 return getElement(key, null, null); in getElement() 141 protected XMLPackageDescription getElement(String key, String attrKey, String attrValue) { in getElement() argument 144 if (child.key.equals(key)) { in getElement() [all …]
|
| /AOO41X/main/offapi/com/sun/star/accessibility/ |
| H A D | XAccessibleKeyBinding.idl | 39 /** This interface can be used to represent any number of key bindings which 42 <p>There can be zero, one, or more key bindings. Each key binding consists 44 objects. The association of an action with a key binding is established 48 <p>A key binding describes alternative ways how to invoke an action with 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. 63 /** The returned sequence of key strokes describes one method to invoke 66 by each of the returned key strokes have to be pressed at the same [all …]
|
| /AOO41X/main/connectivity/com/sun/star/sdbcx/comp/hsqldb/ |
| H A D | StorageFileAccess.java | 41 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 …]
|
| /AOO41X/main/udkapi/com/sun/star/container/ |
| H A D | XMap.idl | 41 <p>Keys in the map are unique, and each key maps to exactly one value.</p> 66 /** 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. 79 <TRUE/> if and only if the map contains a mapping for the given key. 82 if the given key is not of a type which is accepted by the map 84 if the given key is not supported to be put into the map. It's up to the service 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. [all …]
|
| /AOO41X/main/codemaker/source/codemaker/ |
| H A D | typemanager.cxx | 175 RegistryKey key(searchTypeKey(name, pIsExtraType)); in getTypeReader() local 177 if (key.isValid()) in getTypeReader() 182 if (!key.getValueInfo(OUString(), &valueType, &valueSize)) in getTypeReader() 185 if (!key.getValue(OUString(), pBuffer)) in getTypeReader() 227 RegistryKey key(searchTypeKey(name)); in getTypeClass() local 229 if (key.isValid()) in getTypeClass() 234 if (!key.getValueInfo(OUString(), &valueType, &valueSize)) 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() [all …]
|
| /AOO41X/main/ridljar/com/sun/star/lib/util/ |
| H A D | WeakMap.java | 116 public boolean containsKey(Object key) { in containsKey() argument 117 return map.containsKey(key); in containsKey() 145 public Object get(Object key) { in get() argument 146 return map.get(key); in get() 161 public Object put(Object key, Object value) { in put() argument 163 return map.put(key, new Entry(key, value, queue)); in put() 175 public Object remove(Object key) { in remove() argument 177 return map.remove(key); in remove() 279 Object k = e.key; in cleanUp() 294 private Entry(Object key, Object value, ReferenceQueue queue) { in Entry() argument [all …]
|