Lines Matching refs:j

566 	for ( sal_uInt16 j = 0; bInsert && (j < rToFill.Count()); ++j )  in lcl_SortedTabColInsert()  local
568 long nCmp = rToFill[j]; in lcl_SortedTabColInsert()
577 rToFill.Insert( nPos, bHidden, j ); in lcl_SortedTabColInsert()
594 for ( sal_uInt16 j = 0; !(bFoundPos && bFoundMax ) && j < rToFill.Count(); ++j ) in lcl_SortedTabColInsert() local
596 SwTabColsEntry& rEntry = rToFill.GetEntry( j ); in lcl_SortedTabColInsert()
597 long nCmp = rToFill[j]; in lcl_SortedTabColInsert()
635 for ( sal_uInt16 j = 0; j < rBoxes.Count(); ++j ) in lcl_ProcessBoxGet() local
636 ::lcl_ProcessBoxGet( rBoxes[j], rToFill, pTabFmt, bRefreshHidden); in lcl_ProcessBoxGet()
652 for ( sal_uInt16 j = 0; j < pBox->GetTabLines().Count(); ++j ) in lcl_ProcessLineGet() local
653 ::lcl_ProcessLineGet( pBox->GetTabLines()[j], rToFill, pTabFmt ); in lcl_ProcessLineGet()
954 for ( sal_uInt16 j = 0; j < rBoxes.Count(); ++j ) in lcl_ProcessBoxPtr() local
955 ::lcl_ProcessBoxPtr( rBoxes[j], rBoxArr, bBefore ); in lcl_ProcessBoxPtr()
1120 for ( int j = aParm.aBoxArr.Count()-1; j >= 0; --j ) in SetTabCols() local
1122 SwTableBox *pBox = (SwTableBox*)aParm.aBoxArr[ static_cast< sal_uInt16 >(j)]; in SetTabCols()
1408 sal_uInt16 j = nCurr; in NewSetTabCols() local
1411 lcl_CalcNewWidths( aRowSpanPos, aCopy, rLines[--j], in NewSetTabCols()
1413 lcl_AdjustWidthsInLine( rLines[j], aCopy, rParm, 0 ); in NewSetTabCols()
1414 bGoOn = aRowSpanPos.size() > 0 && j > 0; in NewSetTabCols()
1432 sal_uInt16 j = nCurr; in NewSetTabCols() local
1435 lcl_CalcNewWidths( aRowSpanPos, aCopy, rLines[++j], in NewSetTabCols()
1437 lcl_AdjustWidthsInLine( rLines[j], aCopy, rParm, 0 ); in NewSetTabCols()
1438 bGoOn = aRowSpanPos.size() > 0 && j+1 < rLines.Count(); in NewSetTabCols()