Searched refs:pRowRange (Results 1 – 2 of 2) sorted by relevance
656 if( const ScRange* pRowRange = rDoc.GetRepeatRowRange( nScTab ) ) in CreateBuiltInNames() local658 0, pRowRange->aStart.Row(), nScTab, in CreateBuiltInNames()659 GetXclMaxPos().Col(), pRowRange->aEnd.Row(), nScTab ) ); in CreateBuiltInNames()
829 if( const ScRange* pRowRange = mpDoc->GetRepeatRowRange( mnTab ) ) in getAccessibleRowHeaders() local831 SCROW nStart = pRowRange->aStart.Row(); in getAccessibleRowHeaders()832 SCROW nEnd = pRowRange->aEnd.Row(); in getAccessibleRowHeaders()
Completed in 27 milliseconds