Searched refs:ScUndoPageBreak (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sc/source/ui/undo/ |
H A D | undocell.cxx | 59 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()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | undocell.hxx | 161 class ScUndoPageBreak: public ScSimpleUndo class 165 ScUndoPageBreak( ScDocShell* pNewDocShell, 168 virtual ~ScUndoPageBreak();
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 3313 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 58 milliseconds