Lines Matching refs:aRef

858     ScRange aRef;  in InsertPredLevel()  local
859 while ( aIter.GetNextRef( aRef ) ) in InsertPredLevel()
861 if (DrawEntry( nCol, nRow, aRef, rData )) in InsertPredLevel()
872 sal_Bool bArea = (aRef.aStart != aRef.aEnd); in InsertPredLevel()
874 nSubResult = InsertPredLevelArea( aRef, rData, nLevel+1 ); in InsertPredLevel()
876 nSubResult = InsertPredLevel( aRef.aStart.Col(), aRef.aStart.Row(), in InsertPredLevel()
957 ScRange aRef; in FindPredLevel() local
958 while ( aIter.GetNextRef( aRef) ) in FindPredLevel()
960 sal_Bool bArea = ( aRef.aStart != aRef.aEnd ); in FindPredLevel()
966 DeleteBox( aRef.aStart.Col(), aRef.aStart.Row(), aRef.aEnd.Col(), aRef.aEnd.Row() ); in FindPredLevel()
971 if ( HasArrow( aRef.aStart, nCol,nRow,nTab ) ) in FindPredLevel()
975 nTemp = FindPredLevelArea( aRef, nLevel+1, nDeleteLevel ); in FindPredLevel()
977 nTemp = FindPredLevel( aRef.aStart.Col(),aRef.aStart.Row(), in FindPredLevel()
1013 ScRange aRef; in InsertErrorLevel() local
1016 while ( aIter.GetNextRef( aRef ) ) in InsertErrorLevel()
1018 if (HasError( aRef, aErrorPos )) in InsertErrorLevel()
1068 ScRange aRef; in InsertSuccLevel() local
1069 while ( aIter.GetNextRef( aRef) ) in InsertSuccLevel()
1071 if (aRef.aStart.Tab() <= nTab && aRef.aEnd.Tab() >= nTab) in InsertSuccLevel()
1074 aRef.aStart.Col(),aRef.aStart.Row(), in InsertSuccLevel()
1075 aRef.aEnd.Col(),aRef.aEnd.Row() )) in InsertSuccLevel()
1080 bDrawRet = DrawAlienEntry( aRef, rData ); in InsertSuccLevel()
1083 aRef, rData ); in InsertSuccLevel()
1159 ScRange aRef; in FindSuccLevel() local
1160 while ( aIter.GetNextRef( aRef) ) in FindSuccLevel()
1162 if (aRef.aStart.Tab() <= nTab && aRef.aEnd.Tab() >= nTab) in FindSuccLevel()
1165 aRef.aStart.Col(),aRef.aStart.Row(), in FindSuccLevel()
1166 aRef.aEnd.Col(),aRef.aEnd.Row() )) in FindSuccLevel()
1170 if (aRef.aStart != aRef.aEnd) in FindSuccLevel()
1172 DeleteBox( aRef.aStart.Col(), aRef.aStart.Row(), in FindSuccLevel()
1173 aRef.aEnd.Col(), aRef.aEnd.Row() ); in FindSuccLevel()
1175 DeleteArrowsAt( aRef.aStart.Col(), aRef.aStart.Row(), sal_False ); in FindSuccLevel()
1178 HasArrow( aRef.aStart, in FindSuccLevel()