Lines Matching refs:pHt
125 const SwTxtAttr* pHt = (SwTxtAttr*)aStack[ 0 ]; in Next() local
126 const sal_uInt16 nEndPos = *pHt->End(); in Next()
140 const SwTxtAttr* pHt = (SwTxtAttr*)aStack[ 0 ]; in Next() local
141 const sal_uInt16 nEndPos = *pHt->End(); in Next()
147 if( RES_TXTATR_CHARFMT == pHt->Which() ) in Next()
152 pCurItem = &pHt->GetCharFmt().GetCharFmt()->GetFmtAttr(nWId); in Next()
155 pCurItem = &pHt->GetAttr(); in Next()
215 const SwTxtAttr* pHt = (*pHts)[ nAttrPos ]; in SearchNextChg() local
216 const sal_uInt16* pEnd = pHt->End(); in SearchNextChg()
217 const sal_uInt16 nHtStt = *pHt->GetStart(); in SearchNextChg()
224 pItem = CharFmt::GetItem( *pHt, nWh ); in SearchNextChg()
233 AddToStack( *pHt ); in SearchNextChg()