Home
last modified time | relevance | path

Searched refs:pInsertPos (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/edit/
H A Deddel.cxx162 boost::shared_ptr<SwPosition> pInsertPos; in Copy() local
186 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()
/trunk/main/idl/source/cmptools/
H A Dhash.cxx87 sal_uInt32 * pInsertPos ) in Test_Insert() argument
107 if( pInsertPos ) in Test_Insert()
108 *pInsertPos = nIndex; // place of Element in Test_Insert()
122 *pInsertPos = nIndex; // return free place in Test_Insert()
/trunk/main/idl/inc/
H A Dhash.hxx40 sal_Bool Test_Insert( const void *, sal_Bool bInsert, sal_uInt32 * pInsertPos );
/trunk/main/sw/source/core/doc/
H A Ddocedt.cxx195 const SwNodeIndex* pInsertPos ) in _RestFlyInRange() argument
206 if( pInsertPos != NULL ) in _RestFlyInRange()
207 aPos.nNode = *pInsertPos; in _RestFlyInRange()

Completed in 36 milliseconds