Searched refs:nTmpLvl (Results 1 – 2 of 2) sorted by relevance
643 int nTmpLvl = pTmpNd->GetTxtNode()->GetAttrOutlineLevel(); in IsProtectedOutlinePara() local645 ASSERT( nTmpLvl >= 0 && nTmpLvl <= MAXLEVEL, //<-end,zhaojianwei in IsProtectedOutlinePara()650 nLvl = nTmpLvl; in IsProtectedOutlinePara()653 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 50 milliseconds