Searched refs:nTmpLvl (Results 1 – 2 of 2) sorted by relevance
605 int nTmpLvl = pTmpNd->GetTxtNode()->GetAttrOutlineLevel(); in IsProtectedOutlinePara() local607 ASSERT( nTmpLvl >= 0 && nTmpLvl <= MAXLEVEL, //<-end,zhaojianwei in IsProtectedOutlinePara()612 nLvl = nTmpLvl; in IsProtectedOutlinePara()615 else if( nLvl >= nTmpLvl ) in IsProtectedOutlinePara()
2188 int nTmpLvl = nMinLvl; in StartTOX() local2189 if (nTmpLvl > WW8ListManager::nMaxLevel) in StartTOX()2190 nTmpLvl = WW8ListManager::nMaxLevel; in StartTOX()2193 sStr += String::CreateFromInt32( nTmpLvl ); in StartTOX()
Completed in 470 milliseconds