Home
last modified time | relevance | path

Searched refs:index2 (Results 1 – 10 of 10) sorted by relevance

/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleTextImpl.java397 for (int index2 = 0; index2 < unoTabStops.length; index2++) { in setAttribute()
398 float pos = (float) (toPointFactor * unoTabStops[index2].Position); in setAttribute()
400 if (unoTabStops[index2].Alignment.equals(TabAlign.LEFT)) { in setAttribute()
401 tabStops[index2] = new javax.swing.text.TabStop(pos, in setAttribute()
404 } else if (unoTabStops[index2].Alignment.equals( in setAttribute()
406 tabStops[index2] = new javax.swing.text.TabStop(pos, in setAttribute()
409 } else if (unoTabStops[index2].Alignment.equals( in setAttribute()
411 tabStops[index2] = new javax.swing.text.TabStop(pos, in setAttribute()
414 } else if (unoTabStops[index2].Alignment.equals( in setAttribute()
416 tabStops[index2] = new javax.swing.text.TabStop(pos, in setAttribute()
[all …]
/trunk/main/registry/tools/
H A Dregcompare.cxx635 sal_uInt16 index2) in checkField() argument
638 if ( reader1.getFieldName(index1) != reader2.getFieldName(index2) ) in checkField()
648 if ( reader1.getFieldTypeName(index1) != reader2.getFieldTypeName(index2) ) in checkField()
661 RTConstValue constValue2 = reader2.getFieldValue(index2); in checkField()
683 if ( reader1.getFieldFlags(index1) != reader2.getFieldFlags(index2) ) in checkField()
690 getFieldAccess(reader1.getFieldFlags(index2)).getStr()); in checkField()
918 sal_uInt16 index2) in checkReference() argument
928 U2S(reader2.getReferenceTypeName(index2))); in checkReference()
939 getReferenceType(reader2.getReferenceSort(index2))); in checkReference()
950 U2S(reader2.getReferenceDocumentation(index2))); in checkReference()
[all …]
/trunk/main/extensions/test/ole/cppToUno/
H A Dtestcppuno.cxx130 long index2[2]; in doTest() local
131 memset( index2, 0, 2 * sizeof( long) ); in doTest()
137 data= index2[1] * 3 + index2[0] +1; in doTest()
138 hr= SafeArrayPutElement( par, index2, &data); in doTest()
139 }while( incrementMultidimensionalIndex( 2, dimLengths, index2) ); in doTest()
/trunk/main/i18npool/source/breakiterator/
H A Dxdictionary.cxx53 index2( NULL ), in xdictionary()
82 index2 = (sal_Int32*) (*func)(); in xdictionary()
92 index2 = NULL; in xdictionary()
141 sal_uInt32 begin = index2[idx], end = index2[idx+1]; in getLongestMatch()
/trunk/main/store/source/
H A Dstordata.cxx601 sal_uInt32 index0, index1, index2, index3; in scope() local
656 index2 = n / (nCapacity * nCapacity); in scope()
664 n = index2 * nCapacity * nCapacity + in scope()
673 rDescr.m_nIndex2 = (sal_uInt16)(index2 & 0xffff); in scope()
693 index2 = n / (nCapacity * nCapacity); in scope()
702 index2 * nCapacity * nCapacity + in scope()
711 rDescr.m_nIndex2 = (sal_uInt16)(index2 & 0xffff); in scope()
/trunk/main/odk/examples/java/DocumentHandling/
H A DDocumentConverter.java121 int index2 = sUrl.lastIndexOf('.'); in traverse() local
122 String sStoreUrl = sOutUrl + sUrl.substring(index1, index2 + 1) in traverse()
/trunk/main/connectivity/source/drivers/ado/
H A DAResultSet.cxx192 for(long index2 = 0;index2 < BLOCK_SIZE;++index2) in getBinaryStream() local
194 HRESULT hr = ::SafeArrayGetElement(m_aValue.parray,&index2,&chData); in getBinaryStream()
H A DADatabaseMetaDataResultSet.cxx160 for(long index2 = 0;index2 < BLOCK_SIZE;++index2) in getBinaryStream() local
162 HRESULT hr = ::SafeArrayGetElement(m_aValue.parray,&index2,&chData); in getBinaryStream()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpurl.cxx578 sal_Int32 index2 = aNetTitle.indexOf(sal_Unicode('"'),index1); in net_title() local
579 aNetTitle = aNetTitle.copy(index1,index2-index1); in net_title()
/trunk/main/i18npool/inc/
H A Dxdictionary.hxx55 const sal_Int32 * index2; member in com::sun::star::i18n::xdictionary

Completed in 76 milliseconds