Home
last modified time | relevance | path

Searched refs:index (Results 201 – 225 of 950) sorted by last modified time

12345678910>>...38

/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dxmlsecuritycontext_nssimpl.cxx113 XMLSecurityContext_NssImpl::getSecurityEnvironmentByIndex( sal_Int32 index ) in getSecurityEnvironmentByIndex() argument
118 if (index >= 0 && index < ( sal_Int32 )m_vSecurityEnvironments.size()) in getSecurityEnvironmentByIndex()
120 xSecurityEnvironment = m_vSecurityEnvironments[index]; in getSecurityEnvironmentByIndex()
/trunk/main/xmlsecurity/test_docs/CAs/Root_1/
H A Dopenssl.cfg61 database = $dir/index.txt # database index file.
/trunk/main/xmlsecurity/test_docs/CAs/Root_10/
H A Dopenssl.cfg61 database = $dir/index.txt # database index file.
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dxmlsecuritycontext_mscryptimpl.cxx102 XMLSecurityContext_MSCryptImpl::getSecurityEnvironmentByIndex( sal_Int32 index ) in getSecurityEnvironmentByIndex() argument
105 if (index == 0) in getSecurityEnvironmentByIndex()
/trunk/main/xmlsecurity/source/helper/
H A Ddocumentsignaturehelper.cxx48 ::rtl::OUString getElement(::rtl::OUString const & version, ::sal_Int32 * index) in getElement() argument
50 while (*index < version.getLength() && version[*index] == '0') { in getElement()
51 ++*index; in getElement()
53 return version.getToken(0, '.', *index); in getElement()
H A Dxsecctl.cxx1454 int index = findSignatureInfor(securityId); in signatureCreated() local
1455 DBG_ASSERT( index != -1, "Signature Not Found!" ); in signatureCreated()
1457 SignatureInformation& signatureInfor = m_vInternalSignatureInformations[index].signatureInfor; in signatureCreated()
1478 int index = findSignatureInfor(securityId); in signatureVerified() local
1479 DBG_ASSERT( index != -1, "Signature Not Found!" ); in signatureVerified()
1481 SignatureInformation& signatureInfor = m_vInternalSignatureInformations[index].signatureInfor; in signatureVerified()
H A Dxsecsign.cxx207 int index = findSignatureInfor( securityId ); in collectToSign() local
209 if ( index == -1 ) in collectToSign()
226 int index = findSignatureInfor( securityId ); in signAStream() local
228 if (index == -1) in signAStream()
236 m_vInternalSignatureInformations[index].addReference(type, uri, -1); in signAStream()
256 int index = findSignatureInfor( nSecurityId ); in setX509Certificate() local
258 if ( index == -1 ) in setX509Certificate()
270 = m_vInternalSignatureInformations[index].signatureInfor; in setX509Certificate()
282 int index = findSignatureInfor( nSecurityId ); in setDate() local
284 if ( index == -1 ) in setDate()
[all …]
/trunk/main/xmloff/inc/xmloff/
H A Dxmlnmspe.hxx33 #define XML_OLD_NAMESPACE( prefix, index ) \ argument
35 (_XML_OLD_NAMESPACE_BASE+index);
/trunk/main/xmlhelp/source/cxxhelp/inc/util/
H A DConceptList.hxx47 ConceptList( sal_Int8* array,sal_Int32 arrl,sal_Int32 index ) in ConceptList() argument
48 : k_( array[index] ), in ConceptList()
50 list_( arrl,array,index + 1 ) { } in ConceptList()
H A DDecompressor.hxx100 ByteArrayDecompressor( sal_Int32 arrayL,sal_Int8* array,sal_Int32 index ) in ByteArrayDecompressor() argument
102 initReading(array,arrayL,index); in ByteArrayDecompressor()
131 void initReading( sal_Int8* array,sal_Int32 arrayL,sal_Int32 index ) in initReading() argument
135 index_ = index0_ = index; in initReading()
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWseColorTable.java237 Color getColor(int index, boolean foreground) { in getColor() argument
240 return colorArray[index]; in getColor()
H A DWseFontTable.java100 public String getFontName(int index) { in getFontName() argument
102 return (String)fontNames.elementAt(index); in getFontName()
H A Dutil.java41 static int intFrom2bytes(byte[] data, int index) { in intFrom2bytes() argument
42 return (((data[index] & 0xFF) << 8) in intFrom2bytes()
43 | (data[index+1] & 0xFF)); in intFrom2bytes()
56 static int intFrom4bytes(byte[] data, int index) { in intFrom4bytes() argument
57 return (((data[index] & 0xFF) << 24) in intFrom4bytes()
58 | ((data[index + 1] & 0xFF) << 16) in intFrom4bytes()
59 | ((data[index + 2] & 0xFF) << 8) in intFrom4bytes()
60 | (data[index+3] & 0xFF)); in intFrom4bytes()
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DPalmDB.java186 public Record getRecord(int index) { in getRecord() argument
188 return records[index]; in getRecord()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DColourConverter.java135 private short indexLookup(short index) { in indexLookup() argument
141 if(tableLookup[i]==index) in indexLookup()
145 result = index; in indexLookup()
161 short index = indexLookup(colour); in convertToRGB() local
167 switch (index) { in convertToRGB()
H A DIntArrayList.java105 public void set(int index, int value) { in set() argument
106 list.set(index, new Integer(value)); in set()
129 public int get(int index) { in get() argument
130 return ((Integer)list.get(index)).intValue(); in get()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeZip.java262 private byte[] getEntryBytes(int index) { in getEntryBytes() argument
266 if (index > -1) { in getEntryBytes()
267 Entry entry = (Entry) entryList.get(index); in getEntryBytes()
351 private int setEntryBytes(int index, byte bytes[], String name) { in setEntryBytes() argument
353 if (index > -1) { in setEntryBytes()
357 Entry entry = (Entry) entryList.get(index); in setEntryBytes()
372 index = entryList.size() - 1; in setEntryBytes()
375 return index; in setEntryBytes()
H A DParaStyle.java479 for (int index = 0; index <= 6; index++) { in dumpCSV()
480 if (isSet[index]) { in dumpCSV()
481 attributes += toCSV("" + value[index]); in dumpCSV()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentSerializer.java638 int index = 1; in traverseCell() local
642 if(colID>=index && colID<(index+cri.getRepeated())) { in traverseCell()
645 index += cri.getRepeated(); in traverseCell()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/palm/
H A DPalmDB.java302 public Record getRecord(int index) { in getRecord() argument
304 return records[index]; in getRecord()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorkbook.java271 public Worksheet getWorksheet(int index) { in getWorksheet() argument
273 return ((Worksheet) worksheets.elementAt(index)); in getWorksheet()
318 int index = 0; in getSettings() local
322 s.setSheetName(getSheetName(index++)); in getSettings()
352 public String getSheetName(int index) { in getSheetName() argument
353 BoundSheet bs = (BoundSheet) boundsheets.elementAt(index); in getSheetName()
481 int index = 0; in addSettings() local
487 String name = getSheetName(index++); in addSettings()
489 win1.setActiveSheet(index-1); in addSettings()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaParser.java47 private int index = 1; field in FormulaParser
79 index = 1; in parse()
122 } else if (!isLogicalOpChar(formulaStr.charAt(index))) { // we have >, < or = on their own in isLogicalOp()
124 …} else if ((look == '<') && ((formulaStr.charAt(index) == '>') || formulaStr.charAt(index) == '=')… in isLogicalOp()
126 } else if ((look == '>') && (formulaStr.charAt(index) == '=')) { // >= in isLogicalOp()
298 if(index<formulaStr.length()) { in getChar()
299 look = formulaStr.charAt(index); in getChar()
300 index++; in getChar()
370 int index = tokenVector.size(); in ident() local
376 tokenVector.insertElementAt(tokenFactory.getFunctionToken(cell, numArgs), index); in ident() local
[all …]
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DParagraph.java209 int index = EndianConverter.readShort( in parseText() local
223 if (index != 2 && index != 1) { in parseText()
224 fontName = String.valueOf(index); in parseText()
230 if (index == 2 || index == 1) { in parseText()
235 fontName = String.valueOf(index); in parseText()
/trunk/main/writerfilter/source/rtftok/
H A DRTFScanner.skl75 * integer for use as an array index. If the signed char is negative,
/trunk/main/xmerge/java/XMergeBridge/src/main/java/
H A DXMergeBridge.java339 int index=origString.indexOf(origChar); in replace() local
340 if(index !=-1){ in replace()
341 while (index !=-1){ in replace()
342 String first =origString.substring(0,index); in replace()
345 origString=origString.substring(index+1,origString.length()); in replace()
346 index=origString.indexOf(origChar); in replace()
347 if(index==-1) { in replace()

Completed in 95 milliseconds

12345678910>>...38