Lines Matching refs:aStart

643 							aDestRange.aStart.Col(), aDestRange.aStart.Row(), aDestRange.aStart.Tab() );  in MakePivotTable()
786 SCCOL nStartCol = aRange.aStart.Col(); in GetSelectedMemberList()
787 SCROW nStartRow = aRange.aStart.Row(); in GetSelectedMemberList()
790 SCTAB nTab = aRange.aStart.Tab(); in GetSelectedMemberList()
918 aSelRange.aStart == aSelRange.aEnd ) in HasSelectionForDateGroup()
920 SCCOL nSelCol = aSelRange.aStart.Col(); in HasSelectionForDateGroup()
921 SCROW nSelRow = aSelRange.aStart.Row(); in HasSelectionForDateGroup()
922 SCTAB nSelTab = aSelRange.aStart.Tab(); in HasSelectionForDateGroup()
933 rOldInfo.Start = pDoc->GetValue( aSelRange.aStart ); in HasSelectionForDateGroup()
935 rOldInfo.End = pDoc->GetValue( aSelRange.aStart ); in HasSelectionForDateGroup()
994 aSelRange.aStart == aSelRange.aEnd ) in HasSelectionForNumGroup()
996 if ( pDoc->HasValueData( aSelRange.aStart.Col(), aSelRange.aStart.Row(), in HasSelectionForNumGroup()
997 aSelRange.aStart.Tab() ) ) in HasSelectionForNumGroup()
1002 rOldInfo.Start = pDoc->GetValue( aSelRange.aStart ); in HasSelectionForNumGroup()
1004 rOldInfo.End = pDoc->GetValue( aSelRange.aStart ); in HasSelectionForNumGroup()
1908 …ScDPObject* pDPObj = pDoc->GetDPAtCursor( rSource.aStart.Col(), rSource.aStart.Row(), rSource.aSta… in DataPilotMove()
1918 …aMembersVector.reserve( std::max( static_cast<SCSIZE>( rSource.aEnd.Col() - rSource.aStart.Col() +… in DataPilotMove()
1919 … static_cast<SCSIZE>( rSource.aEnd.Row() - rSource.aStart.Row() + 1 ) ) ); in DataPilotMove()
1920 for (SCROW nRow = rSource.aStart.Row(); bValid && nRow <= rSource.aEnd.Row(); ++nRow ) in DataPilotMove()
1921 for (SCCOL nCol = rSource.aStart.Col(); bValid && nCol <= rSource.aEnd.Col(); ++nCol ) in DataPilotMove()
1924 … pDPObj->GetHeaderPositionData( ScAddress( nCol, nRow, rSource.aStart.Tab() ), aSourceData ); in DataPilotMove()
2320 aAdvSource.aStart.Col(), aAdvSource.aStart.Row(), in RepeatDB()
2322 aAdvSource.aStart.Tab(), aQueryParam ); in RepeatDB()