Home
last modified time | relevance | path

Searched refs:nSeqLength (Results 1 – 3 of 3) sorted by relevance

/trunk/main/chart2/source/view/main/
H A DClipping.cxx181 sal_Int32 nSeqLength = pOuterSequenceX->getLength(); in lcl_addPointToPoly() local
183 if( nSeqLength <= nNewResultPointCount ) in lcl_addPointToPoly()
/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx1099 sal_Int32 nSeqLength = 0; in WriteContentTypes() local
1113 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()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx626 sal_Int32 nSeqLength = aIt->second->getData().getLength(); in lcl_getMaxSequenceLength() local
627 if( nSeqLength > nResult ) in lcl_getMaxSequenceLength()
628 nResult = nSeqLength; in lcl_getMaxSequenceLength()

Completed in 59 milliseconds