Lines Matching refs:n
117 for( sal_uInt16 n = 0; n < nCnt; ++n ) in lcl_FillList() local
118 if( (pFmt = aTmpArr[n]->GetFmt())->IsInNodesArr()&& in lcl_FillList()
326 sal_uInt16 n = sLinkFile.SearchAndReplace( sfx2::cTokenSeperator, ' ' ); in GetFile() local
327 sLinkFile.SearchAndReplace( sfx2::cTokenSeperator, ' ', n ); in GetFile()
521 for ( sal_uInt16 n=0; n < nCount; n++ ) in RecurseList() local
524 if( !( pFmt = &rSh.GetSectionFmt(n))->GetParent() && in RecurseList()
529 SectRepr* pSectRepr = new SectRepr( n, in RecurseList()
552 for( sal_uInt16 n = 0; n < nCnt; ++n ) in RecurseList() local
555 pFmt = aTmpArr[n]->GetFmt(); in RecurseList()
560 pSect=aTmpArr[n]; in RecurseList()
571 RecurseList( aTmpArr[n]->GetFmt(), pNEntry ); in RecurseList()
1570 for( sal_uInt16 n = 0; n < aArr.Count(); ++n ) in lcl_ReadSections() local
1571 rBox.InsertEntry( *aArr[ n ] ); in lcl_ReadSections()
2058 inline sal_uInt16 GetNumPos( sal_uInt16 n ) in GetNumPos() argument
2060 return SVX_NUM_ARABIC < n ? n - 4 : n; in GetNumPos()
2063 inline SvxExtNumType GetNumType( sal_uInt16 n ) in GetNumType() argument
2065 return (SvxExtNumType)(4 < n ? n + 4 : n ); in GetNumType()