Searched refs:nCellLevel (Results 1 – 4 of 4) sorted by relevance
| /AOO42X/main/sw/source/filter/ww8/ |
| H A D | ww8par.cxx | 2440 sal_uInt8 nCellLevel = 0; in ProcessSpecial() local 2443 nCellLevel = 0 != pPlcxMan->HasParaSprm(24); in ProcessSpecial() 2446 nCellLevel = 0 != pPlcxMan->HasParaSprm(0x2416); in ProcessSpecial() 2447 if (!nCellLevel) in ProcessSpecial() 2448 nCellLevel = 0 != pPlcxMan->HasParaSprm(0x244B); in ProcessSpecial() 2456 if (nCellLevel && !bVer67) in ProcessSpecial() 2465 nCellLevel = *pLevel; in ProcessSpecial() 2467 bool bHasRowEnd = SearchRowEnd(pPap, nMyStartCp, nCellLevel-1); in ProcessSpecial() 2471 nCellLevel = static_cast< sal_uInt8 >(nInTable); in ProcessSpecial() 2495 …ApoTestResults aApo = TestApo(nCellLevel, bTableRowEnd, pTabPos, !(pFirstTablePap == pPap && bTabl… in ProcessSpecial() [all …]
|
| H A D | ww8par2.cxx | 529 ApoTestResults SwWW8ImplReader::TestApo(int nCellLevel, bool bTableRowEnd, in TestApo() argument 532 const WW8_TablePos *pTopLevelTable = nCellLevel <= 1 ? pTabPos : 0; in TestApo() 585 if (nCellLevel == nInTable) in TestApo() 617 aRet.mbStopApo = InEqualOrHigherApo(nCellLevel) && !bNowApo; // APO-end in TestApo() 625 if (bNowApo && InEqualApo(nCellLevel)) in TestApo()
|
| H A D | ww8par.hxx | 1351 ApoTestResults TestApo(int nCellLevel, bool bTableRowEnd, const WW8_TablePos *pTabPos,
|
| /AOO42X/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()
|