Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/html/
H A Dhtmlatr.cxx1242 SvXub_StrLens aScriptChgLst; // positions where script changes member in HTMLEndPosLst
1792 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()