Searched refs:appendUndoAction (Results 1 – 2 of 2) sorted by relevance
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.cxx | 624 appendUndoAction(_sOldAlias,_sAlias,BROW_TABLE_ROW,_bListAction); in notifyTableFieldChanged() 631 appendUndoAction(_sOldFunctionName,_sFunctionName,BROW_FUNCTION_ROW,_bListAction); in notifyFunctionFieldChanged() 829 … appendUndoAction(aSelectionAlias,aSelEntry->GetFieldAlias(),BROW_COLUMNALIAS_ROW,_bListAction); in saveField() 1129 appendUndoAction(g_strZero,g_strOne,BROW_VIS_ROW,bListAction); in SaveModified() 1262 appendUndoAction(strOldCellContents,sNewValue,nRow); in SaveModified() 1272 appendUndoAction(g_strZero,g_strOne,BROW_VIS_ROW,bListAction); in SaveModified() 2636 void OSelectionBrowseBox::appendUndoAction(const String& _rOldValue,const String& _rNewValue,sal_In… in appendUndoAction() function in OSelectionBrowseBox 2645 appendUndoAction(_rOldValue,_rNewValue,_nRow); in appendUndoAction() 2649 void OSelectionBrowseBox::appendUndoAction(const String& _rOldValue,const String& _rNewValue,sal_In… in appendUndoAction() function in OSelectionBrowseBox
|
H A D | SelectionBrowseBox.hxx | 256 …void appendUndoAction(const String& _rOldValue,const String& _rNewValue,sal_Int32 _nRow,sal_Bool… 257 void appendUndoAction(const String& _rOldValue,const String& _rNewValue,sal_Int32 _nRow);
|
Completed in 40 milliseconds