Home
last modified time | relevance | path

Searched refs:RowInserted (Results 1 – 25 of 70) sorted by relevance

123

/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk/
H A DTreeEnumerator.cs39 model.RowInserted += row_event; in TreeEnumerator()
87 model.RowInserted -= row_event; in Dispose()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Ddatavcmn.cpp82 bool wxDataViewListModel::RowInserted( unsigned int before ) in RowInserted() function in wxDataViewListModel
90 if (!notifier->RowInserted(before)) in RowInserted()
227 virtual bool RowInserted( unsigned int before ) in RowInserted() function in wxDataViewSortedListModelNotifier
381 return wxDataViewListModel::RowInserted( pos ); in ChildRowAppended()
403 return wxDataViewListModel::RowInserted( pos ); in ChildRowPrepended()
426 return wxDataViewListModel::RowInserted( pos ); in ChildRowInserted()
634 bool wxDataViewSortedListModel::RowInserted( unsigned int WXUNUSED(before) ) in RowInserted() function in wxDataViewSortedListModel
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Ddatavcmn.cpp82 bool wxDataViewListModel::RowInserted( unsigned int before ) in RowInserted() function in wxDataViewListModel
90 if (!notifier->RowInserted(before)) in RowInserted()
227 virtual bool RowInserted( unsigned int before ) in RowInserted() function in wxDataViewSortedListModelNotifier
381 return wxDataViewListModel::RowInserted( pos ); in ChildRowAppended()
403 return wxDataViewListModel::RowInserted( pos ); in ChildRowPrepended()
426 return wxDataViewListModel::RowInserted( pos ); in ChildRowInserted()
634 bool wxDataViewSortedListModel::RowInserted( unsigned int WXUNUSED(before) ) in RowInserted() function in wxDataViewSortedListModel
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Ddatavcmn.cpp82 bool wxDataViewListModel::RowInserted( unsigned int before ) in RowInserted() function in wxDataViewListModel
90 if (!notifier->RowInserted(before)) in RowInserted()
227 virtual bool RowInserted( unsigned int before ) in RowInserted() function in wxDataViewSortedListModelNotifier
381 return wxDataViewListModel::RowInserted( pos ); in ChildRowAppended()
403 return wxDataViewListModel::RowInserted( pos ); in ChildRowPrepended()
426 return wxDataViewListModel::RowInserted( pos ); in ChildRowInserted()
634 bool wxDataViewSortedListModel::RowInserted( unsigned int WXUNUSED(before) ) in RowInserted() function in wxDataViewSortedListModel
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Ddatavcmn.cpp82 bool wxDataViewListModel::RowInserted( unsigned int before ) in RowInserted() function in wxDataViewListModel
90 if (!notifier->RowInserted(before)) in RowInserted()
227 virtual bool RowInserted( unsigned int before ) in RowInserted() function in wxDataViewSortedListModelNotifier
381 return wxDataViewListModel::RowInserted( pos ); in ChildRowAppended()
403 return wxDataViewListModel::RowInserted( pos ); in ChildRowPrepended()
426 return wxDataViewListModel::RowInserted( pos ); in ChildRowInserted()
634 bool wxDataViewSortedListModel::RowInserted( unsigned int WXUNUSED(before) ) in RowInserted() function in wxDataViewSortedListModel
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/dlg/
H A Dindexfieldscontrol.cxx152 RowInserted(GetRowCount(), m_aFields.size(), false); in initializeFrom()
154 RowInserted(GetRowCount(), 1, false); in initializeFrom()
294 RowInserted(GetRowCount()); in SaveModified()
386 RowInserted(GetRowCount()); in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/dlg/
H A Dindexfieldscontrol.cxx150 RowInserted(GetRowCount(), m_aFields.size(), false); in initializeFrom()
152 RowInserted(GetRowCount(), 1, false); in initializeFrom()
295 RowInserted(GetRowCount()); in SaveModified()
396 RowInserted(GetRowCount()); in IMPL_LINK()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Ddataview.h77 virtual bool RowInserted( unsigned int before ) = 0;
144 virtual bool RowInserted( unsigned int before );
195 virtual bool RowInserted( unsigned int before );
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Ddataview.h77 virtual bool RowInserted( unsigned int before ) = 0;
144 virtual bool RowInserted( unsigned int before );
195 virtual bool RowInserted( unsigned int before );
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Ddataview.h77 virtual bool RowInserted( unsigned int before ) = 0;
144 virtual bool RowInserted( unsigned int before );
195 virtual bool RowInserted( unsigned int before );
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Ddataview.h77 virtual bool RowInserted( unsigned int before ) = 0;
144 virtual bool RowInserted( unsigned int before );
195 virtual bool RowInserted( unsigned int before );
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/
H A DTreeEnumerator.cs40 model.RowInserted += new RowInsertedHandler (row_inserted); in TreeEnumerator()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/tabledesign/
H A DTableUndo.cxx253 pTabEdCtrl->RowInserted( m_nInsPos, m_vInsertedRows.size() ); in Redo()
291 pTabEdCtrl->RowInserted( m_nInsPos, m_nInsRows ); in Redo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/tabledesign/
H A DTableUndo.cxx259 pTabEdCtrl->RowInserted( m_nInsPos, m_vInsertedRows.size() ); in Redo()
298 pTabEdCtrl->RowInserted( m_nInsPos, m_nInsRows ); in Redo()
H A DTEditControl.cxx129 RowInserted(0, m_pRowList->size()); in Init()
802 RowInserted( nRow,vInsertedUndoRedoRows.size() ); in InsertRows()
828 RowInserted( GetRowCount()-1 ); in DeleteRows()
855 RowInserted( nRow, nInsertRows ); in InsertNewRows()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/atk/
H A DTable.cs17 event Atk.RowInsertedHandler RowInserted; event
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/db/
H A DpgQueryThread.h124 long RowInserted() in RowInserted() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/fmcomp/
H A Dgridctrl.cxx1080 RowInserted(GetRowCount()); in SetOptions()
1327 RowInserted(0, nRecordCount, false); in setDataSource()
1629 void DbGridControl::RowInserted(sal_Int32 nRow, sal_Int32 nNumRows, bool bDoPaint) in RowInserted() function in DbGridControl
1645 EditBrowseBox::RowInserted(nRow, nNumRows, bDoPaint); in RowInserted()
1718 RowInserted(GetRowCount(), -nDelta); in AdjustRows()
2370 RowInserted(0); in SetFilterMode()
2467 RowInserted(GetRowCount()); in DataSourcePropertyChanged()
2676 RowInserted(GetRowCount()); in CellModified()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx361 RowInserted(0, m_nVisibleCount, false); in Init()
1172 RowInserted( GetRowCount()-1 ); in SaveModified()
1688 RowInserted( GetRowCount()-1 ); in DuplicateConditionLevel()
1733 RowInserted( GetRowCount()-1 ); in AddCondition()
1758 RowInserted( GetRowCount()-1 ); in AddCondition()
1774 RowInserted( GetRowCount()-1 ); in AddCondition()
2013 RowInserted(nId); in SetRowVisible()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/
H A Ddatavgen.cpp150 bool RowInserted( unsigned int before );
240 virtual bool RowInserted( unsigned int before ) in RowInserted() function in wxGenericDataViewListModelNotifier
241 { return m_mainWindow->RowInserted( before ); } in RowInserted()
1027 bool wxDataViewMainWindow::RowInserted( unsigned int WXUNUSED(before) ) in RowInserted() function in wxDataViewMainWindow
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/generic/
H A Ddatavgen.cpp150 bool RowInserted( unsigned int before );
240 virtual bool RowInserted( unsigned int before ) in RowInserted() function in wxGenericDataViewListModelNotifier
241 { return m_mainWindow->RowInserted( before ); } in RowInserted()
1027 bool wxDataViewMainWindow::RowInserted( unsigned int WXUNUSED(before) ) in RowInserted() function in wxDataViewMainWindow
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/generic/
H A Ddatavgen.cpp150 bool RowInserted( unsigned int before );
240 virtual bool RowInserted( unsigned int before ) in RowInserted() function in wxGenericDataViewListModelNotifier
241 { return m_mainWindow->RowInserted( before ); } in RowInserted()
1027 bool wxDataViewMainWindow::RowInserted( unsigned int WXUNUSED(before) ) in RowInserted() function in wxDataViewMainWindow
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Ddatavgen.cpp150 bool RowInserted( unsigned int before );
240 virtual bool RowInserted( unsigned int before ) in RowInserted() function in wxGenericDataViewListModelNotifier
241 { return m_mainWindow->RowInserted( before ); } in RowInserted()
1027 bool wxDataViewMainWindow::RowInserted( unsigned int WXUNUSED(before) ) in RowInserted() function in wxDataViewMainWindow
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/control/
H A DRelationControl.cxx174 RowInserted(0, m_pConnData->GetConnLineDataList().size() + 1); // add one extra row in lateInit()
624 … m_xRC_Tables->RowInserted(elem.second.first, elem.second.second - elem.second.first); in NotifyCellChange()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/control/
H A DRelationControl.cxx176 RowInserted(0, m_pConnData->GetConnLineDataList().size() + 1); // add one extra row in lateInit()
624 … m_xRC_Tables->RowInserted(elem.second.first, elem.second.second - elem.second.first); in NotifyCellChange()

123