Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/txtnode/
H A Dtxatritr.cxx217 const sal_uInt16 nHtStt = *pHt->GetStart(); in SearchNextChg() local
218 if( nHtStt < nStt && ( !pEnd || *pEnd <= nStt )) in SearchNextChg()
221 if( nHtStt >= nChgPos ) in SearchNextChg()
227 if( nHtStt > nStt ) in SearchNextChg()
229 if( nChgPos > nHtStt ) in SearchNextChg()
230 nChgPos = nHtStt; in SearchNextChg()
/trunk/main/sw/source/filter/html/
H A Dhtmlatr.cxx2492 nHtStt = *pHt->GetStart(); in OutHTML_SwTxtNode() local
2497 if( nHtEnd == nHtStt ) in OutHTML_SwTxtNode()
2502 aEndPosLst.Insert( pHt->GetAttr(), nHtStt + nOffset, in OutHTML_SwTxtNode()
2507 xub_StrLen nTmpStt = nHtStt < nStrPos ? nStrPos : nHtStt; in OutHTML_SwTxtNode()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx3385 xub_StrLen nHtStt = *pHt->GetStart(); in next() local
3387 if( nHtEnd > nHtStt && in next()
3388 ( (nHtStt >= nStt && nHtStt < nEnd) || in next()

Completed in 61 milliseconds