Lines Matching refs:n

447 	for( sal_uInt16 n = 0; n < rFrmFmtTbl.Count(); ++n )  in SwUndoTblToTxt()  local
449 SwFrmFmt* pFmt = rFrmFmtTbl[ n ]; in SwUndoTblToTxt()
558 sal_uLong n, nTmpEnd = aEndIdx.GetIndex(); in UndoTableToText() local
559 for( n = pTblNd->GetIndex() + 1; n < nTmpEnd; ++n ) in UndoTableToText()
561 if( ( pNd = (*this)[ n ] )->IsCntntNode() ) in UndoTableToText()
576 for( sal_uInt16 n = rSavedData.Count(); n; ) in UndoTableToText() local
578 SwTblToTxtSave* pSave = rSavedData[ --n ]; in UndoTableToText()
772 for( sal_uInt16 n = pDelBoxes->Count(); n; ) in UndoImpl() local
774 SwTableBox* pBox = rTbl.GetTblBox( (*pDelBoxes)[ --n ] ); in UndoImpl()
924 for( sal_uInt16 n = 1; n < nLnCnt; ++n ) in _SaveTable() local
925 pLn = new _SaveLine( pLn, *rTbl.GetTabLines()[ n ], *this ); in _SaveTable()
973 sal_uInt16 n; in RestoreAttr() local
1000 for( n = aSets.Count(); n; --n ) in RestoreAttr()
1008 for( n = 0; n < nLnCnt; ++n, pLn = pLn->pNext ) in RestoreAttr()
1016 pLn->RestoreAttr( *rTbl.GetTabLines()[ n ], *this ); in RestoreAttr()
1033 sal_uInt16 n; in CreateNew() local
1057 for( n = aSets.Count(); n; --n ) in CreateNew()
1070 for( n = 0; n < aParent.GetTabLines().Count(); ++n ) in CreateNew()
1072 SwTableLine* pLn = aParent.GetTabLines()[ n ]; in CreateNew()
1074 if( n < nOldLines ) in CreateNew()
1076 SwTableLine* pOld = rTbl.GetTabLines()[ n ]; in CreateNew()
1088 rTbl.GetTabLines().C40_REPLACE( SwTableLine, pLn, n ); in CreateNew()
1092 rTbl.GetTabLines().C40_INSERT( SwTableLine, pLn, n ); in CreateNew()
1095 if( n < nOldLines ) in CreateNew()
1099 for (sal_uInt16 k1 = 0; k1 < nOldLines - n; ++k1) in CreateNew()
1101 const SwTableBoxes &rBoxes = rTbl.GetTabLines()[n + k1]->GetTabBoxes(); in CreateNew()
1112 rTbl.GetTabLines().DeleteAndDestroy( n, nOldLines - n ); in CreateNew()
1115 aParent.GetTabLines().Remove( 0, n ); in CreateNew()
1191 for( sal_uInt16 n = 1; n < rLine.GetTabBoxes().Count(); ++n ) in _SaveLine() local
1192 pBx = new _SaveBox( pBx, *rLine.GetTabBoxes()[ n ], rSTbl ); in _SaveLine()
1208 for( sal_uInt16 n = 0; n < rLine.GetTabBoxes().Count(); ++n, pBx = pBx->pNext ) in RestoreAttr() local
1215 pBx->RestoreAttr( *rLine.GetTabBoxes()[ n ], rSTbl ); in RestoreAttr()
1277 for( sal_uInt16 n = 1; n < rBox.GetTabLines().Count(); ++n ) in _SaveBox() local
1278 pLn = new _SaveLine( pLn, *rBox.GetTabLines()[ n ], rSTbl ); in _SaveBox()
1306 for( sal_uInt16 n = 0; n < rBox.GetTabLines().Count(); ++n, pLn = pLn->pNext ) in RestoreAttr() local
1314 pLn->RestoreAttr( *rBox.GetTabLines()[ n ], rSTbl ); in RestoreAttr()
1325 for( sal_uLong n = nSttNode + 1; n < nEnd; ++n ) in RestoreAttr() local
1327 SwCntntNode* pCNd = rNds[ n ]->GetCntntNode(); in RestoreAttr()
1365 for( sal_uLong n = nSttNode + 1; n < nEnd; ++n ) in SaveCntntAttrs() local
1367 SwCntntNode* pCNd = pDoc->GetNodes()[ n ]->GetCntntNode(); in SaveCntntAttrs()
1522 for (size_t n = m_Undos.size(); 0 < n; --n) in UndoRedo() local
1524 m_Undos.at(n-1)->UndoImpl(rContext); in UndoRedo()
1566 for( sal_uInt16 n = 0; n < rBoxes.Count(); ++n ) in SwUndoTblNdsChg() local
1567 aBoxes.Insert( rBoxes[n]->GetSttIdx(), n ); in SwUndoTblNdsChg()
1589 for( sal_uInt16 n = 0; n < rBoxes.Count(); ++n ) in SwUndoTblNdsChg() local
1590 aBoxes.Insert( rBoxes[n]->GetSttIdx(), n ); in SwUndoTblNdsChg()
1598 for( sal_uInt16 n = 0; n < rBoxes.Count(); ++n ) in ReNewBoxes() local
1599 aBoxes.Insert( rBoxes[n]->GetSttIdx(), n ); in ReNewBoxes()
1618 sal_uInt16 n; in SaveNewBoxes() local
1624 for( n = 0, i = 0; n < rOld.Count(); ++i ) in SaveNewBoxes()
1626 if( rOld[ n ] == rTblBoxes[ i ] ) in SaveNewBoxes()
1627 ++n; in SaveNewBoxes()
1680 for( sal_uInt16 n = 0, i = 0; i < rTblBoxes.Count(); ++i ) in SaveNewBoxes() local
1682 if( ( n < rOld.Count() ) && in SaveNewBoxes()
1683 ( rOld[ n ] == rTblBoxes[ i ] ) ) in SaveNewBoxes()
1686 ++n; in SaveNewBoxes()
1795 for( sal_uInt16 n = Ptrs.pDelSects->Count(); n; ) in UndoImpl() local
1797 SwUndoSaveSection* pSave = (*Ptrs.pDelSects)[ --n ]; in UndoImpl()
1815 for( sal_uInt16 n = aTmp.Count(); n; ) in UndoImpl() local
1818 sal_uLong nIdx = aTmp[ --n ]; in UndoImpl()
1826 if( aMvBoxes[ n ] ) in UndoImpl()
1835 sal_uInt16 i = n; in UndoImpl()
1854 for( sal_uInt16 n = Ptrs.pNewSttNds->Count(); n; ) in UndoImpl() local
1856 sal_uLong nIdx = (*Ptrs.pNewSttNds)[ --n ]; in UndoImpl()
1867 for( sal_uInt16 n = 0; n < aDelBoxes.size(); ++n ) in UndoImpl() local
1869 SwTableBox* pCurrBox = aDelBoxes[n]; in UndoImpl()
1896 for( sal_uInt16 n = 0; n < aBoxes.Count(); ++n ) in RedoImpl() local
1898 SwTableBox* pBox = pTblNd->GetTable().GetTblBox( aBoxes[ n ] ); in RedoImpl()
2048 sal_uInt16 n; in UndoImpl() local
2050 for( n = 0; n < aBoxes.Count(); ++n ) in UndoImpl()
2052 aIdx = aBoxes[ n ]; in UndoImpl()
2068 for( n = aNewSttNds.Count(); n; ) in UndoImpl()
2071 sal_uLong nIdx = aNewSttNds[ --n ]; in UndoImpl()
2073 if( !nIdx && n ) in UndoImpl()
2075 nIdx = aNewSttNds[ --n ]; in UndoImpl()
2200 for( sal_uInt16 n = 0; n < rBoxes.Count(); ++n ) in SetSelBoxes() local
2201 InsertSort( aBoxes, rBoxes[n]->GetSttIdx() ); in SetSelBoxes()
2524 for( sal_uInt16 n = pArr->Count(); n; ) in UndoImpl() local
2526 _UndoTblCpyTbl_Entry* pEntry = (*pArr)[ --n ]; in UndoImpl()
2675 for( sal_uInt16 n = 0; n < pArr->Count(); ++n ) in RedoImpl() local
2677 _UndoTblCpyTbl_Entry* pEntry = (*pArr)[ n ]; in RedoImpl()
3282 for( sal_uInt16 n = 0; n < rSrtArr.Count(); ++n ) in CheckTable() local
3284 const SwTableBox* pBox = rSrtArr[ n ]; in CheckTable()