/aoo4110/main/i18npool/source/indexentry/ |
H A D | indexentrysupplier_default.cxx | 105 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 …]
|
/aoo4110/main/comphelper/qa/complex/comphelper/ |
H A D | Map.java | 458 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 …]
|
/aoo4110/test/testcommon/source/org/openoffice/test/vcl/ |
H A D | Tester.java | 146 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()
|
/aoo4110/main/toolkit/src2xml/source/ |
H A D | globals.py | 124 keys = list(elem.attrs.keys()) 125 for key in keys: 131 keys = sorted(self.attrs.keys()) 132 for key in keys:
|
H A D | srclexer.py | 226 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()):
|
/aoo4110/main/udkapi/com/sun/star/container/ |
H A D | EnumerableMap.idl | 39 …<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 D | XMap.idl | 39 /** 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
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/parser/ |
H A D | OfficeParserUtil.java | 118 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()
|
/aoo4110/main/qadevOOo/runner/helper/ |
H A D | CfgParser.java | 71 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()
|
/aoo4110/main/sysui/desktop/share/ |
H A D | makefile.mk | 171 $(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 \
|
/aoo4110/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ |
H A D | DataHandler.java | 115 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()
|
/aoo4110/main/solenv/bin/modules/ |
H A D | GenInfoParser.pm | 75 my @keys = (); 79 push(@keys, $$sub_data_ref{$normalized_key}[0]); 83 push @keys, ($value); 85 return @keys;
|
/aoo4110/main/libxmlsec/ |
H A D | xmlsec1-customkeymanage.patch | 40 +#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 …]
|
/aoo4110/main/l10ntools/scripts/tool/ |
H A D | pseudo.py | 67 return keys(self._list) 73 return list(tmpdict.keys()) 116 def keys(self): member in PseudoOrderedDict 176 print("keys="+str(list(d.keys())))
|
/aoo4110/main/odk/examples/java/Inspector/ |
H A D | TDocSupplier.java | 97 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()
|
/aoo4110/test/testcommon/source/org/openoffice/test/vcl/widgets/ |
H A D | VclControl.java | 184 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);
|
/aoo4110/main/ucb/qa/complex/ucb/ |
H A D | UCB.java | 71 String[] keys = new String[2]; in init() local 72 keys[0] = "Local"; in init() 73 keys[1] = "Office"; in init() 77 keys); in init()
|
/aoo4110/main/javaunohelper/com/sun/star/comp/helper/ |
H A D | ComponentContext.java | 237 Enumeration keys = m_table.keys(); in dispose() local 238 while (keys.hasMoreElements()) in dispose() 240 String name = (String)keys.nextElement(); in dispose()
|
H A D | Bootstrap.java | 191 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()
|
/aoo4110/main/wizards/com/sun/star/wizards/common/ |
H A D | UCB.java | 57 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()
|
/aoo4110/main/accessibility/bridge/org/openoffice/java/accessibility/ |
H A D | AccessibleKeyBinding.java | 350 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()
|
/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/nodes/ |
H A D | ParcelDescriptorChildren.java | 60 ArrayList keys = new ArrayList(len); in refreshKeys() local 62 keys.add(nl.item(i)); in refreshKeys() 63 setKeys(keys); in refreshKeys()
|
/aoo4110/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleKeyBinding.idl | 49 pressing one or more keys after each other. Each individual sequence of 65 which you called this method) by pressing keys. The keys specified 67 time (the Control-key and the A-key for example). The keys of
|
/aoo4110/main/qadevOOo/runner/stats/ |
H A D | SQLExecution.java | 237 Enumeration keys = sqlOutput.keys(); in executeSQLCommand() local 238 while(keys.hasMoreElements()) { in executeSQLCommand() 239 String key = (String)keys.nextElement(); in executeSQLCommand()
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/parser/stylemapper/style/ |
H A D | TextUnderlineWidthMapper.java | 28 import org.jfree.layouting.input.style.keys.border.BorderWidth; 29 import org.jfree.layouting.input.style.keys.text.TextDecorationWidth; 30 import org.jfree.layouting.input.style.keys.text.TextStyleKeys;
|