| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/ |
| H A D | _XMultiPropertyStates.java | 55 private String[] names = null; field in _XMultiPropertyStates 58 names = (String[]) tEnv.getObjRelation("PropertyNames"); in before() 59 if (names == null) { in before() 63 log.println("Totally " + names.length + " properties encountered:"); in before() 65 for (int i = 0; i < names.length; i++) in before() 66 log.print(names[i] + " "); in before() 81 Object[] defaults = oObj.getPropertyDefaults(names); in _getPropertyDefaults() 82 result = (defaults != null) && defaults.length == names.length; in _getPropertyDefaults() 100 states = oObj.getPropertyStates(names); in _getPropertyStates() 101 result = (states != null) && (states.length == names.length); in _getPropertyStates() [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/complex/unoapi/ |
| H A D | CheckModuleAPI.java | 236 final String[] names = getModulesFromSourceRoot(); in getAllModuleCommand() local 237 checkModules = getCheckModuleCommand(names); in getAllModuleCommand() 242 private String[] getCheckModuleCommand(String[] names) in getCheckModuleCommand() argument 245 checkModules = new String[names.length]; in getCheckModuleCommand() 247 for (int i = 0; i < names.length; i++) in getCheckModuleCommand() 250 if (names[i].indexOf(".") != -1) in getCheckModuleCommand() 252 … checkModules[i] = "checkModule(" + names[i].substring(0, names[i].indexOf(".")) + ")"; in getCheckModuleCommand() 256 checkModules[i] = "checkModule(" + names[i] + ")"; in getCheckModuleCommand() 306 String[] names = null; in getCwsModuleCommand() local 328 names = (String[]) moduleNames.toArray(new String[0]); in getCwsModuleCommand() [all …]
|
| /trunk/main/wizards/com/sun/star/wizards/common/ |
| H A D | ConfigSet.java | 106 Object[] names = childrenMap.keySet().toArray(); in writeConfiguration() local 123 for (int i = 0; i < names.length; i++) in writeConfiguration() 127 ConfigNode child = (ConfigNode) getElement(names[i]); in writeConfiguration() 128 Object childView = Configuration.addConfigNode(configView, (String) names[i]); in writeConfiguration() 146 String[] names = Configuration.getChildrenNames(configurationView); in readConfiguration() local 151 for (int i = 0; i < names.length; i++) in readConfiguration() 157 … child.readConfiguration(Configuration.getNode(names[i], configurationView), param); in readConfiguration() 158 add(names[i], child); in readConfiguration() 180 for (int i = 0; i < names.length; i++) in readConfiguration() 184 Object child = Configuration.getNode(names[i], configurationView); in readConfiguration() [all …]
|
| /trunk/main/reportbuilder/java/com/sun/star/report/pentaho/ |
| H A D | SOFormulaParser.java | 105 String[] names = functionRegistry.getFunctionNames(); in SOFormulaParser() local 106 addOpCodes(names, opCodes, FUNCTIONS); in SOFormulaParser() 107 names = getOperators(defaultContext, OPERATORS); in SOFormulaParser() 109 addOpCodes(names, opCodes, UNARY_OPERATORS); in SOFormulaParser() 111 addOpCodes(names, opCodes, BINARY_OPERATORS); in SOFormulaParser() 113 names = GeneratedFormulaParserConstants.tokenImage.clone(); in SOFormulaParser() 114 for (int i = 0; i < names.length; i++) in SOFormulaParser() 116 final String token = names[i]; in SOFormulaParser() 119 names[i] = token.substring(1, token.length() - 1); in SOFormulaParser() 123 addOpCodes(names, opCodes, SEPARATORS, false); in SOFormulaParser() [all …]
|
| H A D | configuration.properties | 44 org.jfree.report.namespaces.oasis-style.Uri=urn:oasis:names:tc:opendocument:xmlns:style:1.0 48 org.jfree.report.namespaces.oasis-table.Uri=urn:oasis:names:tc:opendocument:xmlns:table:1.0 53 org.jfree.report.namespaces.oasis-draw.Uri=urn:oasis:names:tc:opendocument:xmlns:drawing:1.0 58 org.jfree.report.namespaces.oasis-chart.Uri=urn:oasis:names:tc:opendocument:xmlns:chart:1.0 63 org.jfree.report.namespaces.oasis-text.Uri=urn:oasis:names:tc:opendocument:xmlns:text:1.0 68 org.jfree.report.namespaces.oasis-number.Uri=urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0 73 org.jfree.report.namespaces.oasis-form.Uri=urn:oasis:names:tc:opendocument:xmlns:form:1.0 79 org.jfree.report.namespaces.oasis-compat-fo.Uri=urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compat… 85 org.jfree.report.namespaces.oasis-compat-svg.Uri=urn:oasis:names:tc:opendocument:xmlns:svg-compatib… 91 org.jfree.report.namespaces.oasis-compat-smil.Uri=urn:oasis:names:tc:opendocument:xmlns:smil-compat… [all …]
|
| /trunk/main/writerfilter/source/doctok/ |
| H A D | WW8sprms.xsl | 22 …names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1…
|
| H A D | resourceidmapperback.xsl | 22 …names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1…
|
| H A D | resourceidmapper.xsl | 22 …names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1…
|
| H A D | escherdoc.xsl | 22 …names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1…
|
| /trunk/main/udkapi/com/sun/star/beans/ |
| H A D | XTolerantMultiPropertySet.idl | 72 /** sets the values to the properties with the specified names. 75 specifies the names of the properties. 76 The property names must be sorted ascending. 78 <p>If the names are not sorted the behaviour of the method 97 if the number of property names and values do not match. 110 will be the same as the order of the names in the argument.</p> 113 specifies the names of the properties. 114 The property names must be sorted ascending. 116 <p>If the names are not sorted the behaviour of the method 134 the number of supplied property names the returned elements [all …]
|
| H A D | XMultiPropertySet.idl | 75 /** sets the values to the properties with the specified names. 83 specifies the names of the properties. All names must be unique. 107 a sequence of all values of the properties which are specified by their names. 110 as the order of the names in the argument. </p> 113 specifies the names of the properties. 121 specified property with the specified names. 123 <p>The implementation can ignore the names of the properties 130 specifies the names of the properties. 162 specifies the sorted names of the properties.
|
| H A D | XMultiPropertyStates.idl | 64 by their names. 67 given property names. 70 specifies the names of the properties. All names must be unique. 97 specifies the names of the properties. All names must be unique. 108 the default values of the properties with the specified names. 115 specifies the names of the properties. All names must be unique.
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/ |
| H A D | ConfigurationRead.java | 101 String[]names = xName.getElementNames(); in getRootNodeNames() local 102 return names; in getRootNodeNames() 111 String[]names = null; in getSubNodeNames() local 117 names = x.getElementNames(); in getSubNodeNames() 118 for (int i=0; i< names.length; i++) { in getSubNodeNames() 119 names[i] = name + "/" + names[i]; in getSubNodeNames() 125 return names; in getSubNodeNames()
|
| /trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
| H A D | PostgresqlCatalog.java | 50 List<String> names = new ArrayList<>(); in refreshTables() local 54 names.add(name); in refreshTables() 57 tables = new PostgresqlTables(this, metadata, this, names); in refreshTables() 59 tables.refill(names); in refreshTables() 74 List<String> names = new ArrayList<>(); in refreshViews() local 77 names.add(name); in refreshViews() 80 views = new PostgresqlViews(this, metadata, this, names); in refreshViews() 82 views.refill(names); in refreshViews()
|
| /trunk/main/offapi/com/sun/star/sheet/ |
| H A D | XCompatibilityNames.idl | 37 /** gives access to the sequence of compatibility names for an Addin 42 /** returns the compatibility names of the specified function. 44 <p>Compatibility names are localized names of AddIn functions that 48 compatibility names is used to find the internal name of the 54 <p>The order inside the sequence of compatibility names is used to 55 prioritize the names. Initially the first compatibility name of 57 provide a sequence of compatibility names - the first entry of all 61 <p>If a locale is not present in the sequence of compatibility names,
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/ |
| H A D | _XNameContainer.java | 110 String[] names = oObj.getElementNames() ; in _insertByName() local 112 for (int i = 0; i<names.length; i++) { in _insertByName() 113 log.println(" '" + names[i] + "'") ; in _insertByName() 118 names = oObj.getElementNames() ; in _insertByName() 120 for (int i = 0; i<names.length; i++) { in _insertByName() 121 log.println(" " + names[i]) ; in _insertByName() 210 String[] names = oObj.getElementNames() ; in _removeByName() local 212 for (int i = 0; i<names.length; i++) { in _removeByName() 213 log.println(" " + names[i]) ; in _removeByName()
|
| /trunk/main/solenv/bin/ |
| H A D | gen_userfeedback_VCL_names.pl | 45 my @names; 149 push @names, " $parentinfo"; 153 push @names, "$parentinfo $_"; 168 push @names, " $parentinfo"; 173 push @names, "$parentinfo $iteminfo"; 182 push @names, " $iteminfo"; 189 print HIDS join "\n", @names;
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/basicrunner/ |
| H A D | BasicIfcTest.java | 90 String names[] = new String[methods.length + 1]; in run() local 98 names[0] = ""; in run() 100 names[0] += aName.substring(oldIndex,index) + "."; in run() 104 names[0] += aName.substring(oldIndex); in run() 107 for (int i = 1; i < names.length; i++) { in run() 108 names[i] = methods[i - 1].entryName; in run() 117 Object params[] = {names, isOpt, other}; in run()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/ |
| H A D | _XAutoTextGroup.java | 84 String[] names = oObj.getElementNames() ; in before() local 85 for (int i = 0; i < names.length; i++) { in before() 86 log.println(" " + names[i]); in before() 87 if (names[i].toUpperCase().indexOf(pref.toUpperCase()) > 0) { in before() 90 oObj.removeByName(names[i]) ; in before() 92 log.println("Element '" + names[i] + "' not found."); in before() 204 String[] names = oObj.getElementNames() ; in _renameByName() local 208 names = oObj.getElementNames() ; in _renameByName()
|
| /trunk/main/scripting/source/provider/ |
| H A D | MasterScriptProvider.cxx | 779 Sequence< ::rtl::OUString > names; in getElementNames() local 785 return names; in getElementNames() 853 ::rtl::OUString names[3]; in getSupportedServiceNames() 855 names[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( in getSupportedServiceNames() 857 names[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( in getSupportedServiceNames() 859 names[2] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( in getSupportedServiceNames() 862 return Sequence< ::rtl::OUString >( names, 3 ); in getSupportedServiceNames() 888 ::rtl::OUString names[3]; in sp_getSupportedServiceNames() 890 names[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( in sp_getSupportedServiceNames() 892 names[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( in sp_getSupportedServiceNames() [all …]
|
| /trunk/main/oox/source/dump/ |
| H A D | dumperbase.ini | 67 # - <LISTNAME> denotes the name of a list. List names may consist of any non- 78 # Defines names for a list of specific values. 86 # quote-names = <bool> 96 # - quote-names (optional): Specifies whether to return the contained names 100 # names generated from earlier declarations. 113 # - Excludes the names of constants 2 and 3, which may have been included from 122 # Defines names for contiguous ranges of values. 137 # - ignore-empty (optional): Specifies whether to skip empty names in a list. 149 # - Defines the names 'value0' for the constant 0, 'value1' for the constant 166 # Defines names for a contiguous range of values. The entire list definition [all …]
|
| /trunk/main/filter/source/xslt/import/wordml/ |
| H A D | wordml2ooo_props.xsl | 1 …names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:w="http://schemas.microsoft.com/office/wo…
|
| /trunk/main/ucb/qa/complex/tdoc/ |
| H A D | _XServiceInfo.java | 42 public static String[] names = null; field in _XServiceInfo 68 names = oObj.getSupportedServiceNames(); in _getSupportedServiceNames() 69 for (int i=0;i<names.length;i++) { in _getSupportedServiceNames() 71 log.println(k+". Supported Service is "+names[i]); in _getSupportedServiceNames() 89 names = oObj.getSupportedServiceNames(); in _supportsService() 90 return oObj.supportsService(names[0]); in _supportsService()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/lang/ |
| H A D | _XServiceInfo.java | 41 public static String[] names = null; field in _XServiceInfo 66 names = oObj.getSupportedServiceNames(); in _getSupportedServiceNames() 67 for (int i=0;i<names.length;i++) { in _getSupportedServiceNames() 69 log.println(k+". Supported Service is "+names[i]); in _getSupportedServiceNames() 87 names = oObj.getSupportedServiceNames(); in _supportsService() 88 tRes.tested("supportsService()", oObj.supportsService(names[0])); in _supportsService()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/uno/ |
| H A D | _XComponentContext.java | 42 String[] names = directly.getAvailableServiceNames(); in _getServiceManager() local 45 for (int i = 0; i < names.length; i++) { in _getServiceManager() 47 if (names[i].equals("com.sun.star.i18n.ConversionDictionary_ko")) continue; in _getServiceManager() 48 if (names[i].equals("com.sun.star.i18n.TextConversion_ko")) continue; in _getServiceManager() 50 names[i]); in _getServiceManager() 51 directly.createInstanceWithContext(names[i], oObj); in _getServiceManager()
|