Lines Matching refs:dpos

125 bool pt_PieceTable::insertStrux(PT_DocPosition dpos,  in insertStrux()  argument
139 bool bFoundContainer = _getStruxFromPosition(dpos,&pfsContainer); // the orig. strux in insertStrux()
161 return _realInsertStrux(dpos,pts,ppRevAttrib,ppRevProps,ppfs_ret); in insertStrux()
165 return _realInsertStrux(dpos,pts,0,0,ppfs_ret); in insertStrux()
169 bool pt_PieceTable::insertStrux(PT_DocPosition dpos, in insertStrux() argument
181 bool bFoundContainer = _getStruxFromPosition(dpos,&pfsContainer); // the orig. strux in insertStrux()
232 bool bRet = _realInsertStrux(dpos,pts,ppRevAttrib,properties,ppfs_ret); in insertStrux()
238 return _realInsertStrux(dpos,pts,attributes,properties,ppfs_ret); in insertStrux()
451 bool pt_PieceTable::_realInsertStrux(PT_DocPosition dpos, in _realInsertStrux() argument
472 bool bFoundFrag = getFragFromPosition(dpos,&pf,&fragOffset); in _realInsertStrux()
478 bool bFoundContainer = _getStruxFromPosition(dpos,&pfsContainer); in _realInsertStrux()
486 dpos--; in _realInsertStrux()
536 insertObject(dpos, PTO_Hyperlink,NULL,NULL); in _realInsertStrux()
537 dpos++; in _realInsertStrux()
551 bFoundFrag = getFragFromPosition(dpos,&pf,&fragOffset); in _realInsertStrux()
606 _insertFmtMarkAfterBlockWithNotify(pfsContainer,dpos,apFmtMark); in _realInsertStrux()
621 _insertFmtMarkAfterBlockWithNotify(pfsContainer,dpos,apFmtMark); in _realInsertStrux()
643 dpos = pfsNew->getPrev()->getPos() + pfsNew->getPrev()->getLength(); in _realInsertStrux()
647 dpos,indexAP,pfsNew->getXID(), pts); in _realInsertStrux()
657 dpos = pfsNew->getPos(); in _realInsertStrux()
659 _insertFmtMarkAfterBlockWithNotify(pfsNew,dpos+pfsNew->getLength(),apFmtMark); in _realInsertStrux()