Searched refs:pInsertPos (Results 1 – 4 of 4) sorted by relevance
162 boost::shared_ptr<SwPosition> pInsertPos; in Copy() local186 pInsertPos.reset( new SwPosition( *aCrsr.GetPoint() ) ); in Copy()187 aInsertList.push_back( pInsertPos ); in Copy()191 pInsertPos.reset( new SwPosition( *pPos ) ); in Copy()194 SwPosition *pTmp = IsBlockMode() ? pInsertPos.get() : pPos; in Copy()
87 sal_uInt32 * pInsertPos ) in Test_Insert() argument107 if( pInsertPos ) in Test_Insert()108 *pInsertPos = nIndex; // place of Element in Test_Insert()122 *pInsertPos = nIndex; // return free place in Test_Insert()
40 sal_Bool Test_Insert( const void *, sal_Bool bInsert, sal_uInt32 * pInsertPos );
195 const SwNodeIndex* pInsertPos ) in _RestFlyInRange() argument206 if( pInsertPos != NULL ) in _RestFlyInRange()207 aPos.nNode = *pInsertPos; in _RestFlyInRange()
Completed in 34 milliseconds