Home
last modified time | relevance | path

Searched refs:m_nDataPos (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx226 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 …]
H A DTableDesignControl.cxx66 ,m_nDataPos(-1) in DBG_NAME()
230 if (nRow >= 0 && m_nDataPos == nRow) in GetRowStatus()
/aoo41x/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx98 sal_Int32 m_nDataPos; member in rptui::OFieldExpressionControl
191 ,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()
/aoo41x/main/dbaccess/source/ui/control/
H A DTableGrantCtrl.cxx80 ,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()
H A DRelationControl.cxx102 long m_nDataPos; member in dbaui::ORelationControl
381 m_nDataPos = nRow; in SeekRow()
389 String aText =const_cast< ORelationControl*>(this)->GetCellText( m_nDataPos, nColumnId ); in PaintCell()
/aoo41x/main/dbaccess/source/ui/inc/
H A DTableDesignControl.hxx52 long m_nDataPos; // derzeit benoetigte Zeile member in dbaui::OTableRowView
H A DTableGrantCtrl.hxx71 long m_nDataPos; member in dbaui::OTableGrantControl

Completed in 43 milliseconds