Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/undo/
H A Dundocell.cxx59 TYPEINIT1(ScUndoPageBreak, ScSimpleUndo);
524 ScUndoPageBreak::ScUndoPageBreak( ScDocShell* pNewDocShell, in ScUndoPageBreak() function in ScUndoPageBreak
536 __EXPORT ScUndoPageBreak::~ScUndoPageBreak() in ~ScUndoPageBreak()
540 String __EXPORT ScUndoPageBreak::GetComment() const in GetComment()
554 void ScUndoPageBreak::DoChange( sal_Bool bInsertP ) const in DoChange()
572 void __EXPORT ScUndoPageBreak::Undo() in Undo()
579 void __EXPORT ScUndoPageBreak::Redo() in Redo()
586 void __EXPORT ScUndoPageBreak::Repeat(SfxRepeatTarget& rTarget) in Repeat()
599 sal_Bool __EXPORT ScUndoPageBreak::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
/trunk/main/sc/source/ui/inc/
H A Dundocell.hxx161 class ScUndoPageBreak: public ScSimpleUndo class
165 ScUndoPageBreak( ScDocShell* pNewDocShell,
168 virtual ~ScUndoPageBreak();
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx3313 new ScUndoPageBreak( &rDocShell, rPos.Col(), rPos.Row(), nTab, bColumn, sal_True ) ); in InsertPageBreak()
3378 new ScUndoPageBreak( &rDocShell, rPos.Col(), rPos.Row(), nTab, bColumn, sal_False ) ); in RemovePageBreak()

Completed in 38 milliseconds