Lines Matching refs:n

305 		for (long n = 0; n < nCount; n++)  in SwInsertDBColAutoPilot()  local
307 SwInsDBColumn* pNew = new SwInsDBColumn( pColNames[n], (sal_uInt16)n ); in SwInsertDBColAutoPilot()
308 Any aCol = xCols->getByName(pColNames[n]); in SwInsertDBColAutoPilot()
437 for( sal_uInt16 n = 0; n < aDBColumns.Count(); ++n ) in SwInsertDBColAutoPilot() local
439 const String& rS = aDBColumns[ n ]->sColumn; in SwInsertDBColAutoPilot()
440 aLbTblDbColumn.InsertEntry( rS, n ); in SwInsertDBColAutoPilot()
441 aLbTxtDbColumn.InsertEntry( rS, n ); in SwInsertDBColAutoPilot()
533 sal_uInt16 n, nInsPos = aLbTableCol.GetSelectEntryPos(), in IMPL_LINK() local
536 for( n = 0; n < nCnt; ++n ) in IMPL_LINK()
537 aLbTableCol.InsertEntry( aLbTblDbColumn.GetEntry( n ), in IMPL_LINK()
540 for( n = 0; n < nCnt; ++n, ++nInsPos ) in IMPL_LINK()
541 aLbTableCol.InsertEntry( aLbTblDbColumn.GetEntry( n ), nInsPos ); in IMPL_LINK()
608 for( sal_uInt16 n = 0; n < aDBColumns.Count(); ++n ) in IMPL_LINK() local
609 aLbTblDbColumn.InsertEntry( aDBColumns[ n ]->sColumn, n ); in IMPL_LINK()
778 for( sal_uInt16 n = 0, nStep = (sal_uInt16)(nWidth / (nCols+1)), nW = nStep; in IMPL_LINK() local
779 n < nCols; ++n, nW = nW + nStep ) in IMPL_LINK()
781 aTabCols.Insert( nW, sal_False, n ); in IMPL_LINK()
1048 sal_uInt16 n, nRows = 0, nCols = aLbTableCol.GetEntryCount(); in DataToDoc() local
1059 for( n = 0; n < nCols; ++n ) in DataToDoc()
1062 SwInsDBColumn aSrch( aLbTableCol.GetEntry( n ), 0 ); in DataToDoc()
1064 aColFlds.Insert( aDBColumns[ nFndPos ], n ); in DataToDoc()
1101 for( n = 0; n < nCols; ++n ) in DataToDoc()
1105 rSh.SwEditShell::Insert2( aColFlds[ n ]->sColumn ); in DataToDoc()
1134 for( n = 0; n < nCols; ++n ) in DataToDoc()
1139 if( i || n ) in DataToDoc()
1142 const SwInsDBColumn* pEntry = aColFlds[ n ]; in DataToDoc()
1311 sal_uInt16 n = 0, nCols = aColArr.Count(); in DataToDoc() local
1336 for( n = 0; n < nCols; ++n ) in DataToDoc()
1338 _DB_Column* pDBCol = aColArr[ n ]; in DataToDoc()
1671 for( sal_uInt16 n = 0, nCnt = aLbTableCol.GetEntryCount(); n < nCnt; ++n ) in Commit() local
1672 ( sTmp += aLbTableCol.GetEntry( n ) ) += '\x0a'; in Commit()
1848 sal_uInt16 n = 0; in Load() local
1853 String sEntry( sTmp.GetToken( 0, '\x0a', n ) ); in Load()
1860 } while( n < sTmp.Len() ); in Load()
1905 for( n = 0; n < aDBColumns.Count() ; ++n ) in Load()
1907 SwInsDBColumn& rSet = *aDBColumns[ n ]; in Load()