Searched refs:ScUndoApplyPageStyle (Results 1 – 3 of 3) sorted by relevance
46 TYPEINIT1(ScUndoApplyPageStyle, ScSimpleUndo);249 ScUndoApplyPageStyle::ApplyStyleEntry::ApplyStyleEntry( SCTAB nTab, const String& rOldStyle ) : in ApplyStyleEntry()255 ScUndoApplyPageStyle::ScUndoApplyPageStyle( ScDocShell* pDocSh, const String& rNewStyle ) : in ScUndoApplyPageStyle() function in ScUndoApplyPageStyle261 ScUndoApplyPageStyle::~ScUndoApplyPageStyle() in ~ScUndoApplyPageStyle()265 void ScUndoApplyPageStyle::AddSheetAction( SCTAB nTab, const String& rOldStyle ) in AddSheetAction()270 String ScUndoApplyPageStyle::GetComment() const in GetComment()275 void ScUndoApplyPageStyle::Undo() in Undo()286 void ScUndoApplyPageStyle::Redo() in Redo()297 void ScUndoApplyPageStyle::Repeat(SfxRepeatTarget& /* rTarget */) in Repeat()302 sal_Bool ScUndoApplyPageStyle::CanRepeat(SfxRepeatTarget& /* rTarget */) const in CanRepeat()
82 class ScUndoApplyPageStyle: public ScSimpleUndo class86 ScUndoApplyPageStyle( ScDocShell* pDocSh, const String& rNewStyle );87 virtual ~ScUndoApplyPageStyle();
623 ScUndoApplyPageStyle* pUndoAction = 0; in ExecuteStyle()634 … pUndoAction = new ScUndoApplyPageStyle( pDocSh, aStyleName ); in ExecuteStyle()
Completed in 17 milliseconds