Lines Matching refs:aIdx

1311                     SwIndex aIdx( this, *pAttr->GetStart() );  in InsertHint()  local
1313 InsertText( c, aIdx, nInsertFlags ); in InsertHint()
1320 pAnchor->GetCntntAnchor()->nContent == aIdx ) in InsertHint()
1493 SwIndex aIdx( this, *pAttr->GetStart() ); in InsertHint() local
1494 InsertText( GetCharOfTxtAttr(*pAttr), aIdx, nInsertFlags ); in InsertHint()
1521 SwIndex aIdx( this, *pAttr->GetStart() ); in InsertHint() local
1522 InsertText( CH_TXT_ATR_INPUTFIELDSTART, aIdx, nInsertFlags ); in InsertHint()
1524 InsertText( aContent, aIdx, nInsertFlags ); in InsertHint()
1525 InsertText( CH_TXT_ATR_INPUTFIELDEND, aIdx, nInsertFlags ); in InsertHint()
1540 SwIndex aIdx( this, *pAttr->GetStart() ); in InsertHint() local
1541 InsertText( CH_TXT_ATR_INPUTFIELDSTART, aIdx, nInsertFlags ); in InsertHint()
1557 SwIndex aIdx( this, *(pEnd) ); in InsertHint() local
1558 InsertText( CH_TXT_ATR_INPUTFIELDEND, aIdx, nInsertFlags ); in InsertHint()
1615 SwIndex aIdx( this, nStart ); in InsertHint() local
1616 EraseText( aIdx, 1 ); in InsertHint()
1624 SwIndex aIdx( this, nStart ); in InsertHint() local
1625 EraseText( aIdx, (nEnd - nStart) ); in InsertHint()
1632 SwIndex aIdx( this, nEnd - 1 ); in InsertHint() local
1633 EraseText( aIdx, 1 ); in InsertHint()
1638 SwIndex aIdx( this, nStart ); in InsertHint() local
1639 EraseText( aIdx, 1 ); in InsertHint()
1669 const SwIndex aIdx( this, *pAttr->GetStart() ); in DeleteAttribute() local
1671 EraseText( aIdx, 1 ); in DeleteAttribute()
1675 const SwIndex aIdx( this, *pAttr->GetStart() ); in DeleteAttribute() local
1677 EraseText( aIdx, *pAttr->End() - *pAttr->GetStart() ); in DeleteAttribute()
1742 const SwIndex aIdx( this, nStart ); in DeleteAttributes() local
1744 EraseText( aIdx, 1 ); in DeleteAttributes()
1748 const SwIndex aIdx( this, nStart ); in DeleteAttributes() local
1750 EraseText( aIdx, *pTxtHt->End() - nStart ); in DeleteAttributes()
1779 const SwIndex aIdx( this, nFndPos ); in DelSoftHyph() local
1780 EraseText( aIdx, 1 ); in DelSoftHyph()