Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/undo/
H A Dunsort.cxx54 if( 0xffffffff != SORT_TXT_TBL.TXT.nKenn ) in SV_IMPL_PTRARR()
56 delete SORT_TXT_TBL.TBL.pSource; in SV_IMPL_PTRARR()
57 delete SORT_TXT_TBL.TBL.pTarget; in SV_IMPL_PTRARR()
116 *aSortList[i]->SORT_TXT_TBL.TBL.pSource ); in UndoImpl()
118 *aSortList[i]->SORT_TXT_TBL.TBL.pTarget ); in UndoImpl()
149 if( aSortList[ii]->SORT_TXT_TBL.TXT.nSource == nSttNode + i ) in UndoImpl()
152 aSortList[ii]->SORT_TXT_TBL.TXT.nTarget ); in UndoImpl()
193 (const String&) *aSortList[i]->SORT_TXT_TBL.TBL.pSource ); in RedoImpl()
195 (const String&) *aSortList[i]->SORT_TXT_TBL.TBL.pTarget ); in RedoImpl()
229 aSortList[i]->SORT_TXT_TBL.TXT.nSource); in RedoImpl()
/aoo42x/main/sw/source/core/inc/
H A DUndoSort.hxx49 } SORT_TXT_TBL; member
53 SORT_TXT_TBL.TBL.pSource = new String( aS ); in SwSortUndoElement()
54 SORT_TXT_TBL.TBL.pTarget = new String( aT ); in SwSortUndoElement()
58 SORT_TXT_TBL.TXT.nSource = nS; in SwSortUndoElement()
59 SORT_TXT_TBL.TXT.nTarget = nT; in SwSortUndoElement()
60 SORT_TXT_TBL.TXT.nKenn = 0xffffffff; in SwSortUndoElement()

Completed in 16 milliseconds