Searched refs:aCellInfo (Results 1 – 2 of 2) sorted by relevance
990 bool CellInfo::operator < (const CellInfo & aCellInfo) const in operator <()994 if (top() < aCellInfo.top()) in operator <()996 else if (top() == aCellInfo.top()) in operator <()998 if (left() < aCellInfo.left()) in operator <()1000 else if (left() == aCellInfo.left()) in operator <()1002 if (width() < aCellInfo.width()) in operator <()1004 else if (width() == aCellInfo.width()) in operator <()1006 if (height() < aCellInfo.height()) in operator <()1008 else if (height() == aCellInfo.height()) in operator <()1010 if (aCellInfo.getTableNodeInfo() != NULL) in operator <()[all …]
135 bool operator < (const CellInfo & aCellInfo) const;