Home
last modified time | relevance | path

Searched refs:rRS (Results 1 – 2 of 2) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A DTableFieldDescription.cxx68 *this = rRS; in OTableFieldDesc()
92 if (&rRS == this) in operator =()
95 m_aCriteria = rRS.GetCriteria(); in operator =()
96 m_aTableName = rRS.GetTable(); in operator =()
102 m_eDataType = rRS.GetDataType(); in operator =()
105 m_eOrderDir = rRS.GetOrderDir(); in operator =()
106 m_nIndex = rRS.GetFieldIndex(); in operator =()
107 m_nColWidth = rRS.GetColWidth(); in operator =()
108 m_nColumnId = rRS.m_nColumnId; in operator =()
109 m_bGroupBy = rRS.IsGroupBy(); in operator =()
[all …]
/trunk/main/dbaccess/source/ui/inc/
H A DTableFieldDescription.hxx80 OTableFieldDesc(const OTableFieldDesc& rRS);

Completed in 13 milliseconds