Searched refs:InsertSort (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sw/source/core/fields/ |
H A D | expfld.cxx | 553 extern void InsertSort( SvUShorts& rArr, sal_uInt16 nIdx, sal_uInt16* pInsPos = 0 ); in SetSeqRefNo() 566 InsertSort( aArr, ((SwSetExpField*)pF->GetField())->GetSeqNumber() ); in SetSeqRefNo() 607 rList.InsertSort( pNew ); in GetSeqFldList() 705 sal_Bool SwSeqFldList::InsertSort( _SeqFldLstElem* pNew ) in InsertSort() function in SwSeqFldList
|
H A D | reffld.cxx | 74 extern void InsertSort( SvUShorts& rArr, sal_uInt16 nIdx, sal_uInt16* pInsPos = 0 );
|
/aoo42x/main/sw/source/core/undo/ |
H A D | untbl.cxx | 193 void InsertSort( SvUShorts& rArr, sal_uInt16 nIdx, sal_uInt16* pInsPos = 0 ); 194 void InsertSort( SvULongs& rArr, sal_uLong nIdx, sal_uInt16* pInsPos = 0 ); 1630 InsertSort( *Ptrs.pNewSttNds, rTblBoxes[ i ]->GetSttIdx() ); in SaveNewBoxes() 1635 InsertSort( *Ptrs.pNewSttNds, rTblBoxes[ i ]->GetSttIdx() ); in SaveNewBoxes() 1693 InsertSort( *Ptrs.pNewSttNds, pBox->GetSttIdx(), &nInsPos ); in SaveNewBoxes() 2201 InsertSort( aBoxes, rBoxes[n]->GetSttIdx() ); in SetSelBoxes() 3204 void InsertSort( SvUShorts& rArr, sal_uInt16 nIdx, sal_uInt16* pInsPos ) in InsertSort() function 3231 void InsertSort( SvULongs& rArr, sal_uLong nIdx, sal_uInt16* pInsPos ) in InsertSort() function
|
/aoo42x/main/sw/inc/ |
H A D | expfld.hxx | 64 sal_Bool InsertSort( _SeqFldLstElem* );
|
/aoo42x/main/sw/source/core/edit/ |
H A D | edattr.cxx | 315 while( rList.InsertSort( pNew ) ) in GetSeqFtnList()
|
Completed in 86 milliseconds