Home
last modified time | relevance | path

Searched refs:pRowRange (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxename.cxx656 if( const ScRange* pRowRange = rDoc.GetRepeatRowRange( nScTab ) ) in CreateBuiltInNames() local
658 0, pRowRange->aStart.Row(), nScTab, in CreateBuiltInNames()
659 GetXclMaxPos().Col(), pRowRange->aEnd.Row(), nScTab ) ); in CreateBuiltInNames()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx829 if( const ScRange* pRowRange = mpDoc->GetRepeatRowRange( mnTab ) ) in getAccessibleRowHeaders() local
831 SCROW nStart = pRowRange->aStart.Row(); in getAccessibleRowHeaders()
832 SCROW nEnd = pRowRange->aEnd.Row(); in getAccessibleRowHeaders()

Completed in 26 milliseconds