Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/undo/
H A Dunsort.cxx47 SV_IMPL_PTRARR(SwSortList, SwSortUndoElement*) in SV_IMPL_PTRARR() argument
51 SwSortUndoElement::~SwSortUndoElement() in SV_IMPL_PTRARR()
266 SwSortUndoElement* pEle = new SwSortUndoElement(rOrgPos, rNewPos); in Insert()
267 aSortList.C40_INSERT( SwSortUndoElement, pEle, aSortList.Count() ); in Insert()
272 SwSortUndoElement* pEle = new SwSortUndoElement(nOrgPos, nNewPos); in Insert()
273 aSortList.C40_INSERT( SwSortUndoElement, pEle, aSortList.Count() ); in Insert()
/trunk/main/sw/source/core/inc/
H A DUndoSort.hxx39 struct SwSortUndoElement struct
51 SwSortUndoElement( const String& aS, const String& aT ) in SwSortUndoElement() function
56 SwSortUndoElement( sal_uLong nS, sal_uLong nT ) in SwSortUndoElement() function
62 ~SwSortUndoElement();
65 SV_DECL_PTRARR_DEL(SwSortList, SwSortUndoElement*, 10,30)

Completed in 18 milliseconds