Searched refs:SwUndoInsert (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sw/source/core/undo/ |
H A D | unins.cxx | 70 String * SwUndoInsert::GetTxtFromDoc() const in GetTxtFromDoc() 90 void SwUndoInsert::Init(const SwNodeIndex & rNd) in Init() 107 SwUndoInsert::SwUndoInsert( const SwNodeIndex& rNd, xub_StrLen nCnt, in SwUndoInsert() function in SwUndoInsert 120 SwUndoInsert::SwUndoInsert( const SwNodeIndex& rNd ) in SwUndoInsert() function in SwUndoInsert 133 sal_Bool SwUndoInsert::CanGrouping( sal_Unicode cIns ) in CanGrouping() 149 sal_Bool SwUndoInsert::CanGrouping( const SwPosition& rPos ) in CanGrouping() 192 SwUndoInsert::~SwUndoInsert() in ~SwUndoInsert() 217 void SwUndoInsert::UndoImpl(::sw::UndoRedoContext & rContext) in UndoImpl() 292 void SwUndoInsert::RedoImpl(::sw::UndoRedoContext & rContext) in RedoImpl() 370 void SwUndoInsert::RepeatImpl(::sw::RepeatContext & rContext) in RepeatImpl() [all …]
|
/trunk/main/sw/source/core/inc/ |
H A D | UndoInsert.hxx | 41 class SwUndoInsert: public SwUndo, private SwUndoSaveCntnt class 63 SwUndoInsert( const SwNodeIndex& rNode, xub_StrLen nCntnt, xub_StrLen nLen, 66 SwUndoInsert( const SwNodeIndex& rNode ); 67 virtual ~SwUndoInsert(); 88 DECL_FIXEDMEMPOOL_NEWDEL(SwUndoInsert)
|
/trunk/main/sw/source/core/doc/ |
H A D | doc.cxx | 820 GetIDocumentUndoRedo().AppendUndo( new SwUndoInsert( rPos.nNode ) ); in AppendTxtNode() 872 SwUndoInsert * const pUndo( new SwUndoInsert( in InsertString() 879 SwUndoInsert * pUndo = NULL; // #111827# in InsertString() 886 SwUndoInsert *const pUndoInsert( in InsertString() 887 dynamic_cast<SwUndoInsert *>(pLastUndo) ); in InsertString() 900 pUndo = new SwUndoInsert( rPos.nNode, nInsPos, 0, nInsertMode, in InsertString() 913 pUndo = new SwUndoInsert( rPos.nNode, nInsPos, 1, nInsertMode, in InsertString()
|
/trunk/main/sw/source/core/bastyp/ |
H A D | swtypes.cxx | 65 IMPL_FIXEDMEMPOOL_NEWDEL( SwUndoInsert, 10, 10 )
|
Completed in 87 milliseconds