Home
last modified time | relevance | path

Searched refs:keys (Results 1 – 25 of 265) sorted by relevance

1234567891011

/trunk/main/i18npool/source/indexentry/
H A Dindexentrysupplier_default.cxx105 if (keys[j].key > 0 && (i == keys[j].key || index->compare(i, keys[j].key) == 0)) { in init()
156 if (keys[wgt].desc.getLength()) in getIndexDescription()
157 return keys[wgt].desc; in getIndexDescription()
158 else if (keys[wgt].key > 0) in getIndexDescription()
159 return OUString(&keys[wgt].key, 1); in getIndexDescription()
161 return keys[wgt].mkey; in getIndexDescription()
198 keys[key_count].key = keys[key_count-1].key+1; in makeIndexKeys()
230 keys[key_count].key = 0; in makeIndexKeys()
239 keys[key_count].key = curr; in makeIndexKeys()
240 keys[key_count++].desc = OUString(); in makeIndexKeys()
[all …]
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOKeyContainer.java56 private Map<String,OKey> keys; field in OKeyContainer
58 …public OKeyContainer(Object lock, boolean isCaseSensitive, Map<String,OKey> keys, OTable table) th… in OKeyContainer() argument
59 super(lock, isCaseSensitive, Arrays.asList(keys.keySet().toArray(new String[keys.size()]))); in OKeyContainer()
60 System.out.println("Keys.size()=" + keys.size()); in OKeyContainer()
61 for (Map.Entry<String,OKey> entry : keys.entrySet()) { in OKeyContainer()
77 this.keys = keys; in OKeyContainer()
91 ret = keys.get(name); in createObject()
96 ret = keys.get(name); in createObject()
201keys.put(newName, new OKey(newName, isCaseSensitive(), referencedName, keyType, updateRule, delete… in appendObject()
H A DOTable.java55 protected OContainer keys; field in OTable
105 if (keys != null) { in postDisposing()
106 keys.dispose(); in postDisposing()
161 if (keys == null) { in getKeys()
162 keys = refreshKeys(); in getKeys()
164 return keys; in getKeys()
H A DSqlTableHelper.java138 Map<String, OKey> keys = new TreeMap<>(); in readKeys() local
140 keys.put(primaryKey.getName(), primaryKey); in readKeys()
141 readForeignKeys(metadata, catalogName, schemaName, tableName, isCaseSensitive, keys, table); in readKeys()
142 return keys; in readKeys()
179 … schemaName, String tableName, boolean isCaseSensitive, Map<String, OKey> keys, OTable table) thro… in readForeignKeys() argument
209 keys.put(oldFkName, key); in readForeignKeys()
226 keys.put(oldFkName, key); in readForeignKeys()
/trunk/main/comphelper/qa/complex/comphelper/
H A DMap.java458 final String[] keys = new String[] { "This", "is", "an", "enumeration", "test" }; in testEnumerations() local
461 impl_putAll( map, keys, values ); in testEnumerations()
463 final Pair< ?, ? >[] paired = new Pair< ?, ? >[ keys.length ]; in testEnumerations()
464 for ( int i=0; i<keys.length; ++i ) in testEnumerations()
466 paired[i] = new Pair< Object, Object >( keys[i], values[i] ); in testEnumerations()
473 impl_verifyEnumerationContent( enumerateKeys, keys, "key enumeration" ); in testEnumerations()
479 map.remove( keys[0] ); in testEnumerations()
485 map.put( keys[0], values[0] ); in testEnumerations()
490 impl_verifyEnumerationContent( enumerateKeys, keys, "key enumeration" ); in testEnumerations()
497 …final Double[] keys = new Double[] { new Double( 0 ), Double.POSITIVE_INFINITY, Double.NEGATIVE_IN… in testSpecialValues() local
[all …]
/trunk/test/testcommon/source/org/openoffice/test/vcl/
H A DTester.java146 public static void typeShortcut(String... keys) { in typeShortcut() argument
147 for(int i = 0; i < keys.length; i++) { in typeShortcut()
148 String key = keys[i]; in typeShortcut()
156 for(int i = keys.length - 1; i >= 0; i--) { in typeShortcut()
157 String key = keys[i]; in typeShortcut()
176 public static void typeKeys(String keys) { in typeKeys() argument
177 StringTokenizer tokenizer = new StringTokenizer(keys, "<>", true); in typeKeys()
314 public static void setCustomizedShortcut(String name, String... keys) { in setCustomizedShortcut() argument
315 customizedMap.put(name, keys); in setCustomizedShortcut()
/trunk/main/toolkit/src2xml/source/
H A Dglobals.py124 keys = list(elem.attrs.keys())
125 for key in keys:
131 keys = sorted(self.attrs.keys())
132 for key in keys:
H A Dsrclexer.py226 keys = sorted(self.defines.keys())
227 for key in keys:
413 for key in list(SrcLexer.headerCache[headerPath].defines.keys()):
425 for key in list(headerDefines.keys()):
433 for key in list(mclexer.headerDict.keys()):
438 for key in list(defines.keys()):
441 for key in list(defines.keys()):
/trunk/main/udkapi/com/sun/star/container/
H A DEnumerableMap.idl39 …<p>For the keys put into the map using <member>XMap::put</member> or <member>createImmutable</memb…
44 …<code>STRING</code>, <code>TYPE</code>, or <code>UNSIGNED HYPER</code>, then only keys of exactly …
48 …he key type's class is <member scope="com::sun::star::uno">TypeClass::ENUM</member>, then only keys
51 …<code>LONG</code>, <code>UNSIGNED LONG</code>, or <code>HYPER</code>, then all keys which can loss…
86 denotes the type of the keys in the to-be-created map
94 …For keys, scalar types, strings, <type scope="com::sun::star::uno">Type</type> itself, and interfa…
106 denotes the type of the keys in the to-be-created map
116 …For keys, scalar types, strings, <type scope="com::sun::star::uno">Type</type> itself, and interfa…
119 if any of the given values or keys violates the <a href="#keyrules">key rules</a> or
H A DXMap.idl39 /** describes a map between keys and values.
43 …<p>Locating elements in the map, both values and keys, requires a notion of equality of two object…
54 /** denotes the type of the keys in the map.
56 <p>Implementations are free to accept any supertype of <code>KeyType</code> as keys.</p>
86 supported. For instances, implementations might decide to not allow <VOID/> keys, or
99 <TRUE/> if and only one or more keys map to the given value.
125 supported. For instances, implementations might decide to not allow <VOID/> keys, or
155 For instances, implementations might decide to not allow <VOID/> keys or values, or to
178 supported. For instances, implementations might decide to not allow <VOID/> keys, or
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A DOfficeParserUtil.java118 final Iterator keys = props.findPropertyKeys(NAMESPACES_PREFIX); in getNamespaces() local
119 while (keys.hasNext()) in getNamespaces()
121 final String key = (String) keys.next(); in getNamespaces()
130 final Iterator keys = props.findPropertyKeys(NAMESPACES_PREFIX); in getNamespacePrefix() local
131 while (keys.hasNext()) in getNamespacePrefix()
133 final String key = (String) keys.next(); in getNamespacePrefix()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DCfgParser.java71 Enumeration cfgEnum = cfg.keys(); in getIniParameters()
110 Enumeration keys = param.keys(); in getIniParameters() local
111 while (keys.hasMoreElements()) in getIniParameters()
113 String key = (String) keys.nextElement(); in getIniParameters()
/trunk/main/sysui/desktop/share/
H A Dmakefile.mk171 $(COMMONMISC)$/{$(PRODUCTLIST)}$/openoffice.keys : ../mimetypes/openoffice.mime brand.pl translate.…
172 $(COMMONMISC)$/{$(PRODUCTLIST)}$/openoffice.keys : ../mimetypes/{$(MIMELIST)}.keys
174 @echo Creating GNOME .keys file for $(@:d:d:f) ..
178 @cat $(MISC)/$(@:d:d:f)/{$(MIMELIST)}.keys > $@.$(INPATH)
250 $(COMMONMISC)$/{$(PRODUCTLIST)}$/openoffice.keys \
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DDataHandler.java115 Set keys = output[j].keySet(); in putDataTo() local
116 Iterator iter = keys.iterator(); in putDataTo()
133 Set keys = output.keySet(); in putDataTo() local
134 Iterator iter = keys.iterator(); in putDataTo()
/trunk/main/libxmlsec/
H A Dxmlsec1-customkeymanage.patch40 +#include <xmlsec/keys.h>
141 +#include <xmlsec/keys.h>
221 +#include <xmlsec/keys.h>
461 +#include <xmlsec/keys.h>
786 +#include <xmlsec/keys.h>
1190 - * not written to by the keys store.
1196 - * source of keys for xmlsec
1252 +#include <xmlsec/keys.h>
2140 +#include <xmlsec/keys.h>
3533 #include <xmlsec/keys.h>
[all …]
/trunk/main/solenv/bin/modules/
H A DGenInfoParser.pm75 my @keys = ();
79 push(@keys, $$sub_data_ref{$normalized_key}[0]);
83 push @keys, ($value);
85 return @keys;
/trunk/main/l10ntools/scripts/tool/
H A Dpseudo.py67 return keys(self._list)
73 return list(tmpdict.keys())
116 def keys(self): member in PseudoOrderedDict
176 print("keys="+str(list(d.keys())))
/trunk/main/odk/examples/java/Inspector/
H A DTDocSupplier.java97 String[] keys = new String[2]; in getXRowOfTDocUrl() local
98 keys[ 0 ] = "Local"; in getXRowOfTDocUrl()
99 keys[ 1 ] = "Office"; in getXRowOfTDocUrl()
100 …stanceWithArgumentsAndContext( "com.sun.star.ucb.UniversalContentBroker", keys, getXComponentConte… in getXRowOfTDocUrl()
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclControl.java184 public void inputKeys(String keys) { in inputKeys() argument
185 invoke(Constant.M_TypeKeys, new Object[] { keys }); in inputKeys()
285 public void typeKeys(String keys) {
287 Tester.typeKeys(keys);
/trunk/main/ucb/qa/complex/ucb/
H A DUCB.java71 String[] keys = new String[2]; in init() local
72 keys[0] = "Local"; in init()
73 keys[1] = "Office"; in init()
77 keys); in init()
/trunk/main/javaunohelper/com/sun/star/comp/helper/
H A DComponentContext.java237 Enumeration keys = m_table.keys(); in dispose() local
238 while (keys.hasMoreElements()) in dispose()
240 String name = (String)keys.nextElement(); in dispose()
H A DBootstrap.java191 Enumeration keys = bootstrap_parameters.keys(); in defaultBootstrap_InitialComponentContext() local
193 while (keys.hasMoreElements()) in defaultBootstrap_InitialComponentContext()
195 String name = (String)keys.nextElement(); in defaultBootstrap_InitialComponentContext()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DUCB.java57 String[] keys = new String[2]; in UCB() local
58 keys[ 0 ] = "Local"; in UCB()
59 keys[ 1 ] = "Office"; in UCB()
61 "com.sun.star.ucb.UniversalContentBroker", keys ); in UCB()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleKeyBinding.java350 KeyStroke[] keys = unoAccessibleKeybinding.getAccessibleKeyBinding(i); in getAccessibleKeyBinding() local
351 javax.swing.KeyStroke[] data = new javax.swing.KeyStroke[keys.length]; in getAccessibleKeyBinding()
352 for (int j=0; j < keys.length; j++) { in getAccessibleKeyBinding()
353 int keyCode = convertKeyCode(keys[j].KeyCode); in getAccessibleKeyBinding()
355 … data[j] = javax.swing.KeyStroke.getKeyStroke(keyCode, convertModifiers(keys[j].Modifiers)); in getAccessibleKeyBinding()
361 if (keys.length == 1) { in getAccessibleKeyBinding()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/stats/
H A DSQLExecution.java237 Enumeration keys = sqlOutput.keys(); in executeSQLCommand() local
238 while(keys.hasMoreElements()) { in executeSQLCommand()
239 String key = (String)keys.nextElement(); in executeSQLCommand()

Completed in 112 milliseconds

1234567891011