Searched refs:nSeqLength (Results 1 – 3 of 3) sorted by relevance
181 sal_Int32 nSeqLength = pOuterSequenceX->getLength(); in lcl_addPointToPoly() local183 if( nSeqLength <= nNewResultPointCount ) in lcl_addPointToPoly()
1099 sal_Int32 nSeqLength = 0; in WriteContentTypes() local1113 nSeqLength++; in WriteContentTypes()1115 …aOverridesSequence[nSeqLength-1].First = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "/" ) ) + a… in WriteContentTypes()1116 aOverridesSequence[nSeqLength-1].Second = aType; in WriteContentTypes()1119 aOverridesSequence.realloc( nSeqLength ); in WriteContentTypes()
626 sal_Int32 nSeqLength = aIt->second->getData().getLength(); in lcl_getMaxSequenceLength() local627 if( nSeqLength > nResult ) in lcl_getMaxSequenceLength()628 nResult = nSeqLength; in lcl_getMaxSequenceLength()
Completed in 59 milliseconds