Searched refs:nSeqLen (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/sc/source/core/tool/ |
H A D | addincol.cxx | 138 if ( nSeqLen ) in GetCompNames() 141 for (long i=0; i<nSeqLen; i++) in GetCompNames() 166 long nSeqLen = aCompNames.getLength(); in SetCompNames() local 167 if ( nSeqLen ) in SetCompNames() 170 for (long i=0; i<nSeqLen; i++) in SetCompNames() 184 long nSeqLen = rSequence.getLength(); in GetExcelName() local 185 if ( nSeqLen ) in GetExcelName() 197 for ( i=0; i<nSeqLen; i++) in GetExcelName() 207 for ( i=0; i<nSeqLen; i++) in GetExcelName() 682 long nSeqLen = rSequence.getLength(); in GetCalcName() local [all …]
|
/aoo42x/main/extensions/source/xmlextract/ |
H A D | xmxtrct.cxx | 94 const sal_Size nSeqLen = maSeq.getLength(); in ReadAt() local 97 if( nPos < nSeqLen ) in ReadAt() 99 if( ( nPos + nCount ) > nSeqLen ) in ReadAt() 100 nCount = nSeqLen - nPos; in ReadAt()
|
/aoo42x/main/cppuhelper/source/ |
H A D | propshlp.cxx | 832 sal_Int32 nSeqLen, in setFastPropertyValues() argument 857 for( i = 0; i < nSeqLen; i++ ) in setFastPropertyValues() 920 sal_Int32 nSeqLen = rPropertyNames.getLength(); in setPropertyValues() local 921 pHandles = new sal_Int32[ nSeqLen ]; in setPropertyValues() 927 setFastPropertyValues( nSeqLen, pHandles, rValues.getConstArray(), nHitCount ); in setPropertyValues() 941 sal_Int32 nSeqLen = rPropertyNames.getLength(); in getPropertyValues() local 942 sal_Int32 * pHandles = new sal_Int32[ nSeqLen ]; in getPropertyValues() 943 Sequence< Any > aValues( nSeqLen ); in getPropertyValues() 954 for( sal_Int32 i = 0; i < nSeqLen; i++ ) in getPropertyValues()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | viewfun5.cxx | 689 long nSeqLen = aSequence.getLength(); in PasteDDE() local 694 ByteString aByteApp = lcl_GetSubString( pData, 0, nSeqLen ); in PasteDDE() 695 ByteString aByteTopic = lcl_GetSubString( pData, aByteApp.Len() + 1, nSeqLen ); in PasteDDE() 696 … ByteString aByteItem = lcl_GetSubString( pData, aByteApp.Len() + aByteTopic.Len() + 2, nSeqLen ); in PasteDDE()
|
/aoo42x/main/forms/source/component/ |
H A D | imgprod.cxx | 118 const sal_Size nSeqLen = maSeq.getLength(); in ReadAt() local 121 if( nPos < nSeqLen ) in ReadAt() 123 if( ( nPos + nCount ) > nSeqLen ) in ReadAt() 124 nCount = nSeqLen - nPos; in ReadAt()
|
/aoo42x/main/comphelper/source/misc/ |
H A D | types.cxx | 402 sal_Int32 nSeqLen = rLeftSeq.getLength(); in compare_impl() local 403 bRes = ( nSeqLen == rRightSeq.getLength() ); in compare_impl() 404 for ( sal_Int32 n = 0; bRes && ( n < nSeqLen ); n++ ) in compare_impl()
|
/aoo42x/main/comphelper/source/eventattachermgr/ |
H A D | eventattachermgr.cxx | 990 sal_Int32 nSeqLen = InStream->readLong(); in read() local 993 Sequence< ScriptEventDescriptor > aSEDSeq( nSeqLen ); in read() 995 for( sal_Int32 j = 0 ; j < nSeqLen ; j++ ) in read()
|
/aoo42x/main/cppuhelper/inc/cppuhelper/ |
H A D | propshlp.hxx | 534 sal_Int32 nSeqLen,
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unochart.cxx | 2256 sal_Int32 nSeqLen = bUseCol ? nColSpan : nRowSpan; in generateLabel() local 2257 aLabels.realloc( nSeqLen ); in generateLabel() 2259 for (sal_Int32 i = 0; i < nSeqLen; ++i) in generateLabel()
|
/aoo42x/main/scripting/source/stringresource/ |
H A D | stringresource.cxx | 1461 sal_Int32 nSeqLen = rSeq.getLength(); in exportBinary() local 1462 nDataPos += nSeqLen; in exportBinary()
|
Completed in 74 milliseconds