Home
last modified time | relevance | path

Searched refs:pNewSttNds (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sw/source/core/undo/
H A Duntbl.cxx1560 Ptrs.pNewSttNds = 0; in SwUndoTblNdsChg()
1583 Ptrs.pNewSttNds = 0; in SwUndoTblNdsChg()
1610 delete Ptrs.pNewSttNds; in ~SwUndoTblNdsChg()
1622 Ptrs.pNewSttNds = new SvULongs( (sal_uInt8)(rTblBoxes.Count() - rOld.Count()), 5 ); in SaveNewBoxes()
1630 InsertSort( *Ptrs.pNewSttNds, rTblBoxes[ i ]->GetSttIdx() ); in SaveNewBoxes()
1635 InsertSort( *Ptrs.pNewSttNds, rTblBoxes[ i ]->GetSttIdx() ); in SaveNewBoxes()
1675 Ptrs.pNewSttNds = new SvULongs( (sal_uInt8)(rTblBoxes.Count() - rOld.Count()), 5 ); in SaveNewBoxes()
1693 InsertSort( *Ptrs.pNewSttNds, pBox->GetSttIdx(), &nInsPos ); in SaveNewBoxes()
1812 aTmp.Insert( Ptrs.pNewSttNds, 0 ); in UndoImpl()
1854 for( sal_uInt16 n = Ptrs.pNewSttNds->Count(); n; ) in UndoImpl()
[all …]
/aoo4110/main/sw/source/core/inc/
H A DUndoTable.hxx184 SvULongs* pNewSttNds; member

Completed in 33 milliseconds