summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inc/Undo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/inc/Undo.hxx')
-rw-r--r--reportdesign/source/ui/inc/Undo.hxx48
1 files changed, 24 insertions, 24 deletions
diff --git a/reportdesign/source/ui/inc/Undo.hxx b/reportdesign/source/ui/inc/Undo.hxx
index 199ecd92c1f8..4e3a35e161aa 100644
--- a/reportdesign/source/ui/inc/Undo.hxx
+++ b/reportdesign/source/ui/inc/Undo.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -41,8 +41,8 @@ namespace dbaui
namespace rptui
{
class OObjectBase;
-
-
+
+
/** \class OSectionUndo
* Undo class for section add and remove.
*/
@@ -51,12 +51,12 @@ namespace rptui
OSectionUndo(const OSectionUndo&);
void operator =(const OSectionUndo&);
protected:
- ::std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape> >
+ ::std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape> >
m_aControls;
- ::std::vector< ::std::pair< ::rtl::OUString ,::com::sun::star::uno::Any> >
+ ::std::vector< ::std::pair< ::rtl::OUString ,::com::sun::star::uno::Any> >
m_aValues;
- Action m_eAction;
- sal_uInt16 m_nSlot;
+ Action m_eAction;
+ sal_uInt16 m_nSlot;
bool m_bInserted;
virtual void implReInsert( ) = 0;
@@ -65,21 +65,21 @@ namespace rptui
void collectControls(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _xSection);
public:
TYPEINFO();
- OSectionUndo( OReportModel& rMod
+ OSectionUndo( OReportModel& rMod
,sal_uInt16 _nSlot
,Action _eAction
,USHORT nCommentID);
virtual ~OSectionUndo();
- virtual void Undo();
- virtual void Redo();
+ virtual void Undo();
+ virtual void Redo();
};
/** Undo action for the group header, footer, page header, footer
*/
class OReportSectionUndo : public OSectionUndo
{
- OReportHelper m_aReportHelper;
+ OReportHelper m_aReportHelper;
::std::mem_fun_t< ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >
,OReportHelper> m_pMemberFunction;
@@ -89,8 +89,8 @@ namespace rptui
void operator =(const OReportSectionUndo&);
public:
TYPEINFO();
- //OReportSectionUndo( const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _xSection
- OReportSectionUndo( OReportModel& rMod
+ //OReportSectionUndo( const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _xSection
+ OReportSectionUndo( OReportModel& rMod
,sal_uInt16 _nSlot
,::std::mem_fun_t< ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >
,OReportHelper> _pMemberFunction
@@ -104,7 +104,7 @@ namespace rptui
*/
class OGroupSectionUndo : public OSectionUndo
{
- OGroupHelper m_aGroupHelper;
+ OGroupHelper m_aGroupHelper;
::std::mem_fun_t< ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >
,OGroupHelper> m_pMemberFunction;
@@ -116,8 +116,8 @@ namespace rptui
void operator =(const OGroupSectionUndo&);
public:
TYPEINFO();
- //OGroupSectionUndo( const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _xSection
- OGroupSectionUndo( OReportModel& rMod
+ //OGroupSectionUndo( const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _xSection
+ OGroupSectionUndo( OReportModel& rMod
,sal_uInt16 _nSlot
,::std::mem_fun_t< ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >
,OGroupHelper> _pMemberFunction
@@ -125,7 +125,7 @@ namespace rptui
,Action _eAction
,USHORT nCommentID);
- virtual String GetComment() const;
+ virtual String GetComment() const;
};
/** /class OGroupUndo
@@ -133,10 +133,10 @@ namespace rptui
*/
class OGroupUndo : public OCommentUndoAction
{
- ::com::sun::star::uno::Reference< ::com::sun::star::report::XGroup> m_xGroup; ///<! the group for the undo redo action
- ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition > m_xReportDefinition; ///<! the parent report definition
- Action m_eAction; ///<! the current action
- sal_Int32 m_nLastPosition; ///<! the last position of the group
+ ::com::sun::star::uno::Reference< ::com::sun::star::report::XGroup> m_xGroup; ///<! the group for the undo redo action
+ ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition > m_xReportDefinition; ///<! the parent report definition
+ Action m_eAction; ///<! the current action
+ sal_Int32 m_nLastPosition; ///<! the last position of the group
void implReInsert( );
void implReRemove( );
@@ -144,11 +144,11 @@ namespace rptui
TYPEINFO();
OGroupUndo(OReportModel& rMod
,USHORT nCommentID
- ,Action _eAction
+ ,Action _eAction
,const ::com::sun::star::uno::Reference< ::com::sun::star::report::XGroup>& _xGroup
,const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition >& _xReportDefinition);
- virtual void Undo();
- virtual void Redo();
+ virtual void Undo();
+ virtual void Redo();
};
}
#endif // RPTUI_UNDO_HXX