Searched refs:pHts (Results 1 – 9 of 9) sorted by relevance
73 const SwpHints *pHts = rNd.GetpSwpHints(); in lcl_CleanStr() local86 nHintStart = pHts && n < pHts->Count() ? in lcl_CleanStr()126 const SwTxtAttr* pHt = (*pHts)[n]; in lcl_CleanStr()211 const SwTxtAttr* pTxtAttr = (*pHts)[i]; in GetPostIt()293 if (pHts && bSearchInNotes) in Find()368 nStartInside = aLoop==0 ? nStart : *(*pHts)[GetPostIt(aLoop+aIgnore-1,pHts)]->GetStart()+1; in Find()369 … nEndeInside = aLoop==aNumberPostits? nEnde : *(*pHts)[GetPostIt(aLoop+aIgnore,pHts)]->GetStart(); in Find()374 …nStartInside = aLoop==aNumberPostits ? nStart : *(*pHts)[GetPostIt(aLoop+aIgnore,pHts)]->GetStart… in Find()375 nEndeInside = aLoop==0 ? nEnde : *(*pHts)[GetPostIt(aLoop+aIgnore-1,pHts)]->GetStart()+1; in Find()386 …if ( (bSrchForward && (GetPostIt(aLoop + aIgnore,pHts) < pHts->Count()) ) || ( !bSrchForward && (a… in Find()[all …]
202 const SwpHints* pHts = rTxtNd.GetpSwpHints(); in SearchNextChg() local203 if( pHts ) in SearchNextChg()213 for( ; nAttrPos < pHts->Count(); ++nAttrPos ) in SearchNextChg()215 const SwTxtAttr* pHt = (*pHts)[ nAttrPos ]; in SearchNextChg()
219 const SwpHints* pHts = pTNd->GetpSwpHints(); in _SelectNextRubyChars() local221 if( pHts ) in _SelectNextRubyChars()224 for( nHtIdx = 0; nHtIdx < pHts->Count(); ++nHtIdx ) in _SelectNextRubyChars()225 if( RES_TXTATR_CJK_RUBY == ( pHt = (*pHts)[ nHtIdx ])->Which() && in _SelectNextRubyChars()
1676 SwpHints* pHts; in DeleteRangeImplImpl() local1677 if( pTxtNd && 0 != ( pHts = pTxtNd->GetpSwpHints()) && pHts->Count() ) in DeleteRangeImplImpl()1681 for( sal_uInt16 n = pHts->Count(); n; ) in DeleteRangeImplImpl()1683 const SwTxtAttr* pAttr = (*pHts)[ --n ]; in DeleteRangeImplImpl()1690 pTxtNd->DestroyAttr( pHts->Cut( n ) ); in DeleteRangeImplImpl()
1322 SwpHints* pHts, in CopyAttr() argument1328 if( !pHts ) in CopyAttr()1335 for( sal_uInt16 n = 0; n < pHts->Count(); n++ ) in CopyAttr()1337 pHt = pHts->GetTextHint(n); in CopyAttr()
282 SwpHints * const pHts = pTxtNd->GetpSwpHints(); in ChgNode() local295 if( pHts && pHts->Count() ) in ChgNode()300 for( sal_uInt16 i = pHts->Count(); i; ) in ChgNode()303 SwTxtAttr * const pAttr = pHts->GetTextHint( --i ); in ChgNode()
1472 const SwpHints* pHts; in RequestObjectResize() local1481 0 != ( pHts = pTNd->GetpSwpHints() )) in RequestObjectResize()1485 for( sal_uInt16 n = 0, nEnd = pHts->Count(); n < nEnd; ++n ) in RequestObjectResize()1486 if( RES_TXTATR_FIELD == ( pItem = &(*pHts)[ n ]->GetAttr())->Which() in RequestObjectResize()
2641 const SwpHints* pHts = pTextNode->GetpSwpHints(); in IsValidNumTxtNd() local2645 if( pHts ) in IsValidNumTxtNd()2648 for( sal_uInt16 n = 0; n < pHts->Count(); ++n ) in IsValidNumTxtNd()2650 const SwTxtAttr* pAttr = (*pHts)[ n ]; in IsValidNumTxtNd()
409 SwpHints* pHts,
Completed in 137 milliseconds