Lines Matching refs:rToFill

445 void lcl_RefreshHidden( SwTabCols &rToFill, sal_uInt16 nPos )  in lcl_RefreshHidden()  argument
447 for ( sal_uInt16 i = 0; i < rToFill.Count(); ++i ) in lcl_RefreshHidden()
449 if ( Abs((long)(nPos - rToFill[i])) <= COLFUZZY ) in lcl_RefreshHidden()
451 rToFill.SetHidden( i, sal_False ); in lcl_RefreshHidden()
457 void lcl_SortedTabColInsert( SwTabCols &rToFill, const SwTableBox *pBox, in lcl_SortedTabColInsert() argument
462 const long nAct = rToFill.GetRight() - rToFill.GetLeft(); // +1 why? in lcl_SortedTabColInsert()
500 for ( sal_uInt16 j = 0; bInsert && (j < rToFill.Count()); ++j ) in lcl_SortedTabColInsert()
502 long nCmp = rToFill[j]; in lcl_SortedTabColInsert()
511 rToFill.Insert( nPos, bHidden, j ); in lcl_SortedTabColInsert()
515 rToFill.Insert( nPos, bHidden, rToFill.Count() ); in lcl_SortedTabColInsert()
517 ::lcl_RefreshHidden( rToFill, nPos ); in lcl_SortedTabColInsert()
528 for ( sal_uInt16 j = 0; !(bFoundPos && bFoundMax ) && j < rToFill.Count(); ++j ) in lcl_SortedTabColInsert()
530 SwTabColsEntry& rEntry = rToFill.GetEntry( j ); in lcl_SortedTabColInsert()
531 long nCmp = rToFill[j]; in lcl_SortedTabColInsert()
561 void lcl_ProcessBoxGet( const SwTableBox *pBox, SwTabCols &rToFill, in lcl_ProcessBoxGet() argument
570 ::lcl_ProcessBoxGet( rBoxes[j], rToFill, pTabFmt, bRefreshHidden); in lcl_ProcessBoxGet()
574 ::lcl_SortedTabColInsert( rToFill, pBox, pTabFmt, sal_False, bRefreshHidden ); in lcl_ProcessBoxGet()
577 void lcl_ProcessLineGet( const SwTableLine *pLine, SwTabCols &rToFill, in lcl_ProcessLineGet() argument
584 ::lcl_SortedTabColInsert( rToFill, pBox, pTabFmt, sal_True, sal_False ); in lcl_ProcessLineGet()
587 ::lcl_ProcessLineGet( pBox->GetTabLines()[j], rToFill, pTabFmt ); in lcl_ProcessLineGet()
597 void SwTable::GetTabCols( SwTabCols &rToFill, const SwTableBox *pStart, in GetTabCols() argument
606 for ( i = 0; i < rToFill.Count(); ++i ) in GetTabCols()
608 SwTabColsEntry& rEntry = rToFill.GetEntry( i ); in GetTabCols()
609 rEntry.nPos -= rToFill.GetLeft(); in GetTabCols()
610 rEntry.nMin -= rToFill.GetLeft(); in GetTabCols()
611 rEntry.nMax -= rToFill.GetLeft(); in GetTabCols()
615 for ( i = 0; i < rToFill.Count(); ++i ) in GetTabCols()
616 rToFill.SetHidden( i, sal_True ); in GetTabCols()
620 rToFill.Remove( 0, rToFill.Count() ); in GetTabCols()
648 ::lcl_ProcessBoxGet( rBoxes[i], rToFill, pTabFmt, bRefreshHidden ); in GetTabCols()
657 ::lcl_SortedTabColInsert( rToFill, rBoxes2[k], in GetTabCols()
668 ::lcl_ProcessLineGet( aLines[i], rToFill, pTabFmt ); in GetTabCols()
671 rToFill.Remove( 0, 1 ); in GetTabCols()
678 for ( i = 0; i < rToFill.Count(); ++i ) in GetTabCols()
680 SwTabColsEntry& rEntry = rToFill.GetEntry( i ); in GetTabCols()
681 rEntry.nPos += rToFill.GetLeft(); in GetTabCols()
682 rEntry.nMin += rToFill.GetLeft(); in GetTabCols()
683 rEntry.nMax += rToFill.GetLeft(); in GetTabCols()