Searched refs:ScUndoPaste (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/sc/source/ui/undo/ |
H A D | undoblk.cxx | 70 TYPEINIT1(ScUndoPaste, SfxUndoAction); 149 if ( pWrappedAction && pWrappedAction->ISA( ScUndoPaste ) ) in Merge() 872 ScUndoPaste::ScUndoPaste( ScDocShell* pNewDocShell, in ScUndoPaste() function in ScUndoPaste 906 __EXPORT ScUndoPaste::~ScUndoPaste() in ~ScUndoPaste() 914 String __EXPORT ScUndoPaste::GetComment() const in GetComment() 919 void ScUndoPaste::SetChangeTrack() in SetChangeTrack() 929 void ScUndoPaste::DoChange( const sal_Bool bUndo ) in DoChange() 1082 void __EXPORT ScUndoPaste::Undo() in Undo() 1091 void __EXPORT ScUndoPaste::Redo() in Redo() 1102 void __EXPORT ScUndoPaste::Repeat(SfxRepeatTarget& rTarget) in Repeat() [all …]
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | undoblk.hxx | 188 class ScUndoPaste: public ScBlockUndo class 192 ScUndoPaste( ScDocShell* pNewDocShell, 201 virtual ~ScUndoPaste();
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfun3.cxx | 1490 SfxUndoAction* pUndo = new ScUndoPaste( pDocSh, in PasteFromClip() 1684 ScUndoPaste* pUndo = new ScUndoPaste(pDocSh, in PasteMultiRangesFromClip()
|
H A D | viewfun4.cxx | 155 new ScUndoPaste( pDocSh, nStartCol,nStartRow,nTab, nStartCol,nEndRow,nTab, in PasteRTF()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | impex.cxx | 270 new ScUndoPaste( pDocSh, in EndPaste()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 1186 new ScUndoPaste( &rDocShell, in lcl_PutDataArray() 1275 new ScUndoPaste( &rDocShell, in lcl_PutFormulaArray()
|
Completed in 596 milliseconds