Lines Matching refs:n

234     for( sal_uInt16 n = rListTbl.Count()+1; n; )  in BuildNumbering()  local
237 --n; in BuildNumbering()
238 if( n == rListTbl.Count() ) in BuildNumbering()
242 pRule = rListTbl[ n ]; in BuildNumbering()
479 for( sal_uInt16 n = 0; n < nSize; ++n ) in WritePageDescTable() local
482 const_cast<const SwDoc*>(pDoc)->GetPageDesc( n ); in WritePageDescTable()
485 OutULong( n ) << OOO_STRING_SVTOOLS_RTF_PGDSCUSE; in WritePageDescTable()
552 for (sal_uInt32 n = 0; n < nMaxItem; ++n) in ExportDocument_Impl() local
554 const SvxProtectItem* pProtect = (const SvxProtectItem*)rPool.GetItem2(RES_PROTECT, n); in ExportDocument_Impl()
857 for( sal_uInt8 n = 0; n < nLen; ++n ) in OutHex() local
956 for (xub_StrLen n = 0; n < rStr.Len(); ++n) in OutString() local
957 aBuf.append(OutChar(rStr.GetChar(n), &nUCMode, eDestEnc)); in OutString()
989 sal_uInt16 n; in InsColor() local
1001 n = 0; in InsColor()
1005 n = m_aColTbl.size(); in InsColor()
1008 n++; in InsColor()
1011 m_aColTbl.insert(std::pair<sal_uInt16,Color>( n, rCol )); in InsColor()
1043 for (sal_uInt32 n = 0; n < nMaxItem; ++n) in OutColorTable() local
1046 RES_CHRATR_COLOR, n ) ) ) in OutColorTable()
1053 for (sal_uInt32 n = 0; n < nMaxItem; ++n) in OutColorTable() local
1055 … if( 0 != (pUnder = (const SvxUnderlineItem*)rPool.GetItem2( RES_CHRATR_UNDERLINE, n ) ) ) in OutColorTable()
1063 for (sal_uInt32 n = 0; n < nMaxItem; ++n) in OutColorTable() local
1065 if( 0 != (pOver = (const SvxOverlineItem*)rPool.GetItem2( RES_CHRATR_OVERLINE, n ) ) ) in OutColorTable()
1086 for (sal_uInt32 n = 0; n < nMaxItem; ++n) in OutColorTable() local
1089 *pIds , n ) )) in OutColorTable()
1107 for (sal_uInt32 n = 0; n < nMaxItem; ++n) in OutColorTable() local
1110 RES_SHADOW, n ) ) ) in OutColorTable()
1124 for (sal_uInt32 n = 0; n < nMaxItem; ++n) in OutColorTable() local
1126 if( 0 != (pBox = (const SvxBoxItem*)rPool.GetItem2( RES_BOX, n ) )) in OutColorTable()
1131 for (size_t n = 0; n < m_aColTbl.size(); ++n) in OutColorTable() local
1133 const Color& rCol = m_aColTbl[ n ]; in OutColorTable()
1134 if( n || COL_AUTO != rCol.GetColor() ) in OutColorTable()