Home
last modified time | relevance | path

Searched refs:Vector (Results 51 – 75 of 431) sorted by relevance

12345678910>>...18

/aoo42x/main/scripting/java/com/sun/star/script/framework/provider/java/
H A DScriptDescriptor.java26 import java.util.Vector;
41 private Vector m_classpath;
42 private Vector m_argumentTypes = new Vector( 11 );
118 public void setClasspath( Vector classpath ) in setClasspath()
129 public Vector getClasspath() in getClasspath()
/aoo42x/main/wizards/com/sun/star/wizards/ui/
H A DPeerConfig.java25 import java.util.Vector;
43 private Vector m_aPeerTasks = new Vector();
44 Vector aControlTasks = new Vector();
45 Vector aImageUrlTasks = new Vector();
/aoo42x/main/dbaccess/source/core/api/
H A DRowSetCache.cxx569 ORowSetValueVector::Vector& rInsert = ((*m_aInsertRow)->get()); in updateNull()
583 ,ORowSetValueVector::Vector& io_aRow in updateValue()
589 ORowSetValueVector::Vector& rInsert = ((*m_aInsertRow)->get()); in updateValue()
613 ORowSetValueVector::Vector& rInsert = ((*m_aInsertRow)->get()); in updateCharacterStream()
624 ,ORowSetValueVector::Vector& io_aRow in updateObject()
630 ORowSetValueVector::Vector& rInsert = ((*m_aInsertRow)->get()); in updateObject()
646 ,ORowSetValueVector::Vector& io_aRow in updateNumericObject()
652 ORowSetValueVector::Vector& rInsert = ((*m_aInsertRow)->get()); in updateNumericObject()
1341 ORowSetValueVector::Vector& rCurrentRow = ((*m_aMatrixIter))->get(); in updateRow()
1411 ORowSetValueVector::Vector::iterator aEnd = (*m_aInsertRow)->get().end(); in moveToInsertRow()
[all …]
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DCreatorBase.java27 import java.util.Vector;
68 new Vector<Attribute>(), in CreateForSimpleType()
75 protected Vector<Attribute> CollectAttributes (final INode aRoot) in CollectAttributes()
77 final Vector<Attribute> aAttributes = new Vector<>(); in CollectAttributes()
122 protected Vector<Attribute> maAttributes;
/aoo42x/main/wizards/com/sun/star/wizards/common/
H A DJavaTools.java135 public static int[] IntegerTointList(Vector<Integer> _aIntegerVector) in IntegerTointList()
161 public static boolean[] BooleanTobooleanList(Vector<Boolean> _aBooleanVector) in BooleanTobooleanList()
375 Vector StringVector = new Vector(); in ArrayoutofString()
509 Vector retvector = new Vector(); in removeOutdatedFields()
536 Vector retvector = new Vector(); in removeOutdatedFields()
726 Vector tempbaselist = new Vector(); in removefromList()
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/
H A DUninstallationOngoingCtrl.java36 import java.util.Vector;
70 Vector uninstallPackages = new Vector(); in beforeShow()
74 Vector sortedPackages = new Vector(); in beforeShow()
90 Vector uninstallPackages = installData.getInstallPackages(); in duringShow()
/aoo42x/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorksheet.java29 import java.util.Vector;
48 private Vector rows = new Vector();
49 private Vector colInfo = new Vector();
50 private Vector cells = new Vector();
/aoo42x/main/odk/source/com/sun/star/lib/loader/
H A DLoader.java40 import java.util.Vector;
71 Vector res = new Vector(); in main()
153 Vector vec = new Vector(); in getCustomLoader()
232 private static void addUrls(Vector urls, String data, String delimiter) { in addUrls()
246 private static void callUnoinfo(String path, Vector urls) { in callUnoinfo()
/aoo42x/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DParseTableReader.java29 import java.util.Vector;
85 public Vector<String[]> GetSection (final String sSectionName) in GetSection()
87 Vector<String[]> aSection = maSections.get(sSectionName); in GetSection()
90 aSection = new Vector<>(); in GetSection()
99 private final Map<String,Vector<String[]>> maSections;
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/
H A DNode.java24 import java.util.Vector;
45 maAttributes = new Vector<>(); in Node()
46 maChildren = new Vector<>(); in Node()
170 private final Vector<INode> maAttributes;
171 private final Vector<INode> maChildren;
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/iterator/
H A DDereferencingNodeIterator.java25 import java.util.Vector;
60 private Vector<INode> CollectNodes ( in CollectNodes()
64 final Vector<INode> aNodes = new Vector<>(); in CollectNodes()
73 final Vector<INode> aNodes, in AddNodes()
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DConverter.java29 import java.util.Vector;
54 static public HashMap convertVectorToHashmap(Vector vec) { in convertVectorToHashmap()
77 static public Vector convertHashMapToVector(HashMap hash) { in convertHashMapToVector()
78 Vector vec = new Vector(); in convertHashMapToVector()
H A DExecuteProcess.java29 import java.util.Vector;
53 …static public int executeProcessReturnVector(String[] command, Vector returnVector, Vector returnE… in executeProcessReturnVector()
81 …executeProcessReturnVectorEnv(String[] command, String[] envP, Vector returnVector, Vector returnE… in executeProcessReturnVectorEnv()
H A DPackageCollector.java31 import java.util.Vector;
38 static public void collectInstallPackages(PackageDescription packageData, Vector allPackages) { in collectInstallPackages()
90 … static public void collectUninstallPackages(PackageDescription packageData, Vector allPackages) { in collectUninstallPackages()
165 static public void sortPackages(Vector allPackages, Vector sortedPackages, String mode) { in sortPackages()
/aoo42x/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialogImpl.java25 import java.util.Vector;
76 Vector mainDA = new Vector();
77 Vector letterDA = new Vector();
78 Vector businessDA = new Vector();
1125 Vector allPaths = new Vector(); in initializeNorms()
1203 Vector NormsVector = new Vector(); in initializeNorms()
1204 Vector NormsPathVector = new Vector(); in initializeNorms()
1205 Vector LanguageLabelsVector = new Vector(); in initializeNorms()
/aoo42x/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaHelper.java28 import java.util.Vector;
77 Vector parseTokens = parser.parse(formula); in convertCalcToPXL()
78 Vector rpnTokens = compiler.infix2RPN(parseTokens); in convertCalcToPXL()
100 Vector parseTokens = decoder.getTokenVector(formula); in convertPXLToCalc()
101 Vector infixTokens = compiler.RPN2Infix(parseTokens); in convertPXLToCalc()
/aoo42x/main/qadevOOo/runner/stats/
H A DSummarizer.java25 import java.util.Vector;
49 Vector failures = new Vector(); in summarizeUp()
50 Vector states = new Vector(); in summarizeUp()
/aoo42x/main/basegfx/source/workbench/
H A Dgauss.hxx107 template <class Matrix, class Vector, typename BaseType>
111 Vector& result ) in substitute()
157 template <class Matrix, class Vector, typename BaseType>
161 Vector& result, in solve()
165 return substitute<Matrix,Vector,BaseType>(matrix, rows, cols, result); in solve()
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/
H A DExtension.java24 import java.util.Vector;
97 public Vector<INode> GetTypeNodes (final SchemaBase aSchemaBase) in GetTypeNodes()
99 final Vector<INode> aNodes = new Vector<>(); in GetTypeNodes()
122 final Vector<INode> aNodes, in AddNodes()
/aoo42x/main/scripting/java/org/openoffice/idesupport/ui/
H A DConfigurePanel.java29 import java.util.Vector;
56 private Vector classpath;
65 public ConfigurePanel(String basedir, Vector classpath, in ConfigurePanel()
74 public ConfigurePanel(String basedir, Vector classpath) in ConfigurePanel()
84 public void reload(String basedir, Vector classpath, in reload()
102 public void reload(String basedir, Vector classpath) in reload()
/aoo42x/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DLineContainer.java24 import java.util.Vector;
30 maLines = new Vector<>(); in LineContainer()
97 final Vector<Line<TokenType>> aLines = new Vector<>(); in GetLinesForOffsets()
193 private final Vector<Line<TokenType>> maLines;
H A DLine.java26 import java.util.Vector;
34 maRuns = new Vector<Run<TokenType>>(); in Line()
182 final Vector<Run<TokenType>> aRuns = new Vector<>(); in GetRunsForOffsets()
233 private final Vector<Run<TokenType>> maRuns;
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DStatusListener.java32 import java.util.Vector;
159 public void execOneway(/*IN*/ int nRequest,/*IN*/ Vector lParams ) in execOneway()
170 Vector[] lInParams = new Vector[1]; in execOneway()
213 Vector[] lOutParams = new Vector[1]; in frameAction()
/aoo42x/main/qadevOOo/runner/helper/
H A DURLHelper.java36 import java.util.Vector;
252 public static Vector getSystemFilesFromDir(String sStartDir) in getSystemFilesFromDir()
266 Vector lFilteredFiles = new Vector(lAllFiles.length); in getSystemFilesFromDir()
276 Vector lSubFiles = URLHelper.getSystemFilesFromDir(lAllFiles[i].getPath()); in getSystemFilesFromDir()
/aoo42x/main/xmlsecurity/tools/uno/
H A DTestTool.java80 import java.util.Vector;
1181 protected Vector getUnsolvedReferenceIds() in getUnsolvedReferenceIds()
1183 Vector rc; in getUnsolvedReferenceIds()
1187 rc = new Vector(); in getUnsolvedReferenceIds()
1203 protected Vector getUnsolvedReferenceKeeperIds() in getUnsolvedReferenceKeeperIds()
1205 Vector rc; in getUnsolvedReferenceKeeperIds()
1209 rc = new Vector(); in getUnsolvedReferenceKeeperIds()
1225 protected Vector getUnsolvedReferenceRefNum() in getUnsolvedReferenceRefNum()
1227 Vector rc; in getUnsolvedReferenceRefNum()
1231 rc = new Vector(); in getUnsolvedReferenceRefNum()

Completed in 133 milliseconds

12345678910>>...18