Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/edit/
H A Dednumber.cxx643 int nTmpLvl = pTmpNd->GetTxtNode()->GetAttrOutlineLevel(); in IsProtectedOutlinePara() local
645 ASSERT( nTmpLvl >= 0 && nTmpLvl <= MAXLEVEL, //<-end,zhaojianwei in IsProtectedOutlinePara()
650 nLvl = nTmpLvl; in IsProtectedOutlinePara()
653 else if( nLvl >= nTmpLvl ) in IsProtectedOutlinePara()
/aoo4110/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 50 milliseconds