Lines Matching refs:n

268 				for( sal_uInt16 n = pLine->GetTabBoxes().Count(); n ; )  in GetTblSel()  local
270 SwTableBox* pBox = pLine->GetTabBoxes()[ --n ]; in GetTblSel()
643 size_t n; in ChkChartSel() local
649 for( n = 0 ; n < aCellFrms.size(); ++n ) in ChkChartSel()
651 const _Sort_CellFrm& rCF = aCellFrms[ n ]; in ChkChartSel()
655 if( n ) in ChkChartSel()
700 for( n = 0; n < aCellFrms.size(); ++n ) in ChkChartSel()
702 const _Sort_CellFrm& rCF = aCellFrms[ n ]; in ChkChartSel()
816 for( sal_uInt16 n = rBoxes.Count(); n; ) in GetAutoSumSel() local
817 if( USHRT_MAX != ( nWhichId = rBoxes[ --n ] in GetAutoSumSel()
885 for( sal_uInt16 n = rBoxes.Count(); n; ) in GetAutoSumSel() local
886 if( USHRT_MAX != ( nWhichId = rBoxes[ --n ] in GetAutoSumSel()
930 for( sal_uInt16 n = 0, nCnt = rBoxes.Count(); n < nCnt; ++n ) in HasProtectedCells() local
931 if( rBoxes[ n ]->GetFrmFmt()->GetProtect().IsCntntProtected() ) in HasProtectedCells()
981 for( sal_uInt16 n = 0; n < rFmts.Count(); ++n ) in IsEmptyBox() local
983 const SwFmtAnchor& rAnchor = rFmts[n]->GetAnchor(); in IsEmptyBox()
1244 sal_uInt16 n, nSttPos = 0; in GetMergeSel() local
1246 for( n = 0; n < aPosArr.Count(); ++n ) in GetMergeSel()
1248 const _CmpLPt& rPt = aPosArr[ n ]; in GetMergeSel()
1249 if( n && aPosArr[ n - 1 ].Y() == rPt.Y() ) // gleiche Ebene ? in GetMergeSel()
1258 if( bCalcWidth && n ) in GetMergeSel()
1261 if( bEmptyLine && nSttPos < n ) in GetMergeSel()
1267 for( sal_uInt16 i = nSttPos; i < n; ++i ) in GetMergeSel()
1270 aPosArr.Remove( nSttPos, n - nSttPos ); in GetMergeSel()
1271 n = nSttPos; in GetMergeSel()
1274 nSttPos = n; in GetMergeSel()
1276 bEmptyLine = IsEmptyBox( *aPosArr[n].pSelBox, aPam ); in GetMergeSel()
1279 if( bEmptyLine && nSttPos < n ) in GetMergeSel()
1282 for( sal_uInt16 i = nSttPos; i < n; ++i ) in GetMergeSel()
1284 aPosArr.Remove( nSttPos, n - nSttPos ); in GetMergeSel()
1289 sal_uInt16 n, nSttPos = 0, nSEndPos = 0, nESttPos = 0; in GetMergeSel() local
1291 for( n = 0; n < aPosArr.Count(); ++n ) in GetMergeSel()
1293 const _CmpLPt& rPt = aPosArr[ n ]; in GetMergeSel()
1294 if( n && aPosArr[ n - 1 ].Y() == rPt.Y() ) // gleiche Ebene ? in GetMergeSel()
1299 if( nSEndPos == n ) // der Anfang ist leer in GetMergeSel()
1303 nESttPos = n+1; in GetMergeSel()
1310 if( bCalcWidth && n ) in GetMergeSel()
1325 n -= nCnt; in GetMergeSel()
1328 if( nESttPos < n ) in GetMergeSel()
1333 for( sal_uInt16 i = nESttPos; i < n; ++i ) in GetMergeSel()
1336 sal_uInt16 nCnt = n - nESttPos; in GetMergeSel()
1338 n -= nCnt; in GetMergeSel()
1341 nSttPos = nSEndPos = nESttPos = n; in GetMergeSel()
1342 if( IsEmptyBox( *aPosArr[n].pSelBox, aPam )) in GetMergeSel()
1361 n -= nCnt; in GetMergeSel()
1363 if( nESttPos < n ) in GetMergeSel()
1368 for( sal_uInt16 i = nESttPos; i < n; ++i ) in GetMergeSel()
1371 sal_uInt16 nCnt = n - nESttPos; in GetMergeSel()
1384 for( sal_uInt16 n = 0; n < aPosArr.Count(); ++n ) in GetMergeSel() local
1386 const _CmpLPt& rPt = aPosArr[ n ]; in GetMergeSel()
1400 aPosArr.Remove( n, 1 ); in GetMergeSel()
1401 --n; in GetMergeSel()
1442 for( sal_uInt16 n = 0; n < aPosArr.Count(); ++n ) in GetMergeSel() local
1444 const _CmpLPt& rPt = aPosArr[ n ]; in GetMergeSel()
1638 for( sal_uInt16 n = 0; n < aEndArr.Count() && n < aSttArr.Count(); ++n ) in lcl_FindStartEndRow() local
1639 if( aSttArr[ n ] != aEndArr[ n ] ) in lcl_FindStartEndRow()
1642 if( n & 1 ) // 1, 3, 5, ... are boxes in lcl_FindStartEndRow()
1644 rpStart = (SwLayoutFrm*)aSttArr[ n ]; in lcl_FindStartEndRow()
1645 rpEnd = (SwLayoutFrm*)aEndArr[ n ]; in lcl_FindStartEndRow()
1652 rpStart = (SwLayoutFrm*)aSttArr[ n+1 ]; in lcl_FindStartEndRow()
1653 rpEnd = (SwLayoutFrm*)aEndArr[ n+1 ]; in lcl_FindStartEndRow()
1654 if( n ) in lcl_FindStartEndRow()
1656 const SwCellFrm* pCellFrm = (SwCellFrm*)aSttArr[ n-1 ]; in lcl_FindStartEndRow()
1659 if( rLns[ 0 ] == ((SwRowFrm*)aSttArr[ n ])->GetTabLine() && in lcl_FindStartEndRow()
1661 ((SwRowFrm*)aEndArr[ n ])->GetTabLine() ) in lcl_FindStartEndRow()