Lines Matching refs:pHt

2130                 const SwTxtAttr* pHt = (*m_pSwpHints)[n];  in GetAttr()  local
2131 const xub_StrLen nAttrStart = *pHt->GetStart(); in GetAttr()
2135 const xub_StrLen* pAttrEnd = pHt->End(); in GetAttr()
2140 ( pHt->DontExpand() ? nStt < *pAttrEnd in GetAttr()
2144 (*fnMergeAttr)( rSet, pHt->GetAttr() ); in GetAttr()
2158 const SwTxtAttr* pHt = (*m_pSwpHints)[n]; in GetAttr() local
2159 const xub_StrLen nAttrStart = *pHt->GetStart(); in GetAttr()
2163 const xub_StrLen* pAttrEnd = pHt->End(); in GetAttr()
2174 (*fnMergeAttr)( aFmtSet, pHt->GetAttr() ); in GetAttr()
2190 if ( RES_TXTATR_AUTOFMT == pHt->Which() ) in GetAttr()
2192 const SfxItemSet* pAutoSet = CharFmt::GetItemSet( pHt->GetAttr() ); in GetAttr()
2200 pItem = &pHt->GetAttr(); in GetAttr()
2709 SwTxtAttr *pHt = GetTextHint( i ); in MergePortions() local
2710 if ( RES_TXTATR_CHARFMT != pHt->Which() && in MergePortions()
2711 RES_TXTATR_AUTOFMT != pHt->Which() ) in MergePortions()
2716 const xub_StrLen nPorStart = *pHt->GetStart(); in MergePortions()
2720 aPortionMap.insert( std::pair< const int, SwTxtAttr* >( nKey, pHt ) ); in MergePortions()
3267 const SwTxtAttr *pHt = m_pSwpHints->operator[](i); in GetLang() local
3268 const xub_StrLen nAttrStart = *pHt->GetStart(); in GetLang()
3272 const sal_uInt16 nWhich = pHt->Which(); in GetLang()
3275 …( ( pHt->IsCharFmtAttr() || RES_TXTATR_AUTOFMT == nWhich ) && CharFmt::IsItemIncluded( nWhichId, p… in GetLang()
3277 const xub_StrLen *pEndIdx = pHt->End(); in GetLang()
3283 ( pHt->DontExpand() ? nBegin < *pEndIdx in GetLang()
3288 const SfxPoolItem* pItem = CharFmt::GetItem( *pHt, nWhichId ); in GetLang()