Home
last modified time | relevance | path

Searched refs:nPortionCount (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/source/xls/
H A Drichstring.cxx346 sal_uInt16 nPortionCount, nTextLen1, nTextLen2; in importPortions() local
347 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()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx1372 sal_uInt16 nPortionCount = aPortionList.Count(); in ParagraphToHTMLString() local
1375 for( sal_uInt16 nPortion = 0; nPortion < nPortionCount; nPortion++ ) in ParagraphToHTMLString()

Completed in 34 milliseconds