Home
last modified time | relevance | path

Searched refs:nStartRow (Results 76 – 100 of 126) sorted by relevance

123456

/trunk/main/sc/source/ui/view/
H A Ddrawutil.cxx49 SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, in CalcScale() argument
66 for (SCROW nRow = nStartRow; nRow <= nEndRow-1; ++nRow) in CalcScale()
H A Dcellsh3.cxx836 SCROW nStartRow; in Execute() local
846 GetViewData()->GetSimpleArea( nStartCol,nStartRow,nStartTab, in Execute()
850 && ( Abs((SCsROW)nEndRow-(SCsROW)nStartRow) > 1 ) ) in Execute()
H A Dgridwin4.cxx1250 SCROW nStartRow; in DrawButtons() local
1254 pDBData->GetArea( nAreaTab, nStartCol, nStartRow, nEndCol, nEndRow ); in DrawButtons()
1256 nRow >= nStartRow && nRow <= nEndRow ) in DrawButtons()
1294 SCROW nStartRow = nRow; in DrawButtons() local
1297 pDoc->ExtendOverlapped(nStartCol, nStartRow,nCol, nRow, nTab);//get nStartCol,nStartRow in DrawButtons()
1298 pViewData->GetMergeSizePixel( nStartCol, nStartRow, nSizeX, nSizeY );//get nSizeX in DrawButtons()
H A Dgridwin.cxx1253 SCROW nStartRow; in ExecFilter() local
1256 pDBData->GetArea( nAreaTab, nStartCol,nStartRow,nEndCol,nEndRow ); in ExecFilter()
1257 … pViewData->GetView()->MarkRange( ScRange( nStartCol,nStartRow,nAreaTab,nEndCol,nEndRow,nAreaTab)); in ExecFilter()
1982 SCROW nStartRow; in MouseButtonUp() local
1985 pViewData->GetFillData( nStartCol, nStartRow, nEndCol, nEndRow ); in MouseButtonUp()
2001 ScRange aBlockRange( nStartCol, nStartRow, nTab, nEndCol, nEndRow, nTab ); in MouseButtonUp()
2004 if ( aDelRange.aStart.Row() == nStartRow ) in MouseButtonUp()
2018 SCROW nStartRow; in MouseButtonUp() local
2021 pViewData->GetFillData( nStartCol, nStartRow, nEndCol, nEndRow ); in MouseButtonUp()
2022 ScRange aBlockRange( nStartCol, nStartRow, nTab, nEndCol, nEndRow, nTab ); in MouseButtonUp()
/trunk/main/sc/inc/
H A Dchartpos.hxx118 SCROW nStartRow; member in ScChartPositioner
148 void SetStartRow(SCROW nNew) { nStartRow = nNew; } in SetStartRow()
H A Dolinetab.hxx147 void InsertRow( SCROW nStartRow, SCSIZE nSize );
148 sal_Bool DeleteRow( SCROW nStartRow, SCSIZE nSize );
/trunk/main/sc/source/ui/inc/
H A Dtabview.hxx420 void PaintArea( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow,
428 void PaintLeftArea( SCROW nStartRow, SCROW nEndRow );
491 void PaintMarks( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow );
H A Ddocsh.hxx285 sal_Bool AdjustRowHeight( SCROW nStartRow, SCROW nEndRow, SCTAB nTab );
315 void PostPaint( SCCOL nStartCol, SCROW nStartRow, SCTAB nStartTab,
329 void UpdatePaintExt( sal_uInt16& rExtFlags, SCCOL nStartCol, SCROW nStartRow, SCTAB nStartTab,
H A Dviewfunc.hxx218 sal_Bool AdjustRowHeight( SCROW nStartRow, SCROW nEndRow, sal_Bool bPaint = sal_True );
243 void FillAuto( FillDir eDir, SCCOL nStartCol, SCROW nStartRow,
346 void PasteRTF( SCCOL nCol, SCROW nStartRow,
H A Dviewdata.hxx340 void SetFillMode( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow );
341 void SetDragMode( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow,
497 SCROW & rPosY, SCROW nStartRow, double nPPTY,
/trunk/main/sc/source/core/data/
H A Ddpglobal.cxx55 …board, SCCOL nClipStartCol, SCROW nClipStartRow, SCCOL nStartCol, SCROW nStartRow, SCTAB nStartTab… in ChkDPTableOverlap() argument
61 SCsROW nOffsetY = nStartRow - nClipStartRow; in ChkDPTableOverlap()
H A Dconditio.cxx1299 SCROW nStartRow = rRange.aStart.Row(); in lcl_Extend() local
1303 sal_Bool bEx = pDoc->ExtendMerge( nStartCol, nStartRow, nEndCol, nEndRow, nTab ); in lcl_Extend()
1308 if (nStartRow > 0) --nStartRow; in lcl_Extend()
1315 rRange.aStart.Set( nStartCol, nStartRow, nTab ); in lcl_Extend()
H A Dbcaslot.cxx76 SCROW nStartRow; // first row of this segment member
81 …ScSlotData( SCROW r1, SCROW r2, SCSIZE s, SCSIZE c ) : nStartRow(r1), nStopRow(r2), nSlice(s), nCu… in ScSlotData()
542 (static_cast<SCSIZE>(nRow - rSD.nStartRow)) / rSD.nSlice + in ComputeSlotOffset()
/trunk/main/sc/source/core/tool/
H A Dinterpr4.cxx3118 SCsROW nStartRow; in ScColRowNameAuto() local
3126 nStartRow = aRefData.Ref2.nRow = aRefData.Ref1.nRow; in ScColRowNameAuto()
3136 aRefData.Ref1.nRow = nStartRow; in ScColRowNameAuto()
3147 && nStartRow <= (nMyRow = aPos.Row()) && nMyRow <= aRefData.Ref2.nRow ) in ScColRowNameAuto()
3149 if ( nMyRow == nStartRow ) in ScColRowNameAuto()
3151 nStartRow++; in ScColRowNameAuto()
3152 if ( nStartRow > MAXROW ) in ScColRowNameAuto()
3153 nStartRow = MAXROW; in ScColRowNameAuto()
3154 aRefData.Ref1.nRow = nStartRow; in ScColRowNameAuto()
3164 aRefData.Ref2.nRow = nStartRow; in ScColRowNameAuto()
[all …]
H A Ddetfunc.cxx553 sal_Bool ScDetectiveFunc::InsertToOtherTab( SCCOL nStartCol, SCROW nStartRow, in InsertToOtherTab() argument
560 sal_Bool bArea = ( nStartCol != nEndCol || nStartRow != nEndRow ); in InsertToOtherTab()
563 Rectangle aRect = GetDrawRect( nStartCol, nStartRow, nEndCol, nEndRow ); in InsertToOtherTab()
574 pData->maStart.Set( nStartCol, nStartRow, nTab); in InsertToOtherTab()
581 Point aStartPos = GetDrawPos( nStartCol, nStartRow, DRAWPOS_DETARROW ); in InsertToOtherTab()
609 pData->maStart.Set( nStartCol, nStartRow, nTab); in InsertToOtherTab()
H A Dcompiler.cxx5297 SCROW nStartRow = nRow + 1; in HandleSingleRef() local
5298 if ( nStartRow > MAXROW ) in HandleSingleRef()
5299 nStartRow = MAXROW; in HandleSingleRef()
5303 if ( nMyRow == nStartRow ) in HandleSingleRef()
5305 nStartRow++; in HandleSingleRef()
5306 if ( nStartRow > MAXROW ) in HandleSingleRef()
5307 nStartRow = MAXROW; in HandleSingleRef()
5309 else if ( nMyRow > nStartRow ) in HandleSingleRef()
5320 if ( nStartRow < nTmp && nTmp <= nMaxRow ) in HandleSingleRef()
5324 aRange.aStart.Set( nCol, nStartRow, nTab ); in HandleSingleRef()
/trunk/main/sc/source/filter/inc/
H A Dhtmlexp.hxx144 SCCOL nStartCol, SCROW nStartRow,
147 SCCOL nStartCol, SCROW nStartRow,
/trunk/main/sc/source/ui/docshell/
H A Ddbdocfun.cxx281 SCROW nStartRow; in RepeatDB() local
284 pDBData->GetArea( nTab, nStartCol, nStartRow, nEndCol, nEndRow ); in RepeatDB()
320 pDoc->CopyToDocument( 0,nStartRow,nTab, MAXCOL,nEndRow,nTab, IDF_ALL, sal_False, pUndoDoc ); in RepeatDB()
391 nStartCol, nStartRow, nEndCol, nEndRow, in RepeatDB()
394 nStartCol, nStartRow, in RepeatDB()
H A Dtablink.cxx354 SCROW nStartRow = pRange->aStart.Row(); in Refresh() local
357 for (SCROW nRow=nStartRow; nRow<=nEndRow; nRow++) in Refresh()
/trunk/main/xmloff/source/table/
H A DXMLTableImport.cxx96 MergeInfo( sal_Int32 nStartColumn, sal_Int32 nStartRow, sal_Int32 nColumnSpan, sal_Int32 nRowSpan ) in MergeInfo()
97 …tColumn( nStartColumn ), mnStartRow( nStartRow ), mnEndColumn( nStartColumn + nColumnSpan - 1 ), m… in MergeInfo()
/trunk/main/sc/source/ui/undo/
H A Dundoblk.cxx602 SCROW nStartRow; in DoChange() local
607 nStartRow = static_cast<SCROW>(pRanges[0]); in DoChange()
613 nStartRow = 0; in DoChange()
622 pDoc->RemoveFlagsTab( nStartCol, nStartRow, nEndCol, nEndRow, nTab, SC_MF_HOR | SC_MF_VER ); in DoChange()
623 pDoc->ExtendMerge( nStartCol, nStartRow, nEndCol, nEndRow, nTab, sal_True ); in DoChange()
626 pDocShell->PostPaint( nStartCol, nStartRow, nTab, MAXCOL, MAXROW, nTab, nPaint ); in DoChange()
/trunk/main/sc/source/ui/miscdlgs/
H A Dcrnrdlg.cxx157 SCROW nStartRow = 0; in Init() local
191 pViewData->GetSimpleArea( nStartCol, nStartRow, nStartTab, in Init()
193 SetColRowData( ScRange( ScAddress( nStartCol, nStartRow, nStartTab ), in Init()
/trunk/main/sc/source/filter/xml/
H A Dxmlsubti.cxx763 sal_Int32 nStartColumn, sal_Int32 nStartRow, sal_Int32 nEndColumn, sal_Int32 nEndRow, in AddMatrixRange() argument
766 DBG_ASSERT(nEndRow >= nStartRow, "wrong row order"); in AddMatrixRange()
770 aRange.StartRow = nStartRow; in AddMatrixRange()
/trunk/main/sw/source/ui/dbui/
H A Ddbmgr.cxx1005 long nStartRow, nEndRow; in MergeMailFiles() local
1010 nStartRow = pImpl->pMergeData ? pImpl->pMergeData->xResultSet->getRow() : 0; in MergeMailFiles()
1277 … (bSynchronizedDoc && (nStartRow != nEndRow)? ExistsNextRecord() : ToNextMergeRecord())); in MergeMailFiles()
2910 long nStartRow, nEndRow; in MergeDocuments() local
2918 nStartRow = pImpl->pMergeData->xResultSet->getRow(); in MergeDocuments()
3043 aMergeInfo.nDBRow = nStartRow; in MergeDocuments()
3059 … (bSynchronizedDoc && (nStartRow != nEndRow)? ExistsNextRecord() : ToNextMergeRecord())); in MergeDocuments()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleTableBase.cxx482 void ScAccessibleTableBase::CommitTableModelChange(sal_Int32 nStartRow, sal_Int32 nStartCol, sal_In… in CommitTableModelChange() argument
485 aModelChange.FirstRow = nStartRow; in CommitTableModelChange()

Completed in 218 milliseconds

123456