Home
last modified time | relevance | path

Searched refs:nCellLevel (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/sw/source/filter/ww8/
H A Dww8par.cxx2440 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 Dww8par2.cxx529 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 Dww8par.hxx1351 ApoTestResults TestApo(int nCellLevel, bool bTableRowEnd, const WW8_TablePos *pTabPos,
/AOO42X/main/editeng/source/editeng/
H A Deehtml.cxx703 sal_uInt8 nCellLevel = nInCell; in SkipGroup() local
705 while( nCellLevel <= nInCell && ( (nToken = GetNextToken() ) != nEndToken ) && nToken ) in SkipGroup()