Home
last modified time | relevance | path

Searched refs:nRotMaxCol (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/sc/source/ui/view/
H A Doutput.cxx622 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()
H A Doutput2.cxx2995 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()
/aoo41x/main/sc/source/core/data/
H A Dfillinfo.cxx251 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()
H A Dtable2.cxx1516 pRowInfo[nArrY].nRotMaxCol = nCol; in FillMaxRot()
/aoo41x/main/sc/inc/
H A Dfillinfo.hxx114 SCCOL nRotMaxCol; // SC_ROTMAX_NONE, wenn nichts member

Completed in 55 milliseconds