Home
last modified time | relevance | path

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

/trunk/main/svx/inc/svx/
H A Dgridctrl.hxx117 #define GRID_COLUMN_NOT_FOUND ((sal_uInt16)-1) macro
414 …_uInt16 nPos = GetColumnPos(nId); return (nPos==(sal_uInt16)-1) ? GRID_COLUMN_NOT_FOUND : nPos-1; } in GetViewColumnPos()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx1707 … for (nId=1; (GetModelColumnPos(nId) != GRID_COLUMN_NOT_FOUND) && (nId<=m_aColumns.Count()); ++nId) in AppendColumn()
3637 return GRID_COLUMN_NOT_FOUND; in GetModelColumnPos()

Completed in 35 milliseconds