Lines Matching refs:aRef

576 				ScSingleRefData aRef;  in TransposeClip()  local
577 aRef.nCol = nCol; in TransposeClip()
578 aRef.nRow = nRow; in TransposeClip()
579 aRef.nTab = nTab; in TransposeClip()
580 aRef.InitFlags(); // -> all absolute in TransposeClip()
581 aRef.SetFlag3D(sal_True); in TransposeClip()
582 aRef.CalcRelFromAbs( aDestPos ); in TransposeClip()
584 aArr.AddSingleReference( aRef ); in TransposeClip()
3066 ScRange aRef; in DoAutoOutline() local
3094 if (((ScFormulaCell*)pCell)->HasRefListExpressibleAsOneReference( aRef )) in DoAutoOutline()
3095 if ( aRef.aStart.Col() == nCol && aRef.aEnd.Col() == nCol && in DoAutoOutline()
3096 aRef.aStart.Tab() == nTab && aRef.aEnd.Tab() == nTab && in DoAutoOutline()
3097 DiffSign( aRef.aStart.Row(), nRow ) == in DoAutoOutline()
3098 DiffSign( aRef.aEnd.Row(), nRow ) ) in DoAutoOutline()
3100 if (pArray->Insert( aRef.aStart.Row(), aRef.aEnd.Row(), bSizeChanged )) in DoAutoOutline()
3125 if (((ScFormulaCell*)pCell)->HasRefListExpressibleAsOneReference( aRef )) in DoAutoOutline()
3126 if ( aRef.aStart.Row() == nRow && aRef.aEnd.Row() == nRow && in DoAutoOutline()
3127 aRef.aStart.Tab() == nTab && aRef.aEnd.Tab() == nTab && in DoAutoOutline()
3128 DiffSign( aRef.aStart.Col(), nCol ) == in DoAutoOutline()
3129 DiffSign( aRef.aEnd.Col(), nCol ) ) in DoAutoOutline()
3131 if (pArray->Insert( aRef.aStart.Col(), aRef.aEnd.Col(), bSizeChanged )) in DoAutoOutline()
3198 ScRange aRef; in RefVisible() local
3200 if (pCell->HasOneReference(aRef)) in RefVisible()
3202 if (aRef.aStart.Col()==aRef.aEnd.Col() && aRef.aStart.Tab()==aRef.aEnd.Tab()) in RefVisible()
3205 if (!RowFiltered(aRef.aStart.Row(), NULL, &nEndRow)) in RefVisible()
3209 if (!ValidRow(nEndRow) || nEndRow < aRef.aEnd.Row()) in RefVisible()