Searched refs:SC_ROTMAX_NONE (Results 1 – 4 of 4) sorted by relevance
622 if (pRowInfo[nRotY].nRotMaxCol != SC_ROTMAX_NONE && pRowInfo[nRotY].nRotMaxCol > nRotMax) in FindRotated()628 if ( pThisRowInfo->nRotMaxCol != SC_ROTMAX_NONE && in FindRotated()761 if ( rFirst.nRotMaxCol != SC_ROTMAX_NONE || rOther.nRotMaxCol != SC_ROTMAX_NONE ) in lcl_EqualBack()1393 if (pRowInfo[nRotY].nRotMaxCol != SC_ROTMAX_NONE && pRowInfo[nRotY].nRotMaxCol > nRotMax) in DrawRotatedFrame()1438 if ( rThisRowInfo.nRotMaxCol != SC_ROTMAX_NONE && in DrawRotatedFrame()
2995 if (pRowInfo[nRotY].nRotMaxCol != SC_ROTMAX_NONE && pRowInfo[nRotY].nRotMaxCol > nRotMax) in DrawRotated()3032 if ( ( pThisRowInfo->bChanged || nArrY==0 ) && pThisRowInfo->nRotMaxCol != SC_ROTMAX_NONE ) in DrawRotated()
104 const SCCOL SC_ROTMAX_NONE = SCCOL_MAX; variable
251 pThisRowInfo->nRotMaxCol = SC_ROTMAX_NONE; in FillInfo()291 if (pRowInfo[nArrY].nRotMaxCol != SC_ROTMAX_NONE && pRowInfo[nArrY].nRotMaxCol > nRotMax) in FillInfo()
Completed in 45 milliseconds