Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx994 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() local
1117 aCellInfo.setFmtFrmWidth(*pFmtFrmWidth); in insert()
[all …]
H A DWW8TableInfo.hxx135 bool operator < (const CellInfo & aCellInfo) const;

Completed in 44 milliseconds