Searched refs:nRotMaxCol (Results 1 – 5 of 5) sorted by relevance
622 if (pRowInfo[nRotY].nRotMaxCol != SC_ROTMAX_NONE && pRowInfo[nRotY].nRotMaxCol > nRotMax) in FindRotated()623 nRotMax = pRowInfo[nRotY].nRotMaxCol; 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()1394 nRotMax = pRowInfo[nRotY].nRotMaxCol; 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()2996 nRotMax = pRowInfo[nRotY].nRotMaxCol; in DrawRotated()3032 if ( ( pThisRowInfo->bChanged || nArrY==0 ) && pThisRowInfo->nRotMaxCol != SC_ROTMAX_NONE ) in DrawRotated()
251 pThisRowInfo->nRotMaxCol = SC_ROTMAX_NONE; in FillInfo()291 if (pRowInfo[nArrY].nRotMaxCol != SC_ROTMAX_NONE && pRowInfo[nArrY].nRotMaxCol > nRotMax) in FillInfo()292 nRotMax = pRowInfo[nArrY].nRotMaxCol; in FillInfo()
1516 pRowInfo[nArrY].nRotMaxCol = nCol; in FillMaxRot()
114 SCCOL nRotMaxCol; // SC_ROTMAX_NONE, wenn nichts member
Completed in 55 milliseconds