Lines Matching refs:nResult

809 	sal_uInt16 nResult = DET_INS_EMPTY;  in InsertPredLevelArea()  local
819 nResult = DET_INS_INSERTED; in InsertPredLevelArea()
822 if (nResult != DET_INS_INSERTED) in InsertPredLevelArea()
823 nResult = DET_INS_CONTINUE; in InsertPredLevelArea()
826 if (nResult == DET_INS_EMPTY) in InsertPredLevelArea()
827 nResult = DET_INS_CIRCULAR; in InsertPredLevelArea()
834 return nResult; in InsertPredLevelArea()
855 sal_uInt16 nResult = DET_INS_EMPTY; in InsertPredLevel() local
863 nResult = DET_INS_INSERTED; // neuer Pfeil eingetragen in InsertPredLevel()
882 nResult = DET_INS_INSERTED; in InsertPredLevel()
885 if (nResult != DET_INS_INSERTED) in InsertPredLevel()
886 nResult = DET_INS_CONTINUE; in InsertPredLevel()
889 if (nResult == DET_INS_EMPTY) in InsertPredLevel()
890 nResult = DET_INS_CIRCULAR; in InsertPredLevel()
896 if (nResult != DET_INS_INSERTED) in InsertPredLevel()
897 nResult = DET_INS_CONTINUE; in InsertPredLevel()
903 return nResult; in InsertPredLevel()
909 sal_uInt16 nResult = nLevel; in FindPredLevelArea() local
918 if (nTemp > nResult) in FindPredLevelArea()
919 nResult = nTemp; in FindPredLevelArea()
924 return nResult; in FindPredLevelArea()
948 sal_uInt16 nResult = nLevel; in FindPredLevel() local
979 if (nTemp > nResult) in FindPredLevel()
980 nResult = nTemp; in FindPredLevel()
987 return nResult; in FindPredLevel()
1010 sal_uInt16 nResult = DET_INS_EMPTY; in InsertErrorLevel() local
1022 nResult = DET_INS_INSERTED; in InsertErrorLevel()
1030 nResult = DET_INS_INSERTED; in InsertErrorLevel()
1040 nResult = DET_INS_INSERTED; in InsertErrorLevel()
1042 return nResult; in InsertErrorLevel()
1052 sal_uInt16 nResult = DET_INS_EMPTY; in InsertSuccLevel() local
1086 nResult = DET_INS_INSERTED; // neuer Pfeil eingetragen in InsertSuccLevel()
1092 if (nResult == DET_INS_EMPTY) in InsertSuccLevel()
1093 nResult = DET_INS_CIRCULAR; in InsertSuccLevel()
1108 nResult = DET_INS_INSERTED; in InsertSuccLevel()
1111 if (nResult != DET_INS_INSERTED) in InsertSuccLevel()
1112 nResult = DET_INS_CONTINUE; in InsertSuccLevel()
1115 if (nResult == DET_INS_EMPTY) in InsertSuccLevel()
1116 nResult = DET_INS_CIRCULAR; in InsertSuccLevel()
1122 if (nResult != DET_INS_INSERTED) in InsertSuccLevel()
1123 nResult = DET_INS_CONTINUE; in InsertSuccLevel()
1134 return nResult; in InsertSuccLevel()
1142 sal_uInt16 nResult = nLevel; in FindSuccLevel() local
1184 if (nTemp > nResult) in FindSuccLevel()
1185 nResult = nTemp; in FindSuccLevel()
1196 return nResult; in FindSuccLevel()
1213 sal_uInt16 nResult = DET_INS_CONTINUE; in ShowPred() local
1214 while (nResult == DET_INS_CONTINUE && nMaxLevel < 1000) in ShowPred()
1217 nResult = InsertPredLevel( nCol, nRow, aData, 0 ); in ShowPred()
1221 return ( nResult == DET_INS_INSERTED ); in ShowPred()
1233 sal_uInt16 nResult = DET_INS_CONTINUE; in ShowSucc() local
1234 while (nResult == DET_INS_CONTINUE && nMaxLevel < 1000) in ShowSucc()
1237 nResult = InsertSuccLevel( nCol, nRow, nCol, nRow, aData, 0 ); in ShowSucc()
1241 return ( nResult == DET_INS_INSERTED ); in ShowSucc()
1258 sal_uInt16 nResult = InsertErrorLevel( nCol, nRow, aData, 0 ); in ShowError() local
1260 return ( nResult == DET_INS_INSERTED ); in ShowError()