Searched refs:IsValidPos (Results 1 – 4 of 4) sorted by relevance
142 return IsValidPos( nCol, nRow ) ? maCells[ GetIndex( nCol, nRow ) ] : OBJ_CELL_NONE; in GetCell()148 return IsValidPos( nCol, nRow ) ? maCells[ GetIndex( nCol, nRow ) ] : aDummy; in GetCellAcc()259 if( IsValidPos( nCol, nRow ) ) in GetHorDiagAngle()643 if( mxImpl->IsValidPos( nFirstCol, nFirstRow ) && mxImpl->IsValidPos( nLastCol, nLastRow ) ) in SetMergedRange()
148 inline bool IsValidPos() const in IsValidPos() function in SwAnchoredDrawObject
87 inline bool IsValidPos( size_t nCol, size_t nRow ) const in IsValidPos() function
1178 if ( !static_cast<const SwAnchoredDrawObject*>(pObj)->IsValidPos() ) in lcl_FindFirstInvaObj()
Completed in 44 milliseconds