Searched refs:ScUndoEnterValue (Results 1 – 3 of 3) sorted by relevance
57 TYPEINIT1(ScUndoEnterValue, ScSimpleUndo);351 ScUndoEnterValue::ScUndoEnterValue( ScDocShell* pNewDocShell, const ScAddress& rNewPos, in ScUndoEnterValue() function in ScUndoEnterValue362 __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()
107 class ScUndoEnterValue: public ScSimpleUndo class111 ScUndoEnterValue( ScDocShell* pNewDocShell,114 virtual ~ScUndoEnterValue();
709 new ScUndoEnterValue( pDocSh, aPos, pUndoCell, rValue, bNeedHeight ) ); in EnterValue()
Completed in 78 milliseconds