Searched refs:nCellLevel (Results 1 – 4 of 4) sorted by relevance
2441 sal_uInt8 nCellLevel = 0; in ProcessSpecial() local2444 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()2499 bool bStartTab = (nInTable < nCellLevel) && !bFtnEdn; in ProcessSpecial()[all …]
530 ApoTestResults SwWW8ImplReader::TestApo(int nCellLevel, bool bTableRowEnd, in TestApo() argument533 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()
1352 ApoTestResults TestApo(int nCellLevel, bool bTableRowEnd, const WW8_TablePos *pTabPos,
703 sal_uInt8 nCellLevel = nInCell; in SkipGroup() local705 while( nCellLevel <= nInCell && ( (nToken = GetNextToken() ) != nEndToken ) && nToken ) in SkipGroup()
Completed in 218 milliseconds