Home
last modified time | relevance | path

Searched refs:nRowEnd (Results 1 – 23 of 23) sorted by relevance

/trunk/main/sc/source/core/data/
H A Ddpoutputgeometry.cxx89 SCROW nRowEnd = nRowStart + static_cast<SCCOL>(mnPageFields-1); in getColumnFieldPositions() local
90 nCurRow = nRowEnd + 2; in getColumnFieldPositions()
137 SCROW nRowEnd = nRowStart + static_cast<SCCOL>(mnPageFields-1); in getPageFieldPositions() local
139 for (SCROW nRow = nRowStart; nRow <= nRowEnd; ++nRow) in getPageFieldPositions()
151 SCROW nRowEnd = nRowStart + static_cast<SCCOL>(mnPageFields-1); in getRowFieldHeaderRow() local
152 nCurRow = nRowEnd + 2; in getRowFieldHeaderRow()
178 SCROW nRowEnd = nRowStart + static_cast<SCCOL>(mnPageFields-1); in getFieldButtonType() local
179 if (rPos.Col() == nCol && nRowStart <= rPos.Row() && rPos.Row() <= nRowEnd) in getFieldButtonType()
182 nCurRow = nRowEnd + 2; in getFieldButtonType()
H A Ddocumen4.cxx429 SCROW nRowStart, SCROW nRowEnd, CharSet eCharSet ) const in GetMaxStringLen() argument
432 return pTab[nTab]->GetMaxStringLen( nCol, nRowStart, nRowEnd, eCharSet ); in GetMaxStringLen()
439 SCROW nRowStart, SCROW nRowEnd ) const in GetMaxNumberStringLen()
443 nRowStart, nRowEnd ); in GetMaxNumberStringLen()
H A Dcolumn3.cxx1959 sal_Int32 ScColumn::GetMaxStringLen( SCROW nRowStart, SCROW nRowEnd, CharSet eCharSet ) const in GetMaxStringLen() argument
1971 while ( nIndex < nCount && (nRow = pItems[nIndex].nRow) <= nRowEnd ) in GetMaxStringLen()
2009 sal_uInt16& nPrecision, SCROW nRowStart, SCROW nRowEnd ) const in GetMaxNumberStringLen()
2024 while ( nIndex < nCount && (nRow = pItems[nIndex].nRow) <= nRowEnd ) in GetMaxNumberStringLen()
H A Dtable3.cxx1963 SCROW nRowEnd, CharSet eCharSet ) const in GetMaxStringLen() argument
1966 return aCol[nCol].GetMaxStringLen( nRowStart, nRowEnd, eCharSet ); in GetMaxStringLen()
1972 sal_uInt16& nPrecision, SCCOL nCol, SCROW nRowStart, SCROW nRowEnd ) const in GetMaxNumberStringLen()
1975 return aCol[nCol].GetMaxNumberStringLen( nPrecision, nRowStart, nRowEnd ); in GetMaxNumberStringLen()
H A Dtable5.cxx1157 const SCROW nRowEnd = pAdrTo ? pAdrTo->Row() : MAXROW; in InvalidateTextWidth() local
1161 ScColumnIterator aIter( &aCol[nCol], nRowStart, nRowEnd ); in InvalidateTextWidth()
/trunk/main/sc/source/filter/inc/
H A Dlotrange.hxx45 SCROW nRowEnd; member in LotusRange
66 nRowEnd = rCpy.nRowEnd; in Copy()
87 nRowEnd == rRef.nRowEnd ); in operator ==()
95 nRowEnd != rRef.nRowEnd ); in operator !=()
101 return ( nColStart == nColEnd && nRowStart == nRowEnd ); in IsSingle()
/trunk/main/sc/source/core/tool/
H A Drangeutl.cxx282 SCROW nRowEnd = 0; in MakeRangeFromName() local
305 nRowEnd = aEndPos.Row(); in MakeRangeFromName()
317 nRowStart = nRowEnd = aStartPos.Row(); in MakeRangeFromName()
333 nColEnd, nRowEnd ); in MakeRangeFromName()
344 rRange = ScRange( nColStart, nRowStart, nTab, nColEnd, nRowEnd, nTab ); in MakeRangeFromName()
573 rArea.nRowEnd = aScRange.aEnd.Row(); in GetAreaFromString()
723 …ScRange aRange( rArea.nColStart, rArea.nRowStart, rArea.nTab, rArea.nColEnd, rArea.nRowEnd, rArea.… in GetStringFromArea()
962 nColEnd ( colEnd ), nRowEnd ( rowEnd ) in ScArea()
971 nColEnd ( r.nColEnd ), nRowEnd ( r.nRowEnd ) in ScArea()
983 nRowEnd = r.nRowEnd; in operator =()
[all …]
/trunk/main/sc/source/filter/lotus/
H A Dop.cxx220 sal_uInt16 nColSt, nRowSt, nColEnd, nRowEnd; in OP_NamedRange() local
226 r >> nColSt >> nRowSt >> nColEnd >> nRowEnd; in OP_NamedRange()
228 …dColRow( static_cast<SCCOL>(nColSt), nRowSt) && ValidColRow( static_cast<SCCOL>(nColEnd), nRowEnd)) in OP_NamedRange()
232 if( nColSt == nColEnd && nRowSt == nRowEnd ) in OP_NamedRange()
236 static_cast<SCCOL> (nColEnd), static_cast<SCROW> (nRowEnd) ); in OP_NamedRange()
259 sal_uInt16 nColSt, nRowSt, nColEnd, nRowEnd; in OP_SymphNamedRange() local
266 r >> nColSt >> nRowSt >> nColEnd >> nRowEnd >> nType; in OP_SymphNamedRange()
268 …dColRow( static_cast<SCCOL>(nColSt), nRowSt) && ValidColRow( static_cast<SCCOL>(nColEnd), nRowEnd)) in OP_SymphNamedRange()
276 static_cast<SCCOL> (nColEnd), static_cast<SCROW> (nRowEnd) ); in OP_SymphNamedRange()
H A Dtool.cxx397 nHash += static_cast<sal_uInt32>(nRowEnd ) << 16; in MakeHash()
404 nRowStart = nRowEnd = nRow; in LotusRange()
415 nRowEnd = nRE; in LotusRange()
498 pSingRef->nRow = pLR->nRowEnd; in Append()
/trunk/main/sw/source/filter/inc/
H A Dfltglbls.hxx56 sal_uInt16 nRowEnd; member in FilterGlobals
78 { return ( nRow >= nRowStart && nRow <= nRowEnd ); } in IsInRowRange()
116 else if( rRow > nRowEnd ) in RowLimitter()
117 rRow = nRowEnd; in RowLimitter()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh5.cxx536 …oc->GetDBAtArea( pArea->nTab, pArea->nColStart, pArea->nRowStart, pArea->nColEnd, pArea->nRowEnd ); in lcl_GetAreaName()
564 nRowSize = Max( nRowSize, SCROW( pArea->nRowEnd - pArea->nRowStart + 1 ) ); in DoConsolidate()
568 if (pArea->nTab == rParam.nTab && pArea->nRowEnd >= rParam.nRow) in DoConsolidate()
597 pArea->nColEnd, pArea->nRowEnd ); in DoConsolidate()
604 pArea->nColEnd, pArea->nRowEnd ); in DoConsolidate()
617 if (rParam.bByRow) ++aDestArea.nRowEnd; in DoConsolidate()
641 MAXCOL,aDestArea.nRowEnd,nDestTab, in DoConsolidate()
658 aDestArea.nColEnd, aDestArea.nRowEnd, aDestArea.nTab, in DoConsolidate()
/trunk/main/sc/source/ui/dbgui/
H A Ddbnamdlg.cxx423 SCROW nRowEnd = 0; in UpdateDBData() local
426 pData->GetArea( nTab, nColStart, nRowStart, nColEnd, nRowEnd ); in UpdateDBData()
428 ScAddress( nColEnd, nRowEnd, nTab ) ); in UpdateDBData()
599 SCROW nRowStart, nRowEnd; in IMPL_LINK() local
600 pEntry->GetArea( nTab, nColStart, nRowStart, nColEnd, nRowEnd ); in IMPL_LINK()
603 ScAddress( nColEnd, nRowEnd, nTab ) ) ); in IMPL_LINK()
H A Dconsdlg.cxx195 rArea.nColEnd, rArea.nRowEnd, rArea.nTab ).Format( aStr, in Init()
496 rArea.nColEnd, rArea.nRowEnd, rArea.nTab in IMPL_LINK()
/trunk/main/sc/source/ui/undo/
H A Dundodat.cxx2007 pDoc->DeleteAreaTab( 0,aDestArea.nRowStart, MAXCOL,aDestArea.nRowEnd, nTab, IDF_ALL ); in Undo()
2009 MAXCOL, aDestArea.nRowEnd, nTab, in Undo()
2025 aDestArea.nColEnd,aDestArea.nRowEnd, nTab, IDF_ALL ); in Undo()
2027 aDestArea.nColEnd, aDestArea.nRowEnd, nTab, in Undo()
2038 SCROW nEndY = aDestArea.nRowEnd; in Undo()
H A Dundoblk.cxx1459 aRange.aEnd.SetRow(rDestArea.nRowEnd); in ScUndoUseScenario()
/trunk/main/sc/inc/
H A Dcolumn.hxx403 sal_Int32 GetMaxStringLen( SCROW nRowStart, SCROW nRowEnd, CharSet eCharSet ) const;
405 SCROW nRowStart, SCROW nRowEnd ) const;
H A Drangeutl.hxx289 SCROW nRowEnd; member in ScArea
H A Dtable.hxx789 SCROW nRowStart, SCROW nRowEnd, CharSet eCharSet ) const;
792 SCROW nRowStart, SCROW nRowEnd ) const;
H A Ddocument.hxx1793 SCROW nRowStart, SCROW nRowEnd,
1800 SCROW nRowStart, SCROW nRowEnd ) const;
/trunk/main/sc/source/ui/navipi/
H A Dnavipi.cxx1433 pMarkArea->nRowEnd = aMarkRange.aEnd.Row(); in MarkDataArea()
1461 || nCurRow > pMarkArea->nRowEnd+1 ) in CheckDataArea()
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx285 SCROW nRowEnd(pRange->aEnd.Row()); in UseSubTotal() local
287 while (!bSubTotal && nRow <= nRowEnd) in UseSubTotal()
/trunk/main/sw/source/core/layout/
H A Dpagechg.cxx2320 const long nRowEnd = nRowStart + nCurrentRowWidth; in CheckViewLayout() local
2353 aNewPagePos.X() = nRowEnd - nXOffsetInRow - nCurrentPageWidth; in CheckViewLayout()
/trunk/main/sc/source/ui/unoobj/
H A Ddatauno.cxx983 aRange.EndRow = pArea->nRowEnd; in getSources()

Completed in 160 milliseconds