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()
2187 int nTmpLvl = nMinLvl; in StartTOX() local2188 if (nTmpLvl > WW8ListManager::nMaxLevel) in StartTOX()2189 nTmpLvl = WW8ListManager::nMaxLevel; in StartTOX()2192 sStr += String::CreateFromInt32( nTmpLvl ); in StartTOX()