Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/ui/undo/
H A Dundostyl.cxx46 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 ScUndoApplyPageStyle
261 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()
/aoo42x/main/sc/source/ui/inc/
H A Dundostyl.hxx82 class ScUndoApplyPageStyle: public ScSimpleUndo class
86 ScUndoApplyPageStyle( ScDocShell* pDocSh, const String& rNewStyle );
87 virtual ~ScUndoApplyPageStyle();
/aoo42x/main/sc/source/ui/view/
H A Dformatsh.cxx623 ScUndoApplyPageStyle* pUndoAction = 0; in ExecuteStyle()
634 … pUndoAction = new ScUndoApplyPageStyle( pDocSh, aStyleName ); in ExecuteStyle()

Completed in 30 milliseconds