Home
last modified time | relevance | path

Searched refs:OCommentUndoAction (Results 1 – 11 of 11) sorted by relevance

/trunk/main/reportdesign/source/core/sdr/
H A DUndoActions.cxx92 TYPEINIT1( OCommentUndoAction, SdrUndoAction );
95 OCommentUndoAction::OCommentUndoAction(SdrModel& _rMod,sal_uInt16 nCommentID) in DBG_NAME()
103 OCommentUndoAction::~OCommentUndoAction() in ~OCommentUndoAction()
108 void OCommentUndoAction::Undo() in Undo()
112 void OCommentUndoAction::Redo() in Redo()
122 :OCommentUndoAction(_rMod,_nCommentId) in OUndoContainerAction()
359 :OCommentUndoAction(rNewMod,0) in ORptUndoPropertyAction()
/trunk/main/reportdesign/inc/
H A DUndoActions.hxx167 class REPORTDESIGN_DLLPUBLIC OCommentUndoAction : public SdrUndoAction class
175 OCommentUndoAction( SdrModel& rMod
177 virtual ~OCommentUndoAction();
186 class REPORTDESIGN_DLLPUBLIC OUndoContainerAction: public OCommentUndoAction
264 class REPORTDESIGN_DLLPUBLIC ORptUndoPropertyAction: public OCommentUndoAction
/trunk/main/reportdesign/source/ui/misc/
H A DRptUndo.cxx118 TYPEINIT1( OSectionUndo, OCommentUndoAction );
125 : OCommentUndoAction(_rMod,nCommentID) in DBG_NAME()
336 TYPEINIT1( OGroupUndo, OCommentUndoAction );
343 : OCommentUndoAction(_rMod,nCommentID) in OGroupUndo()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignUndoAction.hxx36 class OQueryDesignUndoAction : public OCommentUndoAction
42 …OQueryDesignUndoAction(OJoinTableView* pOwner, sal_uInt16 nCommentID) : OCommentUndoAction(nCommen… in OQueryDesignUndoAction()
H A DQueryDesignFieldUndoAct.hxx43 class OQueryDesignFieldUndoAct : public OCommentUndoAction
H A DQueryTabWinUndoAct.cxx55 : OCommentUndoAction(nCommentID) in DBG_NAME()
/trunk/main/dbaccess/source/ui/inc/
H A DGeneralUndo.hxx39 class OCommentUndoAction : public SfxUndoAction class
48 OCommentUndoAction(sal_uInt16 nCommentID) { m_strComment = String(ModuleRes(nCommentID)); } in OCommentUndoAction() function in dbaui::OCommentUndoAction
H A Dundosqledit.hxx39 class OSqlEditUndoAct : public OCommentUndoAction
50 …OSqlEditUndoAct(OSqlEdit* pEdit) : OCommentUndoAction(STR_QUERY_UNDO_MODIFYSQLEDIT), m_pOwner(pEdi… in OSqlEditUndoAct()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableUndo.cxx57 TYPEINIT1( OCommentUndoAction, SfxUndoAction );
58 TYPEINIT1( OTableDesignUndoAct, OCommentUndoAction );
71 …OTableDesignUndoAct( OTableRowView* pOwner,sal_uInt16 nCommentID ) : OCommentUndoAction(nCommentID) in OTableDesignUndoAct()
H A DTableUndo.hxx47 class OTableDesignUndoAct : public OCommentUndoAction
/trunk/main/reportdesign/source/ui/inc/
H A DRptUndo.hxx44 class OSectionUndo : public OCommentUndoAction
129 class OGroupUndo : public OCommentUndoAction

Completed in 76 milliseconds