Home
last modified time | relevance | path

Searched refs:pHts (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sw/source/core/crsr/
H A Dfindtxt.cxx73 const SwpHints *pHts = rNd.GetpSwpHints(); in lcl_CleanStr() local
86 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 …]
/trunk/main/sw/source/core/txtnode/
H A Dtxatritr.cxx202 const SwpHints* pHts = rTxtNd.GetpSwpHints(); in SearchNextChg() local
203 if( pHts ) in SearchNextChg()
213 for( ; nAttrPos < pHts->Count(); ++nAttrPos ) in SearchNextChg()
215 const SwTxtAttr* pHt = (*pHts)[ nAttrPos ]; in SearchNextChg()
/trunk/main/sw/source/core/doc/
H A Ddocruby.cxx219 const SwpHints* pHts = pTNd->GetpSwpHints(); in _SelectNextRubyChars() local
221 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()
H A Ddocedt.cxx1676 SwpHints* pHts; in DeleteRangeImplImpl() local
1677 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()
/trunk/main/sw/source/core/undo/
H A Drolbck.cxx1322 SwpHints* pHts, in CopyAttr() argument
1328 if( !pHts ) in CopyAttr()
1335 for( sal_uInt16 n = 0; n < pHts->Count(); n++ ) in CopyAttr()
1337 pHt = pHts->GetTextHint(n); in CopyAttr()
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx282 SwpHints * const pHts = pTxtNd->GetpSwpHints(); in ChgNode() local
295 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()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx1472 const SwpHints* pHts; in RequestObjectResize() local
1481 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()
/trunk/main/sw/source/core/table/
H A Dswtable.cxx2641 const SwpHints* pHts = pTextNode->GetpSwpHints(); in IsValidNumTxtNd() local
2645 if( pHts ) in IsValidNumTxtNd()
2648 for( sal_uInt16 n = 0; n < pHts->Count(); ++n ) in IsValidNumTxtNd()
2650 const SwTxtAttr* pAttr = (*pHts)[ n ]; in IsValidNumTxtNd()
/trunk/main/sw/source/core/inc/
H A Drolbck.hxx409 SwpHints* pHts,

Completed in 79 milliseconds