Home
last modified time | relevance | path

Searched refs:nRowStart (Results 1 – 23 of 23) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx1497 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 …]
/trunk/main/sw/source/filter/inc/
H A Dfltglbls.hxx55 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()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx2642 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 …]
/trunk/main/sw/source/core/layout/
H A Dpagechg.cxx2319 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()
/trunk/main/sc/source/ui/unoobj/
H A Ddatauno.cxx981 aRange.StartRow = pArea->nRowStart; in getSources()
/trunk/main/sc/source/ui/undo/
H A Dundodat.cxx1998 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 Dundoblk.cxx1456 aRange.aStart.SetRow(rDestArea.nRowStart); in ScUndoUseScenario()
/trunk/main/sc/source/ui/navipi/
H A Dnavipi.cxx1431 pMarkArea->nRowStart = aMarkRange.aStart.Row(); in MarkDataArea()
1460 || nCurRow < pMarkArea->nRowStart+1 in CheckDataArea()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh5.cxx536 …ScDBData* pData = pDoc->GetDBAtArea( pArea->nTab, pArea->nColStart, pArea->nRowStart, pArea->nColE… in lcl_GetAreaName()
564 nRowSize = Max( nRowSize, SCROW( pArea->nRowEnd - pArea->nRowStart + 1 ) ); in DoConsolidate()
596 aData.AddFields( &aDocument, pArea->nTab, pArea->nColStart, pArea->nRowStart, in DoConsolidate()
603 aData.AddData( &aDocument, pArea->nTab, pArea->nColStart, pArea->nRowStart, in DoConsolidate()
640 aDocument.CopyToDocument( 0,aDestArea.nRowStart,nDestTab, in DoConsolidate()
657 aDocument.CopyToDocument( aDestArea.nColStart, aDestArea.nRowStart, aDestArea.nTab, in DoConsolidate()
/trunk/main/sc/source/ui/dbgui/
H A Dconsdlg.cxx194 ScRange( rArea.nColStart, rArea.nRowStart, rArea.nTab, in Init()
495 ScRange( rArea.nColStart, rArea.nRowStart, rArea.nTab, in IMPL_LINK()
H A Ddbnamdlg.cxx421 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()
/trunk/main/sc/source/filter/lotus/
H A Dtool.cxx396 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()
/trunk/main/sc/source/filter/inc/
H A Dlotrange.hxx43 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()
/trunk/main/sc/source/core/tool/
H A Drangeutl.cxx281 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 …]
/trunk/main/sc/source/core/data/
H A Dtable3.cxx1962 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()
H A Dtable5.cxx1155 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 Ddpoutputgeometry.cxx88 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 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() argument
443 nRowStart, nRowEnd ); in GetMaxNumberStringLen()
H A Dcolumn3.cxx1959 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()
/trunk/main/sc/inc/
H A Dtable.hxx789 SCROW nRowStart, SCROW nRowEnd, CharSet eCharSet ) const;
792 SCROW nRowStart, SCROW nRowEnd ) const;
H A Drangeutl.hxx287 SCROW nRowStart; member in ScArea
H A Ddocument.hxx1793 SCROW nRowStart, SCROW nRowEnd,
1800 SCROW nRowStart, SCROW nRowEnd ) const;
H A Dcolumn.hxx403 sal_Int32 GetMaxStringLen( SCROW nRowStart, SCROW nRowEnd, CharSet eCharSet ) const;
405 SCROW nRowStart, SCROW nRowEnd ) const;

Completed in 180 milliseconds