Searched refs:nCellLevel (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | ww8par.cxx | 2441 sal_uInt8 nCellLevel = 0; in ProcessSpecial() local 2444 nCellLevel = 0 != pPlcxMan->HasParaSprm(24); in ProcessSpecial() 2447 nCellLevel = 0 != pPlcxMan->HasParaSprm(0x2416); in ProcessSpecial() 2448 if (!nCellLevel) in ProcessSpecial() 2449 nCellLevel = 0 != pPlcxMan->HasParaSprm(0x244B); in ProcessSpecial() 2457 if (nCellLevel && !bVer67) in ProcessSpecial() 2466 nCellLevel = *pLevel; in ProcessSpecial() 2468 bool bHasRowEnd = SearchRowEnd(pPap, nMyStartCp, nCellLevel-1); in ProcessSpecial() 2472 nCellLevel = static_cast< sal_uInt8 >(nInTable); in ProcessSpecial() 2496 …ApoTestResults aApo = TestApo(nCellLevel, bTableRowEnd, pTabPos, !(pFirstTablePap == pPap && bTabl… in ProcessSpecial() [all …]
|
| H A D | ww8par2.cxx | 530 ApoTestResults SwWW8ImplReader::TestApo(int nCellLevel, bool bTableRowEnd, in TestApo() argument 533 const WW8_TablePos *pTopLevelTable = nCellLevel <= 1 ? pTabPos : 0; in TestApo() 586 if (nCellLevel == nInTable) in TestApo() 618 aRet.mbStopApo = InEqualOrHigherApo(nCellLevel) && !bNowApo; // APO-end in TestApo() 626 if (bNowApo && InEqualApo(nCellLevel)) in TestApo()
|
| H A D | ww8par.hxx | 1352 ApoTestResults TestApo(int nCellLevel, bool bTableRowEnd, const WW8_TablePos *pTabPos,
|
| /AOO41X/main/editeng/source/editeng/ |
| H A D | eehtml.cxx | 703 sal_uInt8 nCellLevel = nInCell; in SkipGroup() local 705 while( nCellLevel <= nInCell && ( (nToken = GetNextToken() ) != nEndToken ) && nToken ) in SkipGroup()
|