Lines Matching refs:n

55         for (sal_uInt32 n = 0; n < nCount; ++n)  in processPLCFCpAndFcs()  local
57 Cp aCp(pPLCF->getFc(n) + nOffset); in processPLCFCpAndFcs()
328 for (sal_uInt32 n = 0; n <= nHeaders; ++n) in WW8DocumentImpl() local
330 CpAndFc aCpAndFc(getHeaderCpAndFc(n)); in WW8DocumentImpl()
626 for (sal_uInt32 n = 0; n < pFKP->getEntryCount(); n++) in parseBinTableCpAndFcs() local
628 Fc aFc = pFKP->getFc(n); in parseBinTableCpAndFcs()
1338 sal_uInt32 n = 0; in getTextboxText() local
1339 while (n < nCount) in getTextboxText()
1341 WW8FTXBXS * pTextboxStory = mpTextBoxStories->getEntryPointer(n); in getTextboxText()
1346 ++n; in getTextboxText()
1349 if (n < nCount) in getTextboxText()
1351 Cp aCpStart(mpTextBoxStories->getFc(n)); in getTextboxText()
1355 Cp aCpEnd(mpTextBoxStories->getFc(n + 1)); in getTextboxText()
1690 for (sal_uInt32 n = 0; n < nHeaderCount; ++n) in resolve() local
1692 rStream.info(getHeaderCpAndFc(n).toString()); in resolve()
1838 for (sal_uInt32 n = nHeaderStartIndex; n < nHeaderEndIndex; ++n) in resolve() local
1841 pHeader(getHeader(n)); in resolve()
1843 Id qName = lcl_headerQName(n); in resolve()
2054 sal_uInt32 n; in getIndex() local
2061 for (n = 0; n < nStartsCount; ++n) in getIndex()
2063 if (nCp == mpStartCps->getFc(n)) in getIndex()
2065 nResult = n; in getIndex()
2071 if (n == nStartsCount) in getIndex()
2082 for (n = 0; n < nEndsCount; ++n) in getIndex()
2084 if (nCp == mpEndCps->getU16(n * 4)) in getIndex()
2086 nIndex = n; in getIndex()
2092 if (n == nEndsCount) in getIndex()
2098 for (n = 0; n < nStartsCount; ++n) in getIndex()
2100 WW8BKF::Pointer_t pBKF(mpStartCps->getEntry(n)); in getIndex()
2105 nResult = n; in getIndex()
2111 if (n == nStartsCount) in getIndex()
2130 for (sal_uInt32 n = 0; n < nStartsCount; ++n) in init() local
2131 mpDoc->insertCpAndFc(getStartCpAndFc(n)); in init()
2137 for (sal_uInt32 n = 0; n < nEndsCount; ++n) in init() local
2138 mpDoc->insertCpAndFc(getEndCpAndFc(n)); in init()
2194 for (sal_uInt32 n = 0; n < nCount; n++) in process() local
2196 Cp aCp(pPlcf->getFc(n)); in process()
2198 typename T::Pointer_t pT = pPlcf->getEntry(n); in process()