Home
last modified time | relevance | path

Searched refs:Vector (Results 26 – 50 of 375) sorted by relevance

12345678910>>...15

/aoo41x/main/xmlsecurity/tools/uno/
H A DXMLSecurityFrameworkController.java27 import java.util.Vector;
73 private Vector m_signatureList;
78 private Vector m_encryptionList;
85 private Vector m_vUnsolvedReferenceIds;
92 private Vector m_vUnsolvedReferencedKeeperIds;
98 private Vector m_vUnsolvedReferenceRefNum;
175 m_signatureList = new Vector(); in XMLSecurityFrameworkController()
176 m_encryptionList = new Vector(); in XMLSecurityFrameworkController()
178 m_vUnsolvedReferenceIds = new Vector(); in XMLSecurityFrameworkController()
180 m_vUnsolvedReferenceRefNum = new Vector(); in XMLSecurityFrameworkController()
[all …]
/aoo41x/main/l10ntools/source/filter/merge/
H A DMerger.java104 private java.util.Vector m_lTypes;
105 private java.util.Vector m_lFilters;
106 private java.util.Vector m_lLoaders;
107 private java.util.Vector m_lHandlers;
145 m_lTypes = new java.util.Vector(); in Merger()
156 m_lFilters = new java.util.Vector(); in Merger()
167 m_lLoaders = new java.util.Vector(); in Merger()
178 m_lHandlers = new java.util.Vector(); in Merger()
211 java.util.Vector lFragments = null; in merge()
289 java.util.Vector lFragments , in getFragments()
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DController.java27 import java.util.Vector;
84 Vector returnVector = new Vector(); in collectSystemLanguages()
85 Vector returnErrorVector = new Vector(); in collectSystemLanguages()
104 Vector realVector = new Vector(); in collectSystemLanguages()
184 Vector vec = new Vector(); in reducedRootWritePrivileges()
H A DSystemManager.java40 import java.util.Vector;
263 Vector fileContent = readCharFileVector(baseFileName); in dumpFile()
267 static public Vector readCharFileVector(String fileName) { in readCharFileVector()
268 Vector fileContent = new Vector(); in readCharFileVector()
291 static public void saveCharFileVector(String fileName, Vector fileContent) { in saveCharFileVector()
443 Vector returnVector = new Vector(); in calculateDiscSpace()
444 Vector returnErrorVector = new Vector(); in calculateDiscSpace()
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()
/aoo41x/main/framework/qa/complex/path_substitution/
H A DPathSubstitutionTest.java29 import java.util.Vector;
235 public Vector varName;
236 public Vector varValue;
237 public Vector substAtBegin;
238 public Vector resubst;
242 varName = new Vector(); in VariableContainer()
243 varValue = new Vector(); in VariableContainer()
244 substAtBegin = new Vector(); in VariableContainer()
245 resubst = new Vector(); in VariableContainer()
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DInterceptor.java30 import java.util.Vector;
156 public void execOneway(/*IN*/ int nRequest,/*IN*/ Vector lParams ) in execOneway()
168 Vector[] lInParams = new Vector[1]; in execOneway()
182 Vector[] lInParams = new Vector[1]; in execOneway()
239 Vector[] lOutParams = new Vector[1]; in frameAction()
276 Vector[] lOutParams = new Vector[1]; in dispatch()
/aoo41x/main/qadevOOo/runner/util/
H A DXMLTools.java27 import java.util.Vector ;
67 private Vector attributes = new Vector() ;
263 protected Vector tagStack = new Vector() ;
287 tagStack = new Vector() ; in reset()
631 protected Vector tags = new Vector() ;
632 protected Vector chars = new Vector() ;
633 protected Vector tagStack = new Vector() ;
634 protected Vector attrStack = new Vector() ;
/aoo41x/main/dbaccess/source/core/api/
H A DCacheSet.cxx215 ORowVector< ORowSetValue >::Vector::const_iterator aIter = _rInsertRow->get().begin()+1; in insertRow()
216 connectivity::ORowVector< ORowSetValue > ::Vector::iterator aEnd = _rInsertRow->get().end(); in insertRow()
308 ORowVector< ORowSetValue >::Vector::const_iterator aIter = _rRow->get().begin()+1; in fillParameters()
309 ORowVector< ORowSetValue >::Vector::const_iterator aEnd = _rRow->get().end()+1; in fillParameters()
378 connectivity::ORowVector< ORowSetValue > ::Vector::iterator aEnd = _rInsertRow->get().end(); in updateRow()
473 connectivity::ORowVector< ORowSetValue >::Vector::iterator aIter = _rRow->get().begin(); in fillValueRow()
474 connectivity::ORowVector< ORowSetValue >::Vector::iterator aEnd = _rRow->get().end(); in fillValueRow()
745 …lues(sal_Int32 i_nColumnIndex,ORowSetValueVector::Vector& /*io_aInsertRow*/,ORowSetValueVector::Ve… in mergeColumnValues() argument
750 …heSet::columnValuesUpdated(ORowSetValueVector::Vector& /*io_aCachedRow*/,const ORowSetValueVector:… in columnValuesUpdated() argument
755 …Set::updateColumnValues(const ORowSetValueVector::Vector& /*io_aCachedRow*/,ORowSetValueVector::Ve… in updateColumnValues() argument
[all …]
H A DOptimisticSet.hxx93 …Values(sal_Int32 i_nColumnIndex,ORowSetValueVector::Vector& io_aInsertRow,ORowSetValueVector::Vect…
94 …tual bool columnValuesUpdated(ORowSetValueVector::Vector& o_aCachedRow,const ORowSetValueVector::V…
95 …l bool updateColumnValues(const ORowSetValueVector::Vector& io_aCachedRow,ORowSetValueVector::Vect…
96 virtual void fillMissingValues(ORowSetValueVector::Vector& io_aRow) const;
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 …]
/aoo41x/main/l10ntools/java/receditor/java/transex3/controller/
H A DEditorController.java52 static Vector sdfstrings = new Vector();
92 public void findRecommandFiles( File rootdir , Vector list ){ in findRecommandFiles()
131 Vector newStrings = new Vector(); in updateData()
171 Vector values = aSdfString.getLanguageStrings(); in initView()
275 Vector values = aSdfString.getLanguageStrings(); in initView()
293 Vector recList = new Vector(); in initInitialStrings()
303 public void readStrings( String sourcefiles , Vector recfiles ) { in readStrings()
/aoo41x/main/qadevOOo/tests/java/ifc/i18n/
H A D_XBreakIterator.java26 import java.util.Vector;
178 Vector vBounds = new Vector();
213 Vector vPrevBounds = new Vector(); in _previousWord()
351 Vector vSentenceStart = new Vector();
557 Vector vCharBlockBounds = new Vector();
558 Vector vCharBlockTypes = new Vector();
/aoo41x/main/swext/mediawiki/src/com/sun/star/wiki/
H A DSettings.java37 import java.util.Vector;
50 private Vector m_WikiConnections = new Vector();
51 private Vector m_aWikiDocs = new Vector();
75 public Vector getWikiCons() in getWikiCons()
112 public Vector getWikiDocs() in getWikiDocs()
120 Vector theDocs = new Vector(); in getWikiDocList()
/aoo41x/main/scripting/examples/java/Newsgroup/
H A DSubscribedNewsgroups.java23 import java.util.Vector;
122 Vector subscribed = new Vector(); in getNewsGroups()
157 private static boolean listed( NewsGroup newsgroup, Vector uniqueSubscription ) in listed()
205 Vector groups = new Vector(); in findNewsgroups()
236 Vector allFiles = new Vector(); in findMailrcFiles()
/aoo41x/main/wizards/com/sun/star/wizards/db/
H A DRelationController.java25 import java.util.Vector;
70 Vector aReferencedTableVector = new Vector(); in getExportedKeys()
115 Vector aMasterFieldNamesVector = new Vector(); in getImportedKeyColumns()
116 Vector aSlaveFieldNamesVector = new Vector(); in getImportedKeyColumns()
/aoo41x/main/jurt/com/sun/star/comp/servicemanager/
H A DServiceManager.java90 java.util.Vector eventListener;
100 eventListener = new java.util.Vector(); in ServiceManager()
109 eventListener = new java.util.Vector(); in ServiceManager()
316 java.util.Vector aviableFact = (java.util.Vector) factoriesByServiceNames.get( serviceName ); in queryServiceFactory()
563 java.util.Vector vec ; in insert()
568 factoriesByServiceNames.put(serviceNames[i], new java.util.Vector()); in insert()
571 …vec = (java.util.Vector) factoriesByServiceNames.get( serviceNames[i] ); … in insert()
624 … java.util.Vector vec = (java.util.Vector) factoriesByServiceNames.get(serviceNames[i]); in remove()
686 java.util.Vector serviceList = (java.util.Vector) factoriesByServiceNames.get(serviceName); in createContentEnumeration()
/aoo41x/main/toolkit/test/accessibility/
H A DAccTreeNode.java24 import java.util.Vector;
46 private Vector maHandlers;
64 maHandlers = new Vector(5); in AccTreeNode()
282 public void getActions(Vector aActions) in getActions()
344 public Vector updateChildren (java.lang.Class class1) in updateChildren()
349 public Vector updateChildren (java.lang.Class class1, java.lang.Class class2) in updateChildren()
351 Vector aChildIndices = new Vector(); in updateChildren()
/aoo41x/main/wizards/com/sun/star/wizards/report/
H A DGroupFieldHandler.java30 import java.util.Vector;
36 private Vector GroupFieldVector = new Vector();
81 Vector NormalFieldsVector = new Vector(); in initialize()
82 Vector SelFieldsVector = new Vector(); in initialize()
/aoo41x/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()
/aoo41x/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();
/aoo41x/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()
/aoo41x/main/xmerge/source/pexcel/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();
/aoo41x/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()
/aoo41x/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()

Completed in 112 milliseconds

12345678910>>...15