Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Daddincol.cxx138 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 …]
/trunk/main/extensions/source/xmlextract/
H A Dxmxtrct.cxx94 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()
/trunk/main/cppuhelper/source/
H A Dpropshlp.cxx832 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()
/trunk/main/sc/source/ui/view/
H A Dviewfun5.cxx689 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()
/trunk/main/forms/source/component/
H A Dimgprod.cxx118 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()
/trunk/main/comphelper/source/misc/
H A Dtypes.cxx402 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()
/trunk/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx990 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()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dpropshlp.hxx534 sal_Int32 nSeqLen,
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx2256 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()
/trunk/main/scripting/source/stringresource/
H A Dstringresource.cxx1461 sal_Int32 nSeqLen = rSeq.getLength(); in exportBinary() local
1462 nDataPos += nSeqLen; in exportBinary()

Completed in 109 milliseconds