Home
last modified time | relevance | path

Searched refs:nTmpLvl (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/edit/
H A Dednumber.cxx605 int nTmpLvl = pTmpNd->GetTxtNode()->GetAttrOutlineLevel(); in IsProtectedOutlinePara() local
607 ASSERT( nTmpLvl >= 0 && nTmpLvl <= MAXLEVEL, //<-end,zhaojianwei in IsProtectedOutlinePara()
612 nLvl = nTmpLvl; in IsProtectedOutlinePara()
615 else if( nLvl >= nTmpLvl ) in IsProtectedOutlinePara()
/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx2188 int nTmpLvl = nMinLvl; in StartTOX() local
2189 if (nTmpLvl > WW8ListManager::nMaxLevel) in StartTOX()
2190 nTmpLvl = WW8ListManager::nMaxLevel; in StartTOX()
2193 sStr += String::CreateFromInt32( nTmpLvl ); in StartTOX()

Completed in 43 milliseconds