Lines Matching refs:pOwner

71 OTableDesignUndoAct::OTableDesignUndoAct( OTableRowView* pOwner,sal_uInt16 nCommentID ) : OCommentU…  in OTableDesignUndoAct()  argument
72 ,m_pTabDgnCtrl( pOwner ) in OTableDesignUndoAct()
115 OTableDesignCellUndoAct::OTableDesignCellUndoAct( OTableRowView* pOwner, long nRowID, sal_uInt16 nC… in OTableDesignCellUndoAct() argument
116 OTableDesignUndoAct( pOwner ,STR_TABED_UNDO_CELLMODIFIED) in OTableDesignCellUndoAct()
169 OTableEditorUndoAct::OTableEditorUndoAct( OTableEditorCtrl* pOwner,sal_uInt16 _nCommentID ) : in OTableEditorUndoAct() argument
170 OTableDesignUndoAct( pOwner ,_nCommentID) in OTableEditorUndoAct()
171 ,pTabEdCtrl(pOwner) in OTableEditorUndoAct()
186 OTableEditorTypeSelUndoAct::OTableEditorTypeSelUndoAct( OTableEditorCtrl* pOwner, long nRowID, sal_… in OTableEditorTypeSelUndoAct() argument
187 :OTableEditorUndoAct( pOwner ,STR_TABED_UNDO_TYPE_CHANGED) in OTableEditorTypeSelUndoAct()
232 OTableEditorDelUndoAct::OTableEditorDelUndoAct( OTableEditorCtrl* pOwner) : in OTableEditorDelUndoAct() argument
233 OTableEditorUndoAct( pOwner ,STR_TABED_UNDO_ROWDELETED) in OTableEditorDelUndoAct()
238 ::std::vector< ::boost::shared_ptr<OTableRow> >* pOriginalRows = pOwner->GetRowList(); in OTableEditorDelUndoAct()
239 long nIndex = pOwner->FirstSelectedRow(); in OTableEditorDelUndoAct()
249 nIndex = pOwner->NextSelectedRow(); in OTableEditorDelUndoAct()
310 OTableEditorInsUndoAct::OTableEditorInsUndoAct( OTableEditorCtrl* pOwner, in OTableEditorInsUndoAct() argument
313 :OTableEditorUndoAct( pOwner,STR_TABED_UNDO_ROWINSERTED ) in OTableEditorInsUndoAct()
371 OTableEditorInsNewUndoAct::OTableEditorInsNewUndoAct( OTableEditorCtrl* pOwner, long nInsertPositio… in OTableEditorInsNewUndoAct() argument
372 OTableEditorUndoAct( pOwner ,STR_TABED_UNDO_NEWROWINSERTED) in OTableEditorInsNewUndoAct()
425 OPrimKeyUndoAct::OPrimKeyUndoAct( OTableEditorCtrl* pOwner, MultiSelection aDeletedKeys, MultiSelec… in OPrimKeyUndoAct() argument
426 OTableEditorUndoAct( pOwner ,STR_TABLEDESIGN_UNDO_PRIMKEY) in OPrimKeyUndoAct()
429 ,m_pEditorCtrl( pOwner ) in OPrimKeyUndoAct()