Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/html/
H A Dhtmlatr.cxx1246 SvXub_StrLens aScriptChgLst; // positions where script changes member in HTMLEndPosLst
1797 aScriptChgLst.push_back( nPos ); in HTMLEndPosLst()
1996 for( size_t i=0; i < aScriptChgLst.size(); i++ ) in Insert()
1998 xub_StrLen nChgPos = aScriptChgLst[i]; in Insert()
2079 size_t nScriptChgs = aScriptChgLst.size(); in GetScriptAtPos()
2081 while( i < nScriptChgs && nPos >= aScriptChgLst[i] ) in GetScriptAtPos()

Completed in 31 milliseconds