Searched refs:ScUndoSelectionStyle (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sc/source/ui/undo/ |
H A D | undoblk.cxx | 74 TYPEINIT1(ScUndoSelectionStyle, SfxUndoAction); 1572 ScUndoSelectionStyle::ScUndoSelectionStyle( ScDocShell* pNewDocShell, in ScUndoSelectionStyle() function in ScUndoSelectionStyle 1586 __EXPORT ScUndoSelectionStyle::~ScUndoSelectionStyle() in ~ScUndoSelectionStyle() 1591 String __EXPORT ScUndoSelectionStyle::GetComment() const in GetComment() 1596 void ScUndoSelectionStyle::DoChange( const sal_Bool bUndo ) in DoChange() 1639 void __EXPORT ScUndoSelectionStyle::Undo() in Undo() 1646 void __EXPORT ScUndoSelectionStyle::Redo() in Redo() 1653 void __EXPORT ScUndoSelectionStyle::Repeat(SfxRepeatTarget& rTarget) in Repeat() 1672 sal_Bool __EXPORT ScUndoSelectionStyle::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat() 1677 sal_uInt16 __EXPORT ScUndoSelectionStyle::GetId() const in GetId()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | undoblk.hxx | 668 class ScUndoSelectionStyle: public ScSimpleUndo class 672 ScUndoSelectionStyle( ScDocShell* pNewDocShell, 677 virtual ~ScUndoSelectionStyle();
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 1493 new ScUndoSelectionStyle( pDocSh, aFuncMark, aMarkRange, aName, pUndoDoc ) ); in SetStyleSheetToMarked() 1526 new ScUndoSelectionStyle( pDocSh, aUndoMark, aMarkRange, aName, pUndoDoc ) ); in SetStyleSheetToMarked()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 1300 new ScUndoSelectionStyle( in ApplyStyle()
|
Completed in 97 milliseconds