Searched refs:aCellInfo (Results 1 – 2 of 2) sorted by relevance
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 <()1114 CellInfo aCellInfo(rRect, pNodeInfo); in insert() local1117 aCellInfo.setFmtFrmWidth(*pFmtFrmWidth); in insert()[all …]
135 bool operator < (const CellInfo & aCellInfo) const;
Completed in 25 milliseconds