Searched refs:OCommentUndoAction (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/reportdesign/source/core/sdr/ |
H A D | UndoActions.cxx | 92 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()
|
/aoo41x/main/reportdesign/inc/ |
H A D | UndoActions.hxx | 167 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
|
/aoo41x/main/reportdesign/source/ui/misc/ |
H A D | RptUndo.cxx | 117 TYPEINIT1( OSectionUndo, OCommentUndoAction ); 124 : OCommentUndoAction(_rMod,nCommentID) in DBG_NAME() 335 TYPEINIT1( OGroupUndo, OCommentUndoAction ); 342 : OCommentUndoAction(_rMod,nCommentID) in OGroupUndo()
|
/aoo41x/main/dbaccess/source/ui/querydesign/ |
H A D | QueryDesignUndoAction.hxx | 36 class OQueryDesignUndoAction : public OCommentUndoAction 42 …OQueryDesignUndoAction(OJoinTableView* pOwner, sal_uInt16 nCommentID) : OCommentUndoAction(nCommen… in OQueryDesignUndoAction()
|
H A D | QueryDesignFieldUndoAct.hxx | 43 class OQueryDesignFieldUndoAct : public OCommentUndoAction
|
H A D | QueryTabWinUndoAct.cxx | 55 : OCommentUndoAction(nCommentID) in DBG_NAME()
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | GeneralUndo.hxx | 39 class OCommentUndoAction : public SfxUndoAction class 48 OCommentUndoAction(sal_uInt16 nCommentID) { m_strComment = String(ModuleRes(nCommentID)); } in OCommentUndoAction() function in dbaui::OCommentUndoAction
|
H A D | undosqledit.hxx | 39 class OSqlEditUndoAct : public OCommentUndoAction 50 …OSqlEditUndoAct(OSqlEdit* pEdit) : OCommentUndoAction(STR_QUERY_UNDO_MODIFYSQLEDIT), m_pOwner(pEdi… in OSqlEditUndoAct()
|
/aoo41x/main/dbaccess/source/ui/tabledesign/ |
H A D | TableUndo.cxx | 57 TYPEINIT1( OCommentUndoAction, SfxUndoAction ); 58 TYPEINIT1( OTableDesignUndoAct, OCommentUndoAction ); 71 …OTableDesignUndoAct( OTableRowView* pOwner,sal_uInt16 nCommentID ) : OCommentUndoAction(nCommentID) in OTableDesignUndoAct()
|
H A D | TableUndo.hxx | 47 class OTableDesignUndoAct : public OCommentUndoAction
|
/aoo41x/main/reportdesign/source/ui/inc/ |
H A D | RptUndo.hxx | 44 class OSectionUndo : public OCommentUndoAction 129 class OGroupUndo : public OCommentUndoAction
|
Completed in 38 milliseconds