Lines Matching refs:nPos

511 void lcl_RefreshHidden( SwTabCols &rToFill, sal_uInt16 nPos )  in lcl_RefreshHidden()  argument
515 if ( Abs((long)(nPos - rToFill[i])) <= COLFUZZY ) in lcl_RefreshHidden()
532 sal_uInt16 nPos = 0; in lcl_SortedTabColInsert() local
550 nLeftMin = (sal_uInt16)(nTmp - nPos); in lcl_SortedTabColInsert()
551 nPos = (sal_uInt16)nTmp; in lcl_SortedTabColInsert()
557 nRightMax = (sal_uInt16)(nTmp - nPos); in lcl_SortedTabColInsert()
569 if ( (nPos >= ((nCmp >= COLFUZZY) ? nCmp - COLFUZZY : nCmp)) && in lcl_SortedTabColInsert()
570 (nPos <= (nCmp + COLFUZZY)) ) in lcl_SortedTabColInsert()
574 else if ( nPos < nCmp ) in lcl_SortedTabColInsert()
577 rToFill.Insert( nPos, bHidden, j ); in lcl_SortedTabColInsert()
581 rToFill.Insert( nPos, bHidden, rToFill.Count() ); in lcl_SortedTabColInsert()
583 ::lcl_RefreshHidden( rToFill, nPos ); in lcl_SortedTabColInsert()
588 nLeftMin = nPos - nLeftMin; in lcl_SortedTabColInsert()
589 nRightMax = nPos + nRightMax; in lcl_SortedTabColInsert()
599 if ( (nPos >= ((nCmp >= COLFUZZY) ? nCmp - COLFUZZY : nCmp)) && in lcl_SortedTabColInsert()
600 (nPos <= (nCmp + COLFUZZY)) ) in lcl_SortedTabColInsert()
618 if ( nPos > nOldMin ) in lcl_SortedTabColInsert()
619 rEntry.nMin = nPos; in lcl_SortedTabColInsert()
675 rEntry.nPos -= rToFill.GetLeft(); in GetTabCols()
747 rEntry.nPos += rToFill.GetLeft(); in GetTabCols()
888 sal_uInt16 nPos = rTblBoxes.C40_GETPOS( SwTableBox, pBox ); in lcl_ProcessBoxSet() local
889 if( nPos && rTblBoxes[ nPos - 1 ]->getRowSpan() != 1 ) in lcl_ProcessBoxSet()
891 if( nPos + 1 < rTblBoxes.Count() && in lcl_ProcessBoxSet()
892 rTblBoxes[ nPos + 1 ]->getRowSpan() != 1 ) in lcl_ProcessBoxSet()
1242 sal_uInt16 nPos = (sal_uInt16)nSum; in lcl_CalcNewWidths() local
1243 while( pCurr != rChanges.end() && pCurr->first < nPos ) in lcl_CalcNewWidths()
1253 if( pCurr != rChanges.end() && pCurr->first <= nPos && in lcl_CalcNewWidths()
1267 ColChange aTmp( nPos, nPos ); in lcl_CalcNewWidths()
1398 sal_uInt16 nPos = 0; in NewSetTabCols() local
1403 aRowSpanPos.push_back( nPos++ ); in NewSetTabCols()
1422 sal_uInt16 nPos = 0; in NewSetTabCols() local
1427 aRowSpanPos.push_back( nPos++ ); in NewSetTabCols()
1475 xub_StrLen nPos = 0; in _GetBoxNum() local
1481 while( 0 != ( cChar = rStr.GetChar( nPos )) && in _GetBoxNum()
1492 ++nPos; in _GetBoxNum()
1494 rStr.Erase( 0, nPos ); // Zeichen aus dem String loeschen in _GetBoxNum()
1496 else if( STRING_NOTFOUND == ( nPos = rStr.Search( aDotStr ) )) in _GetBoxNum()
1508 String aTxt( rStr.Copy( 0, nPos ) ); in _GetBoxNum()
1513 rStr.Erase( 0, nPos+1 ); in _GetBoxNum()
1995 sal_uInt16 nPos; in GetName() local
2005 sTmp = String::CreateFromInt32( nPos = pLines->GetPos( pLine ) + 1 ); in GetName()
2011 sTmp = String::CreateFromInt32(( nPos = pBoxes->GetPos( pBox )) + 1 ); in GetName()
2015 ::lcl_GetTblBoxColStr( nPos, sNm ); in GetName()
2608 sal_uLong nPos = ULONG_MAX; in IsValidNumTxtNd() local
2633 nPos = nIndex; in IsValidNumTxtNd()
2673 nPos = ULONG_MAX; in IsValidNumTxtNd()
2681 nPos = ULONG_MAX; in IsValidNumTxtNd()
2683 return nPos; in IsValidNumTxtNd()