Searched refs:ScUndoEnterData (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/ui/undo/ |
H A D | undocell.cxx | 56 TYPEINIT1(ScUndoEnterData, ScSimpleUndo); 172 ScUndoEnterData::ScUndoEnterData( ScDocShell* pNewDocShell, in ScUndoEnterData() function in ScUndoEnterData 192 __EXPORT ScUndoEnterData::~ScUndoEnterData() in ~ScUndoEnterData() 206 String __EXPORT ScUndoEnterData::GetComment() const in GetComment() 211 void ScUndoEnterData::DoChange() const in DoChange() 228 void ScUndoEnterData::SetChangeTrack() in SetChangeTrack() 253 void __EXPORT ScUndoEnterData::Undo() in Undo() 298 void __EXPORT ScUndoEnterData::Redo() in Redo() 331 void __EXPORT ScUndoEnterData::Repeat(SfxRepeatTarget& rTarget) in Repeat() 340 sal_Bool __EXPORT ScUndoEnterData::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
|
/trunk/main/sc/source/ui/inc/ |
H A D | undocell.hxx | 71 class ScUndoEnterData: public ScSimpleUndo class 75 ScUndoEnterData( ScDocShell* pNewDocShell, 80 virtual ~ScUndoEnterData();
|
/trunk/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 642 new ScUndoEnterData( pDocSh, nCol, nRow, nTab, nUndoPos, pTabs, in EnterData() 835 new ScUndoEnterData( pDocSh, nCol, nRow, nTab, nPos, pTabs, in EnterData()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 779 …rDocShell.GetUndoManager()->AddUndoAction(new ScUndoEnterData( &rDocShell, rPos.Col(),rPos.Row(),r… in SetNormalString()
|
Completed in 60 milliseconds