Home
last modified time | relevance | path

Searched refs:ScUndoEnterValue (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/undo/
H A Dundocell.cxx57 TYPEINIT1(ScUndoEnterValue, ScSimpleUndo);
351 ScUndoEnterValue::ScUndoEnterValue( ScDocShell* pNewDocShell, const ScAddress& rNewPos, in ScUndoEnterValue() function in ScUndoEnterValue
362 __EXPORT ScUndoEnterValue::~ScUndoEnterValue() in ~ScUndoEnterValue()
368 String __EXPORT ScUndoEnterValue::GetComment() const in GetComment()
373 void ScUndoEnterValue::SetChangeTrack() in SetChangeTrack()
388 void __EXPORT ScUndoEnterValue::Undo() in Undo()
406 void __EXPORT ScUndoEnterValue::Redo() in Redo()
419 void __EXPORT ScUndoEnterValue::Repeat(SfxRepeatTarget& /* rTarget */) in Repeat()
424 sal_Bool __EXPORT ScUndoEnterValue::CanRepeat(SfxRepeatTarget& /* rTarget */) const in CanRepeat()
/trunk/main/sc/source/ui/inc/
H A Dundocell.hxx107 class ScUndoEnterValue: public ScSimpleUndo class
111 ScUndoEnterValue( ScDocShell* pNewDocShell,
114 virtual ~ScUndoEnterValue();
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx709 new ScUndoEnterValue( pDocSh, aPos, pUndoCell, rValue, bNeedHeight ) ); in EnterValue()

Completed in 37 milliseconds