/aoo41x/main/sc/source/core/data/ |
H A D | dpoutputgeometry.cxx | 89 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 D | documen4.cxx | 429 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 D | column3.cxx | 1959 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 D | table3.cxx | 1963 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 D | table5.cxx | 1157 const SCROW nRowEnd = pAdrTo ? pAdrTo->Row() : MAXROW; in InvalidateTextWidth() local 1161 ScColumnIterator aIter( &aCol[nCol], nRowStart, nRowEnd ); in InvalidateTextWidth()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | lotrange.hxx | 45 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()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | rangeutl.cxx | 282 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 …]
|
/aoo41x/main/sc/source/filter/lotus/ |
H A D | op.cxx | 220 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 D | tool.cxx | 397 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()
|
/aoo41x/main/sw/source/filter/inc/ |
H A D | fltglbls.hxx | 56 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()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docsh5.cxx | 538 …oc->GetDBAtArea( pArea->nTab, pArea->nColStart, pArea->nRowStart, pArea->nColEnd, pArea->nRowEnd ); in lcl_GetAreaName() 566 nRowSize = Max( nRowSize, SCROW( pArea->nRowEnd - pArea->nRowStart + 1 ) ); in DoConsolidate() 570 if (pArea->nTab == rParam.nTab && pArea->nRowEnd >= rParam.nRow) in DoConsolidate() 599 pArea->nColEnd, pArea->nRowEnd ); in DoConsolidate() 606 pArea->nColEnd, pArea->nRowEnd ); in DoConsolidate() 619 if (rParam.bByRow) ++aDestArea.nRowEnd; in DoConsolidate() 643 MAXCOL,aDestArea.nRowEnd,nDestTab, in DoConsolidate() 660 aDestArea.nColEnd, aDestArea.nRowEnd, aDestArea.nTab, in DoConsolidate()
|
/aoo41x/main/sc/source/ui/dbgui/ |
H A D | dbnamdlg.cxx | 423 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 D | consdlg.cxx | 195 rArea.nColEnd, rArea.nRowEnd, rArea.nTab ).Format( aStr, in Init() 496 rArea.nColEnd, rArea.nRowEnd, rArea.nTab in IMPL_LINK()
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undodat.cxx | 2007 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 D | undoblk.cxx | 1459 aRange.aEnd.SetRow(rDestArea.nRowEnd); in ScUndoUseScenario()
|
/aoo41x/main/sc/inc/ |
H A D | column.hxx | 403 sal_Int32 GetMaxStringLen( SCROW nRowStart, SCROW nRowEnd, CharSet eCharSet ) const; 405 SCROW nRowStart, SCROW nRowEnd ) const;
|
H A D | rangeutl.hxx | 289 SCROW nRowEnd; member in ScArea
|
H A D | table.hxx | 789 SCROW nRowStart, SCROW nRowEnd, CharSet eCharSet ) const; 792 SCROW nRowStart, SCROW nRowEnd ) const;
|
H A D | document.hxx | 1793 SCROW nRowStart, SCROW nRowEnd, 1800 SCROW nRowStart, SCROW nRowEnd ) const;
|
/aoo41x/main/sc/source/ui/navipi/ |
H A D | navipi.cxx | 1433 pMarkArea->nRowEnd = aMarkRange.aEnd.Row(); in MarkDataArea() 1461 || nCurRow > pMarkArea->nRowEnd+1 ) in CheckDataArea()
|
/aoo41x/main/sc/source/ui/app/ |
H A D | inputwin.cxx | 285 SCROW nRowEnd(pRange->aEnd.Row()); in UseSubTotal() local 287 while (!bSubTotal && nRow <= nRowEnd) in UseSubTotal()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | pagechg.cxx | 2320 const long nRowEnd = nRowStart + nCurrentRowWidth; in CheckViewLayout() local 2353 aNewPagePos.X() = nRowEnd - nXOffsetInRow - nCurrentPageWidth; in CheckViewLayout()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | datauno.cxx | 983 aRange.EndRow = pArea->nRowEnd; in getSources()
|