/aoo41x/main/sc/source/core/data/ |
H A D | dpoutputgeometry.cxx | 88 SCROW nRowStart = maOutRange.aStart.Row() + mbShowFilter; in getColumnFieldPositions() local 89 SCROW nRowEnd = nRowStart + static_cast<SCCOL>(mnPageFields-1); in getColumnFieldPositions() 136 SCROW nRowStart = maOutRange.aStart.Row() + mbShowFilter; in getPageFieldPositions() local 137 SCROW nRowEnd = nRowStart + static_cast<SCCOL>(mnPageFields-1); in getPageFieldPositions() 139 for (SCROW nRow = nRowStart; nRow <= nRowEnd; ++nRow) in getPageFieldPositions() 150 SCROW nRowStart = maOutRange.aStart.Row() + mbShowFilter; in getRowFieldHeaderRow() local 151 SCROW nRowEnd = nRowStart + static_cast<SCCOL>(mnPageFields-1); in getRowFieldHeaderRow() 177 SCROW nRowStart = maOutRange.aStart.Row() + mbShowFilter; in getFieldButtonType() local 178 SCROW nRowEnd = nRowStart + static_cast<SCCOL>(mnPageFields-1); in getFieldButtonType() 179 if (rPos.Col() == nCol && nRowStart <= rPos.Row() && rPos.Row() <= nRowEnd) 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() argument 443 nRowStart, nRowEnd ); in GetMaxNumberStringLen()
|
H A D | table5.cxx | 1155 const SCROW nRowStart = pAdrFrom ? pAdrFrom->Row() : 0; in InvalidateTextWidth() local 1161 ScColumnIterator aIter( &aCol[nCol], nRowStart, nRowEnd ); in InvalidateTextWidth() 1163 SCROW nRow = nRowStart; in InvalidateTextWidth()
|
H A D | column3.cxx | 1959 sal_Int32 ScColumn::GetMaxStringLen( SCROW nRowStart, SCROW nRowEnd, CharSet eCharSet ) const in GetMaxStringLen() argument 1970 Search( nRowStart, nIndex ); in GetMaxStringLen() 2009 sal_uInt16& nPrecision, SCROW nRowStart, SCROW nRowEnd ) const in GetMaxNumberStringLen() argument 2023 Search( nRowStart, nIndex ); in GetMaxNumberStringLen()
|
H A D | table3.cxx | 1962 sal_Int32 ScTable::GetMaxStringLen( SCCOL nCol, SCROW nRowStart, 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() argument 1975 return aCol[nCol].GetMaxNumberStringLen( nPrecision, nRowStart, nRowEnd ); in GetMaxNumberStringLen()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | lotrange.hxx | 43 SCROW nRowStart; member in LotusRange 64 nRowStart = rCpy.nRowStart; in Copy() 86 nRowStart == rRef.nRowStart && nColEnd == rRef.nColEnd && in operator ==() 94 nRowStart != rRef.nRowStart || nColEnd != rRef.nColEnd || in operator !=() 101 return ( nColStart == nColEnd && nRowStart == nRowEnd ); in IsSingle()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | rangeutl.cxx | 281 SCROW nRowStart = 0; in MakeRangeFromName() local 303 nRowStart = aStartPos.Row(); in MakeRangeFromName() 317 nRowStart = nRowEnd = aStartPos.Row(); in MakeRangeFromName() 332 pData->GetArea( nTab, nColStart, nRowStart, in MakeRangeFromName() 344 rRange = ScRange( nColStart, nRowStart, nTab, nColEnd, nRowEnd, nTab ); in MakeRangeFromName() 571 rArea.nRowStart = aScRange.aStart.Row(); in GetAreaFromString() 723 …ScRange aRange( rArea.nColStart, rArea.nRowStart, rArea.nTab, rArea.nColEnd, rArea.nRowEnd, rArea.… in GetStringFromArea() 961 nColStart( colStart ), nRowStart( rowStart ), in ScArea() 970 nColStart( r.nColStart ), nRowStart( r.nRowStart ), in ScArea() 981 nRowStart = r.nRowStart; in operator =() [all …]
|
/aoo41x/main/sw/source/filter/inc/ |
H A D | fltglbls.hxx | 55 sal_uInt16 nRowStart; member in FilterGlobals 78 { return ( nRow >= nRowStart && nRow <= nRowEnd ); } in IsInRowRange() 83 void NormalizeRow( sal_uInt16 &rRow ) { rRow -= nRowStart; } in NormalizeRow() 114 if( rRow < nRowStart ) in RowLimitter() 115 rRow = nRowStart; in RowLimitter()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | bitmap3.cxx | 1497 nRowStart = pMapIX[ nX ]; in ImplScaleSuper() 1502 nRowStart = pMapIX[ nLeft ]; in ImplScaleSuper() 1638 nRowStart = pMapIX[ nX ]; in ImplScaleSuper() 1643 nRowStart = pMapIX[ nLeft ]; in ImplScaleSuper() 1788 nRowStart = pMapIX[ nX ]; in ImplScaleSuper() 1793 nRowStart = pMapIX[ nLeft ]; in ImplScaleSuper() 1803 pTmpX = pTmpY + 3L * nRowStart; in ImplScaleSuper() 1932 nRowStart = pMapIX[ nX ]; in ImplScaleSuper() 1937 nRowStart = pMapIX[ nLeft ]; in ImplScaleSuper() 2071 nRowStart = pMapIX[ nX ]; in ImplScaleSuper() [all …]
|
/aoo41x/main/sc/source/ui/dbgui/ |
H A D | dbnamdlg.cxx | 421 SCROW nRowStart = 0; in UpdateDBData() local 426 pData->GetArea( nTab, nColStart, nRowStart, nColEnd, nRowEnd ); in UpdateDBData() 427 theCurArea = ScRange( ScAddress( nColStart, nRowStart, nTab ), in UpdateDBData() 599 SCROW nRowStart, nRowEnd; in IMPL_LINK() local 600 pEntry->GetArea( nTab, nColStart, nRowStart, nColEnd, nRowEnd ); in IMPL_LINK() 602 new ScRange( ScAddress( nColStart, nRowStart, nTab ), in IMPL_LINK()
|
H A D | consdlg.cxx | 194 ScRange( rArea.nColStart, rArea.nRowStart, rArea.nTab, in Init() 495 ScRange( rArea.nColStart, rArea.nRowStart, rArea.nTab, in IMPL_LINK()
|
/aoo41x/main/sc/source/filter/lotus/ |
H A D | tool.cxx | 396 nHash += static_cast<sal_uInt32>(nRowStart) << 12; in MakeHash() 404 nRowStart = nRowEnd = nRow; in LotusRange() 414 nRowStart = nRS; in LotusRange() 490 pSingRef->nRow = pLR->nRowStart; in Append()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docsh5.cxx | 538 …ScDBData* pData = pDoc->GetDBAtArea( pArea->nTab, pArea->nColStart, pArea->nRowStart, pArea->nColE… in lcl_GetAreaName() 566 nRowSize = Max( nRowSize, SCROW( pArea->nRowEnd - pArea->nRowStart + 1 ) ); in DoConsolidate() 598 aData.AddFields( &aDocument, pArea->nTab, pArea->nColStart, pArea->nRowStart, in DoConsolidate() 605 aData.AddData( &aDocument, pArea->nTab, pArea->nColStart, pArea->nRowStart, in DoConsolidate() 642 aDocument.CopyToDocument( 0,aDestArea.nRowStart,nDestTab, in DoConsolidate() 659 aDocument.CopyToDocument( aDestArea.nColStart, aDestArea.nRowStart, aDestArea.nTab, in DoConsolidate()
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undodat.cxx | 1998 pDoc->DeleteRow( 0,nTab, MAXCOL,nTab, aDestArea.nRowStart, nInsertCount ); in Undo() 2007 pDoc->DeleteAreaTab( 0,aDestArea.nRowStart, MAXCOL,aDestArea.nRowEnd, nTab, IDF_ALL ); in Undo() 2008 pUndoDoc->UndoToDocument( 0, aDestArea.nRowStart, nTab, in Undo() 2019 pDocShell->PostPaint( 0,aDestArea.nRowStart,nTab, MAXCOL,MAXROW,nTab, in Undo() 2024 pDoc->DeleteAreaTab( aDestArea.nColStart,aDestArea.nRowStart, in Undo() 2026 pUndoDoc->CopyToDocument( aDestArea.nColStart, aDestArea.nRowStart, nTab, in Undo() 2046 pDocShell->PostPaint( aDestArea.nColStart, aDestArea.nRowStart, nTab, in Undo()
|
H A D | undoblk.cxx | 1456 aRange.aStart.SetRow(rDestArea.nRowStart); in ScUndoUseScenario()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unotbl.cxx | 2642 sal_uInt16 nRowStart = bFirstRowAsLabel ? 1 : 0; in getData() local 2643 for(sal_uInt16 nRow = nRowStart; nRow < nRowCount; nRow++) in getData() 2657 pArray[nRow - nRowStart] = aColSeq; in getData() 2682 sal_uInt16 nRowStart = bFirstRowAsLabel ? 1 : 0; in setData() local 2683 if(rData.getLength() < nRowCount - nRowStart) in setData() 2688 for(sal_uInt16 nRow = nRowStart; nRow < nRowCount; nRow++) in setData() 4248 sal_uInt16 nRowStart = bFirstRowAsLabel ? 1 : 0; in getData() local 4249 for(sal_uInt16 nRow = nRowStart; nRow < nRowCount; nRow++) in getData() 4263 pRowArray[nRow - nRowStart] = aColSeq; in getData() 4284 sal_uInt16 nRowStart = bFirstRowAsLabel ? 1 : 0; in setData() local [all …]
|
/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 | 287 SCROW nRowStart; 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/sw/source/core/layout/ |
H A D | pagechg.cxx | 2319 const long nRowStart = nBorder + nSizeDiff; in CheckViewLayout() local 2320 const long nRowEnd = nRowStart + nCurrentRowWidth; in CheckViewLayout() 2352 const long nXOffsetInRow = aNewPagePos.X() - nRowStart; in CheckViewLayout()
|
/aoo41x/main/sc/source/ui/navipi/ |
H A D | navipi.cxx | 1431 pMarkArea->nRowStart = aMarkRange.aStart.Row(); in MarkDataArea() 1460 || nCurRow < pMarkArea->nRowStart+1 in CheckDataArea()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | datauno.cxx | 981 aRange.StartRow = pArea->nRowStart; in getSources()
|