Searched refs:nPortionCount (Results 1 – 2 of 2) sorted by relevance
346 sal_uInt16 nPortionCount, nTextLen1, nTextLen2; in importPortions() local347 rStrm >> nPortionCount >> nTextLen1 >> nTextLen2; in importPortions()351 sal_Int32 nMinSize = 2 * nTextLen1 + 6 * nPortionCount + 14; in importPortions()357 reserve( nPortionCount ); in importPortions()359 for( sal_uInt16 nPortion = 0; nPortion < nPortionCount; ++nPortion ) in importPortions()
1372 sal_uInt16 nPortionCount = aPortionList.Count(); in ParagraphToHTMLString() local1375 for( sal_uInt16 nPortion = 0; nPortion < nPortionCount; nPortion++ ) in ParagraphToHTMLString()
Completed in 62 milliseconds