Searched refs:iFirst (Results 1 – 3 of 3) sorted by relevance
221 boolean iFirst = true; in appendParameterList()223 if (iFirst) { in appendParameterList()225 iFirst = false; in appendParameterList()
208 int32_t iFirst = pLayoutItem->GetFirst()->GetPage()->GetPageIndex(); in pageSpan() local209 int32_t iPageSpan = iLast - iFirst + 1; in pageSpan()
8681 int iFirst,8689 int i = iFirst;8751 int iFirst,8755 int i = iFirst;8758 int iEnd = iFirst + nCell;8762 if( iEnd<=iFirst ) return 0;8803 int iFirst,8812 int iEnd = iFirst + nCell;8816 for(i=iFirst; i<iEnd; i++){