Home
last modified time | relevance | path

Searched refs:OPrimKeyUndoAct (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/tabledesign/
H A DTableUndo.cxx297 OPrimKeyUndoAct::OPrimKeyUndoAct( OTableEditorCtrl* pOwner, const MultiSelection& aDeletedKeys, con… in OPrimKeyUndoAct() function in OPrimKeyUndoAct
305 OPrimKeyUndoAct::~OPrimKeyUndoAct() in ~OPrimKeyUndoAct()
309 void OPrimKeyUndoAct::Undo() in Undo()
335 void OPrimKeyUndoAct::Redo() in Redo()
H A DTableUndo.hxx122 class OPrimKeyUndoAct final : public OTableEditorUndoAct class
131OPrimKeyUndoAct( OTableEditorCtrl* pOwner, const MultiSelection& aDeletedKeys, const MultiSelectio…
132 virtual ~OPrimKeyUndoAct() override;
H A DTEditControl.cxx1567 …GetUndoManager().AddUndoAction( std::make_unique<OPrimKeyUndoAct>(this, aDeletedPrimKeys, aInserte… in SetPrimaryKey()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/tabledesign/
H A DTableUndo.cxx305 OPrimKeyUndoAct::OPrimKeyUndoAct( OTableEditorCtrl* pOwner, const MultiSelection& aDeletedKeys, con… in OPrimKeyUndoAct() function in OPrimKeyUndoAct
313 OPrimKeyUndoAct::~OPrimKeyUndoAct() in ~OPrimKeyUndoAct()
317 void OPrimKeyUndoAct::Undo() in Undo()
343 void OPrimKeyUndoAct::Redo() in Redo()
H A DTableUndo.hxx123 class OPrimKeyUndoAct final : public OTableEditorUndoAct class
132OPrimKeyUndoAct( OTableEditorCtrl* pOwner, const MultiSelection& aDeletedKeys, const MultiSelectio…
133 virtual ~OPrimKeyUndoAct() override;
H A DTEditControl.cxx1528 …GetUndoManager().AddUndoAction( std::make_unique<OPrimKeyUndoAct>(this, aDeletedPrimKeys, aInserte… in SetPrimaryKey()