Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx2441 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()
2499 bool bStartTab = (nInTable < nCellLevel) && !bFtnEdn; in ProcessSpecial()
[all …]
H A Dww8par2.cxx530 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 Dww8par.hxx1352 ApoTestResults TestApo(int nCellLevel, bool bTableRowEnd, const WW8_TablePos *pTabPos,
/trunk/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()

Completed in 92 milliseconds