Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/crsr/
H A Dcallnk.cxx133 const SwpHints &rHts = ((SwTxtNode*)pCNd)->GetSwpHints(); in ~SwCallLink() local
138 for( n = 0; n < rHts.Count(); n++ ) in ~SwCallLink()
140 const SwTxtAttr* pHt = rHts[ n ]; in ~SwCallLink()
/aoo42x/main/sw/source/core/doc/
H A Ddoctxm.cxx146 const SwpHints & rHts = *pTxtNd->GetpSwpHints(); in GetCurTOXMark() local
153 for( sal_uInt16 n = 0; n < rHts.Count(); ++n ) in GetCurTOXMark()
155 if( RES_TXTATR_TOXMARK != (pHt = rHts[n])->Which() ) in GetCurTOXMark()

Completed in 33 milliseconds