Home
last modified time | relevance | path

Searched refs:toArray (Results 1 – 25 of 133) sorted by relevance

123456

/aoo42x/main/odk/examples/java/Inspector/
H A DUnoNode.java273 aVector.toArray(sRetArray); in removeMandatoryServiceNames()
330 boolean[] bBooleans = (boolean[]) AnyConverter.toArray(_oUnoObject); in getDisplayValuesofPrimitiveArray()
337 byte[] bBytes = (byte[]) AnyConverter.toArray(_oUnoObject); in getDisplayValuesofPrimitiveArray()
344 double[] fdoubles = (double[]) AnyConverter.toArray(_oUnoObject); in getDisplayValuesofPrimitiveArray()
351 float[] ffloats = (float[]) AnyConverter.toArray(_oUnoObject); in getDisplayValuesofPrimitiveArray()
358 int[] nints = (int[]) AnyConverter.toArray(_oUnoObject); in getDisplayValuesofPrimitiveArray()
365 long[] nlongs = (long[]) AnyConverter.toArray(_oUnoObject); in getDisplayValuesofPrimitiveArray()
372 short[] nShorts = (short[]) AnyConverter.toArray(_oUnoObject); in getDisplayValuesofPrimitiveArray()
H A DIntrospector.java185 oRetComponentsVector.toArray(oRetComponents); in getUnoObjectsOfContainer()
273 aPropertiesVector.toArray(aRetProperties); in getProperties()
291 aTypesVector.toArray(aRetTypes); in getInterfaces()
/aoo42x/main/wizards/com/sun/star/wizards/common/
H A DJavaTools.java141 _aIntegerVector.toArray(nIntegerValues); in IntegerTointList()
167 _aBooleanVector.toArray(bBooleanValues); in BooleanTobooleanList()
524 retvector.toArray(retarray); in removeOutdatedFields()
548 retvector.toArray(retarray); in removeOutdatedFields()
577 secdimvector.toArray(internalArray); in removeOutdatedFields()
582 return firstdimvector.toArray(retarray); in removeOutdatedFields()
735 tempbaselist.toArray(sretlist); in removefromList()
H A DConfigSet.java106 Object[] names = childrenMap.keySet().toArray(); in writeConfiguration()
239 return childrenList.toArray(); in items()
/aoo42x/main/wizards/com/sun/star/wizards/db/
H A DCommandMetaData.java189 aSortFields.toArray(SortFieldNames); in prependSortFieldNames()
315 m_aAllFieldNames = ResultFieldNames.toArray(m_aAllFieldNames); in getFieldNamesOfCommand()
342 return aOrderableColumns.toArray(sretfieldnames); in getOrderableColumns()
414 numericfieldsvector.toArray(NumericFieldNames); in setNumericFields()
437 sFieldNamesVector.toArray(sFieldNames); in getFieldNames()
474 nonaggregatefieldsvector.toArray(NonAggregateFieldNames); in setNonAggregateFieldNames()
626 TableVector.toArray(sTotReferencedTables); in getReferencedTables()
H A DQueryMetaData.java149 oRemainingFieldColumns.toArray(FieldColumns); in removeSeveralFieldColumnsByDisplayFieldName()
186 CommandNamesV.toArray(sIncludedCommandNames); in getIncludedCommandNames()
210 CommandNames.toArray(sIncludedCommandNames); in getIncludedCommandNames()
263 UniqueAggregateFieldVector.toArray(UniqueAggregateFieldNames); in getUniqueAggregateFieldNames()
H A DRelationController.java82 aReferencedTableVector.toArray(sReferencedTableNames); in getExportedKeys()
149 aSlaveFieldNamesVector.toArray(sKeyColumnNames[0]); in getImportedKeyColumns()
150 aMasterFieldNamesVector.toArray(sKeyColumnNames[1]); in getImportedKeyColumns()
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/model/
H A DOfficeStyles.java167 return (DataStyle[]) dataStyles.values().toArray(new DataStyle[dataStyles.size()]); in getAllDataStyles()
172 return (PageLayout[]) pageStyles.values().toArray(new PageLayout[pageStyles.size()]); in getAllPageStyles()
177 return (OfficeStyle[]) styles.values().toArray(new OfficeStyle[styles.size()]); in getAllStyles()
182 return (Element[]) otherChilds.toArray(new Element[otherChilds.size()]); in getOtherStyles()
/aoo42x/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java372 superTypes.toArray(), null); in create()
429 superMethodDescriptions = (IMethodDescription[]) superList.toArray( in initMethodDescriptions()
507 methodDescriptions = (IMethodDescription[]) directList.toArray( in initMethodDescriptions()
563 return (TypeDescription[]) args.toArray( in calculateTypeArguments()
656 public TypeDescription[] toArray() { in toArray() method in TypeDescription.List
657 return (TypeDescription[]) list.toArray( in toArray()
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOFormulaOpCodeMapper.java77 return (com.sun.star.sheet.FormulaToken[]) token.toArray(new FormulaToken[token.size()]); in getMappings()
89 …return (com.sun.star.sheet.FormulaOpCodeMapEntry[]) parser.getSpecialOpCodes().toArray(new Formula… in getAvailableMappings()
119 …return (com.sun.star.sheet.FormulaOpCodeMapEntry[]) token.toArray(new FormulaOpCodeMapEntry[token.… in getAvailableMappings()
H A DSOFormulaParser.java247 return (FormulaToken[]) tokens.toArray(new FormulaToken[tokens.size()]); in parseFormula()
315 …return (com.sun.star.sheet.FormulaOpCodeMapEntry[]) m_OpCodeMap.toArray(new FormulaOpCodeMapEntry[… in getOpCodeMap()
439 return (String[]) ops.toArray(new String[ops.size()]); in getOperators()
/aoo42x/main/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/
H A DAsyncJob.java109 …ricConfig = (com.sun.star.beans.NamedValue[])com.sun.star.uno.AnyConverter.toArray(lArgs[i].Value); in executeAsync()
112 …lJobConfig = (com.sun.star.beans.NamedValue[])com.sun.star.uno.AnyConverter.toArray(lArgs[i].Value… in executeAsync()
115 …vironment = (com.sun.star.beans.NamedValue[])com.sun.star.uno.AnyConverter.toArray(lArgs[i].Value); in executeAsync()
118 …namicData = (com.sun.star.beans.NamedValue[])com.sun.star.uno.AnyConverter.toArray(lArgs[i].Value); in executeAsync()
/aoo42x/main/scripting/java/org/openoffice/idesupport/
H A DJavaFinder.java132 return (ScriptEntry[])result.toArray(empty); in findMethods()
152 return new URLClassLoader((URL[])urls.toArray(new URL[0])); in getClassLoader()
246 return (String[])result.toArray(new String[0]); in findClassNames()
/aoo42x/main/framework/qa/complex/path_settings/
H A DPathSettingsTest.java175 Object oValueList = AnyConverter.toArray(o); in convertToString()
325 Object oValues = AnyConverter.toArray(_o); in checkPaths()
347 Object oValues = AnyConverter.toArray(_o2); in checkPaths()
495 Object oValues = AnyConverter.toArray(oValue); in checkStringListProperty()
/aoo42x/main/qadevOOo/runner/convwatch/
H A DDirectoryHelper.java78 return a.m_aFileList.toArray(); in traverse()
86 return a.m_aFileList.toArray(); in traverse()
/aoo42x/main/qadevOOo/runner/graphical/
H A DDirectoryHelper.java82 return a.m_aFileList.toArray(); in traverse()
90 return a.m_aFileList.toArray(); in traverse()
/aoo42x/main/qadevOOo/runner/helper/
H A DAPIDescGetter.java327 ifcDesc.SubEntries = getDescArray(meth_names.toArray()); in getSubEntries()
378 ifcDesc.SubEntries = getDescArray(meth_names.toArray()); in getSubEntries()
481 Object[] entriesArray = entries.toArray(); in makeArray()
504 return returnArray.toArray(); in makeArray()
/aoo42x/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DInterfaceContainer_Test.java453 public boolean toArray() in toArray() method in InterfaceContainer_Test
461 Object[] ar= cont.toArray(); in toArray()
462 Object[] arOrig= list1.toArray(); in toArray()
471 XWeak[] arWeak2= (XWeak[])cont.toArray(arWeak); in toArray()
965 r[i++]= test.toArray(); in main()
/aoo42x/main/wizards/com/sun/star/wizards/ui/
H A DFilterComponent.java730 …short[] SelFields = (short[]) AnyConverter.toArray(Helper.getUnoPropertyValue(UnoDialog.getModel(C… in isConditionComplete()
863 …iselected = (short[]) AnyConverter.toArray(Helper.getUnoPropertyValue(UnoDialog.getModel(ControlEl… in setEnabled()
887 …short[] SelFields = (short[]) AnyConverter.toArray(Helper.getUnoPropertyValue(UnoDialog.getModel(C… in getSelectedFieldName()
903 …short[] SelFields = (short[]) AnyConverter.toArray(Helper.getUnoPropertyValue(UnoDialog.getModel(C… in getSelectedOperator()
H A DAggregateComponent.java378 … short[] iselfield = (short[]) AnyConverter.toArray(currowproperties[1].Value); in getAggregateFieldNames()
379 … short[] iselfunction = (short[]) AnyConverter.toArray(currowproperties[0].Value); in getAggregateFieldNames()
391 aggregatevector.toArray(CurDBMetaData.AggregateFieldNames); in getAggregateFieldNames()
/aoo42x/main/wizards/com/sun/star/wizards/report/
H A DGroupFieldHandler.java97 SelFieldsVector.toArray(SelFields); in initialize()
99 NormalFieldsVector.toArray(NormalFields); in initialize()
/aoo42x/main/qadevOOo/tests/java/mod/_fwl/
H A DFilterFactory.java157 vFTypes.toArray(new String[vFTypes.size()])); in createTestEnvironment()
159 vFArgs.toArray(new Object[vFArgs.size()][])); in createTestEnvironment()
/aoo42x/test/testcommon/source/org/openoffice/test/common/
H A DNamedRequest.java84 namedRequest.addRunner(Request.classes(classes.toArray(new Class[0])).getRunner()); in tc()
111 namedRequest.addRunner(Request.classes(classes.toArray(new Class[0])).getRunner()); in tp()
/aoo42x/main/framework/qa/complex/ModuleManager/
H A DCheckXModuleManager.java211 … PropertyValue[] lModuleProps = (PropertyValue[])AnyConverter.toArray(xResult.nextElement()); in impl_searchModulesByDocumentService()
251 … PropertyValue[] lModuleProps = (PropertyValue[])AnyConverter.toArray(xMM.getByName(sModule)); in impl_identifyModulesBasedOnDocs()
/aoo42x/main/qadevOOo/tests/java/ifc/beans/
H A D_XTolerantMultiPropertySet.java254 Object[] obj = direct.toArray(); in getDirectProperties()
285 Object[] obj = names.toArray(); in getProperties()

Completed in 146 milliseconds

123456