Home
last modified time | relevance | path

Searched refs:nRow1 (Results 76 – 100 of 113) sorted by relevance

12345

/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx3308 SCROW nRow1 = nPosY; in lcl_MakeDropRange() local
3309 SCROW nRow2 = nRow1 + ( rSource.aEnd.Row() - rSource.aStart.Row() ); in lcl_MakeDropRange()
3312 nRow1 -= nRow2 - MAXROW; in lcl_MakeDropRange()
3316 return ScRange( nCol1, nRow1, nTab, nCol2, nRow2, nTab ); in lcl_MakeDropRange()
4699 SCROW nRow1 = rRange.aStart.Row(); in lcl_PaintOneRange() local
4718 nTmp = pDoc->FirstVisibleRow(0, nRow1, nTab1); in lcl_PaintOneRange()
4721 if (nTmp < nRow1) in lcl_PaintOneRange()
4723 nRow1 = nTmp; in lcl_PaintOneRange()
4735 if ( nCol2 > nCol1 + 1 && nRow2 > nRow1 + 1 && !bHiddenEdge ) in lcl_PaintOneRange()
4741 pDocSh->PostPaint( nCol1, nRow1, nTab1, nCol2, nRow1, nTab2, PAINT_MARKS ); in lcl_PaintOneRange()
[all …]
H A Dviewfun3.cxx885 sal_Bool lcl_SelHasAttrib( ScDocument* pDoc, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in lcl_SelHasAttrib() argument
890 …if ( rTabSelection.GetTableSelect(nTab) && pDoc->HasAttrib( nCol1, nRow1, nTab, nCol2, nRow2, nTab… in lcl_SelHasAttrib()
1286 SCROW nRow1 = -1; in PasteFromClip() local
1288 while ( ( pPattern = aIter.GetNext( nCol, nRow1, nRow2 ) ) != NULL ) in PasteFromClip()
1294 ScRange aRange(nCol, nRow1, nStartTab); in PasteFromClip()
/trunk/main/oox/source/dump/
H A Dxlsbdumper.cxx279 sal_Int32 nRow1, nRow2; in dumpRowRange() local
280 *mxStrm >> nRow1 >> nRow2; in dumpRowRange()
281 writeRowRangeItem( rName( "row-range" ), nRow1, nRow2 ); in dumpRowRange()
282 return nRow2 - nRow1 + 1; in dumpRowRange()
611 sal_Int32 nRow1 = dumpTokenRow( "row1" ); in dumpTokenRange() local
616 aRange.maFirst = createTokenAddress( nCol1, nRow1, bRelC1, bRelR1, bNameMode ); in dumpTokenRange()
/trunk/main/sc/source/ui/dbgui/
H A Ddbnamdlg.cxx262 SCROW nRow1; in Init() local
266 pDBData->GetArea( nTab, nCol1, nRow1, nCol2, nRow2 ); in Init()
269 && (rStart.Col() == nCol1) && (rStart.Row() == nRow1) in Init()
H A Dtpsort.cxx419 SCROW nFirstSortRow = rSortData.nRow1; in FillFieldLists()
681 ScAddress aScAddress( rSortData.nCol1, rSortData.nRow1, nCurTab ); in Init()
690 rSortData.nCol1, rSortData.nRow1, in Init()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx332 SCROW nRow1=0, nRow2=0; in Chart2PositionMap() local
334 aRange.GetVars( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in Chart2PositionMap()
335 if (pDoc && pDoc->HasValueData( nCol1, nRow1, nTab1 )) in Chart2PositionMap()
342 if (pDoc && pDoc->HasData( nCol1, nRow1, nTab1 ) ) in Chart2PositionMap()
620 SCROW nRow1 = static_cast<SCROW>(aData.Ref1.nRow) - mnStartRow; in glueState() local
623 for (SCROW nRow = nRow1; nRow <= nRow2; ++nRow) in glueState()
730 SCROW nRow1 = s.nRow, nRow2 = e.nRow; in createPositionMap() local
761 sal_uInt32 nInsRow = static_cast<sal_uInt32>(bNoGlue ? nNoGlueRow : nRow1); in createPositionMap()
762 for (SCROW nRow = nRow1; nRow <= nRow2; ++nRow, ++nInsRow) in createPositionMap()
784 nNoGlueRow += nRow2 - nRow1 + 1; in createPositionMap()
H A Dcellsuno.cxx5613 aParam.nRow1 = aRange.aStart.Row(); in sort()
5713 aParam.nRow1 = aRange.aStart.Row(); in filter()
5755 aParam.nRow1 = (SCROW)aDataAddress.StartRow; in createFilterDescriptorByObject()
5863 aParam.nRow1 = aRange.aStart.Row(); in applySubTotals()
5890 aParam.nRow1 = aRange.aStart.Row(); in removeSubTotals()
5932 aParam.nRow1 = aRange.aStart.Row(); in doImport()
9418 SCROW nRow1, nRow2; in GetObjectByIndex_Impl() local
9453 SCROW nRow1, nRow2; in getCount() local
9538 SCROW nRow1, nRow2; in Advance_Impl() local
9797 SCROW nRow1, nRow2; in GetObjects_Impl() local
[all …]
/trunk/main/sc/inc/
H A Dattarray.hxx146 sal_Bool HasLines( SCROW nRow1, SCROW nRow2, Rectangle& rSizes,
148 bool HasAttrib( SCROW nRow1, SCROW nRow2, sal_uInt16 nMask ) const;
H A Dexternalrefmgr.hxx178 bool isRangeCached(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2) const;
181 void setCachedCellRange(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2);
H A Dglobal.hxx461 SCROW nRow1; member
827 SCROW nRow1; member
H A Dsortparam.hxx42 SCROW nRow1; member
H A Dqueryparam.hxx64 SCROW nRow1; member
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx2581 SCROW nRow1; in AppendDeleteRange() local
2586 rRange.GetVars( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in AppendDeleteRange()
2593 if ( nRow1 == 0 && nRow2 == MAXROW ) in AppendDeleteRange()
2613 for ( SCROW nRow = nRow1; nRow <= nRow2; nRow++ ) in AppendDeleteRange()
2619 AppendOneDeleteRange( aRange, pRefDoc, 0, nRow-nRow1, in AppendDeleteRange()
2624 else if ( nRow1 == 0 && nRow2 == MAXROW ) in AppendDeleteRange()
2844 SCROW nRow1; in AppendContentRange() local
2849 rRange.GetVars( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in AppendContentRange()
2866 if ( (nTmpRow = (SCROW) (r.aEnd.Row() - r.aStart.Row())) != (nRow2 - nRow1) ) in AppendContentRange()
2869 nRow1 += nTmpRow + 1; in AppendContentRange()
[all …]
/trunk/main/toolkit/workben/layout/
H A Dtpsort.cxx424 SCROW nFirstSortRow = rSortData.nRow1; in FillFieldLists()
696 ScAddress aScAddress( rSortData.nCol1, rSortData.nRow1, nCurTab ); in Init()
705 rSortData.nCol1, rSortData.nRow1, in Init()
/trunk/main/sc/source/core/data/
H A Dconditio.cxx998 SCsROW nRow1; in SourceChanged() local
1034 nRow1 = rChanged.Row() - aProv.Ref2.nRelRow; in SourceChanged()
1038 nRow1 = 0; in SourceChanged()
1052 ScRange aPaint( nCol1,nRow1,nTab1, nCol2,nRow2,nTab2 ); in SourceChanged()
H A Ddpoutput.cxx128 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in lcl_SetStyleById() argument
131 if ( nCol1 > nCol2 || nRow1 > nRow2 ) in lcl_SetStyleById()
154 pDoc->ApplyStyleAreaTab( nCol1, nRow1, nCol2, nRow2, nTab, *pStyle ); in lcl_SetStyleById()
158 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in lcl_SetFrame() argument
173 pDoc->ApplyFrameAreaTab( ScRange( nCol1, nRow1, nTab, nCol2, nRow2, nTab ), &aBox, &aBoxInfo ); in lcl_SetFrame()
H A Ddocumen9.cxx305 void ScDocument::DeleteObjectsInArea( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in DeleteObjectsInArea() argument
314 pDrawLayer->DeleteObjectsInArea( nTab, nCol1, nRow1, nCol2, nRow2 ); in DeleteObjectsInArea()
H A Ddocumen8.cxx1390 SCROW nRow1 = aOutRange.aStart.Row(); in UpdateRefAreaLinks() local
1400 nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in UpdateRefAreaLinks()
1403 pLink->SetDestArea( ScRange( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ) ); in UpdateRefAreaLinks()
H A Ddocumen5.cxx506 SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in UpdateChartRef() argument
532 nCol1,nRow1,nTab1, nCol2,nRow2,nTab2, in UpdateChartRef()
H A Dattarray.cxx1168 sal_Bool ScAttrArray::HasLines( SCROW nRow1, SCROW nRow2, Rectangle& rSizes, in HasLines() argument
1173 Search( nRow1, nStartIndex ); in HasLines()
1245 bool ScAttrArray::HasAttrib( SCROW nRow1, SCROW nRow2, sal_uInt16 nMask ) const in HasAttrib() argument
1249 Search( nRow1, nStartIndex ); in HasAttrib()
/trunk/main/sc/source/ui/inc/
H A Dundoutil.hxx57 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 );
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx337 SCROW nRow1 = aSingleRange.aStart.Row(); in Execute() local
344 aDocument.LimitChartArea( nTab, nCol1,nRow1, nCol2,nRow2 ); in Execute()
350 … ScChartPositioner aChartPositioner( &aDocument, nTab, nCol1,nRow1, nCol2,nRow2 ); in Execute()
390 ScRange aNewRange( nCol1,nRow1,nTab, nCol2,nRow2,nTab ); in Execute()
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx1272 SCROW nRow1, nRow2; in lcl_GetRange() local
1273 (*pList)[nPos]->GetArea(nTab,nCol1,nRow1,nCol2,nRow2); in lcl_GetRange()
1274 rRange = ScRange( nCol1,nRow1,nTab, nCol2,nRow2,nTab ); in lcl_GetRange()
/trunk/main/sc/source/core/inc/
H A Drefupdat.hxx54 SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
/trunk/main/sc/source/filter/inc/
H A Dexcimp8.hxx116 inline SCROW StartRow() const { return aParam.nRow1; } in StartRow()

Completed in 266 milliseconds

12345