Searched refs:aScriptChgLst (Results 1 – 1 of 1) sorted by relevance
1242 SvXub_StrLens aScriptChgLst; // positions where script changes member in HTMLEndPosLst1792 aScriptChgLst.push_back( nPos ); in HTMLEndPosLst()1991 for( size_t i=0; i < aScriptChgLst.size(); i++ ) in Insert()1993 xub_StrLen nChgPos = aScriptChgLst[i]; in Insert()2074 size_t nScriptChgs = aScriptChgLst.size(); in GetScriptAtPos()2076 while( i < nScriptChgs && nPos >= aScriptChgLst[i] ) in GetScriptAtPos()