Searched refs:SwSortUndoElement (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sw/source/core/undo/ |
H A D | unsort.cxx | 47 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()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | UndoSort.hxx | 39 struct SwSortUndoElement struct 51 SwSortUndoElement( const String& aS, const String& aT ) in SwSortUndoElement() argument 56 SwSortUndoElement( sal_uLong nS, sal_uLong nT ) in SwSortUndoElement() argument 62 ~SwSortUndoElement(); 65 SV_DECL_PTRARR_DEL(SwSortList, SwSortUndoElement*, 10,30)
|
Completed in 22 milliseconds