Searched refs:m_nDataPos (Results 1 – 7 of 7) sorted by relevance
226 m_nDataPos = 0; in UpdateAll()258 m_nDataPos = 0; in OTableEditorCtrl()616 m_nDataPos = GetCurRow(); in CursorMoved()617 if( m_nDataPos != nOldDataPos && m_nDataPos != -1) in CursorMoved()788 m_nDataPos = nNewRow; in CursorMoving()794 InvalidateStatusCell( m_nDataPos ); in CursorMoving()934 if( SetDataPtr(m_nDataPos) ) in CopyRows()1084 m_nDataPos = GetCurRow(); in DeleteRows()1087 SetDataPtr( m_nDataPos ); in DeleteRows()1708 if( SetDataPtr(m_nDataPos) ) in Command()[all …]
66 ,m_nDataPos(-1) in DBG_NAME()230 if (nRow >= 0 && m_nDataPos == nRow) in GetRowStatus()
98 sal_Int32 m_nDataPos; member in rptui::OFieldExpressionControl191 ,m_nDataPos(-1) in DBG_NAME()565 m_nDataPos = nNewRow; in CursorMoving()567 InvalidateStatusCell( m_nDataPos ); in CursorMoving()571 m_pParent->DisplayData( m_nDataPos ); in CursorMoving()615 if (nRow >= 0 && nRow == m_nDataPos) in GetRowStatus()845 m_nDataPos = GetCurRow(); in DeleteRows()847 InvalidateStatusCell( m_nDataPos ); in DeleteRows()849 m_pParent->DisplayData( m_nDataPos ); in DeleteRows()867 m_pParent->SaveData( m_nDataPos ); in copy()
80 ,m_nDataPos( 0 ) in DBG_NAME()436 m_nDataPos = nRow; in SeekRow()448 TTablePrivilegeMap::const_iterator aFind = findPrivilege(m_nDataPos); in PaintCell()456 String aText(((OTableGrantControl*)this)->GetCellText( m_nDataPos, nColumnId )); in PaintCell()
102 long m_nDataPos; member in dbaui::ORelationControl381 m_nDataPos = nRow; in SeekRow()389 String aText =const_cast< ORelationControl*>(this)->GetCellText( m_nDataPos, nColumnId ); in PaintCell()
52 long m_nDataPos; // derzeit benoetigte Zeile member in dbaui::OTableRowView
71 long m_nDataPos; member in dbaui::OTableGrantControl
Completed in 69 milliseconds