Searched refs:GetCurrentRowCellText (Results 1 – 2 of 2) sorted by relevance
2750 sRet = GetCurrentRowCellText(pColumn, m_xPaintRow); in GetCellText()2754 XubString DbGridControl::GetCurrentRowCellText(DbGridColumn* pColumn,const DbGridRowRef& _rRow) con… in GetCurrentRowCellText() function in DbGridControl2769 return GetDataWindow().GetTextWidth(GetCurrentRowCellText(pColumn,m_xPaintRow)); in GetTotalCellWidth()2884 …OStringTransferable* pTransferable = new OStringTransferable(GetCurrentRowCellText(pColumn,m_xPain… in StartDrag()2905 OStringTransfer::CopyString( GetCurrentRowCellText( pColumn,m_xPaintRow ), this ); in copyCellText()3500 OStringTransfer::CopyString( GetCurrentRowCellText( pColumn,m_xPaintRow ), this ); in KeyInput()
574 String GetCurrentRowCellText(DbGridColumn* pCol,const DbGridRowRef& _rRow) const;
Completed in 36 milliseconds