Searched refs:nCommentID (Results 1 – 13 of 13) sorted by relevance
/trunk/main/reportdesign/source/ui/misc/ |
H A D | RptUndo.cxx | 124 ,sal_uInt16 nCommentID) in DBG_NAME() 125 : OCommentUndoAction(_rMod,nCommentID) in DBG_NAME() 234 ,sal_uInt16 nCommentID) in OReportSectionUndo() argument 235 : OSectionUndo(_rMod,_nSlot,_eAction,nCommentID) in OReportSectionUndo() 273 ,sal_uInt16 nCommentID) in OGroupSectionUndo() argument 274 : OSectionUndo(_rMod,_nSlot,_eAction,nCommentID) in OGroupSectionUndo() 339 ,sal_uInt16 nCommentID in OGroupUndo() argument 343 : OCommentUndoAction(_rMod,nCommentID) in OGroupUndo()
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | QueryTabWinUndoAct.cxx | 54 …signFieldUndoAct::OQueryDesignFieldUndoAct(OSelectionBrowseBox* pSelBrwBox, sal_uInt16 nCommentID) in DBG_NAME() 55 : OCommentUndoAction(nCommentID) in DBG_NAME() 71 OQueryTabWinUndoAct::OQueryTabWinUndoAct(OQueryTableView* pOwner, sal_uInt16 nCommentID) in DBG_NAME() 72 :OQueryDesignUndoAction(pOwner, nCommentID) in DBG_NAME()
|
H A D | QueryDesignFieldUndoAct.hxx | 53 OQueryDesignFieldUndoAct(OSelectionBrowseBox* pSelBrwBox, sal_uInt16 nCommentID); 111 …t(OSelectionBrowseBox* pSelBrwBox, sal_uInt16 nCommentID) : OQueryDesignFieldUndoAct(pSelBrwBox, n… in OTabFieldUndoAct() argument
|
H A D | QueryDesignUndoAction.hxx | 42 …eryDesignUndoAction(OJoinTableView* pOwner, sal_uInt16 nCommentID) : OCommentUndoAction(nCommentID… in OQueryDesignUndoAction() argument
|
H A D | QueryTabConnUndoAction.cxx | 63 OQueryTabConnUndoAction::OQueryTabConnUndoAction(OQueryTableView* pOwner, sal_uInt16 nCommentID) in OQueryTabConnUndoAction() argument 64 :OQueryDesignUndoAction(pOwner, nCommentID) in OQueryTabConnUndoAction()
|
H A D | QueryTabConnUndoAction.hxx | 42 OQueryTabConnUndoAction(OQueryTableView* pOwner, sal_uInt16 nCommentID);
|
H A D | QueryTabWinUndoAct.hxx | 53 OQueryTabWinUndoAct(OQueryTableView* pOwner, sal_uInt16 nCommentID);
|
/trunk/main/reportdesign/source/ui/inc/ |
H A D | RptUndo.hxx | 66 ,sal_uInt16 nCommentID); 94 ,sal_uInt16 nCommentID); 121 ,sal_uInt16 nCommentID); 141 ,sal_uInt16 nCommentID
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | GeneralUndo.hxx | 48 OCommentUndoAction(sal_uInt16 nCommentID) { m_strComment = String(ModuleRes(nCommentID)); } in OCommentUndoAction() argument
|
/trunk/main/reportdesign/source/core/sdr/ |
H A D | UndoActions.cxx | 95 OCommentUndoAction::OCommentUndoAction(SdrModel& _rMod,sal_uInt16 nCommentID) in DBG_NAME() 100 if ( nCommentID ) in DBG_NAME() 101 m_strComment = String(ModuleRes(nCommentID)); in DBG_NAME()
|
/trunk/main/dbaccess/source/ui/tabledesign/ |
H A D | TableUndo.hxx | 56 OTableDesignUndoAct( OTableRowView* pOwner ,sal_uInt16 nCommentID); 69 OTableEditorUndoAct( OTableEditorCtrl* pOwner,sal_uInt16 nCommentID );
|
H A D | TableUndo.cxx | 71 …OTableDesignUndoAct( OTableRowView* pOwner,sal_uInt16 nCommentID ) : OCommentUndoAction(nCommentID) in OTableDesignUndoAct() argument
|
/trunk/main/reportdesign/inc/ |
H A D | UndoActions.hxx | 176 ,sal_uInt16 nCommentID);
|
Completed in 35 milliseconds