Home
last modified time | relevance | path

Searched refs:nStartRow (Results 101 – 125 of 126) sorted by relevance

123456

/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx1064 SCROW nStartRow = rRange.aStart.Row(); in lcl_PutDataArray() local
1081 if ( nCols != nEndCol-nStartCol+1 || nRows != nEndRow-nStartRow+1 ) in lcl_PutDataArray()
1103 SCROW nDocRow = nStartRow; in lcl_PutDataArray()
1187 nStartCol, nStartRow, nTab, nEndCol, nEndRow, nTab, aDestMark, in lcl_PutDataArray()
1208 SCROW nStartRow = rRange.aStart.Row(); in lcl_PutFormulaArray() local
1225 if ( nCols != nEndCol-nStartCol+1 || nRows != nEndRow-nStartRow+1 ) in lcl_PutFormulaArray()
1244 SCROW nDocRow = nStartRow; in lcl_PutFormulaArray()
1276 nStartCol, nStartRow, nTab, nEndCol, nEndRow, nTab, aDestMark, in lcl_PutFormulaArray()
5267 SCROW nStartRow = aRange.aStart.Row(); in getFormulaArray() local
5271 SCROW nRowCount = nEndRow + 1 - nStartRow; in getFormulaArray()
[all …]
/trunk/main/sc/source/ui/inc/
H A Ddrawutil.hxx38 SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow,
H A Dprevloc.hxx113 void AddRowHeaders( const Rectangle& rRect, SCROW nStartRow, SCROW nEndRow, sal_Bool bRepRow );
H A DAccessibleTableBase.hxx300 …void CommitTableModelChange(sal_Int32 nStartRow, sal_Int32 nStartCol, sal_Int32 nEndRow, sal_Int32…
/trunk/main/sc/source/core/data/
H A Ddocumen2.cxx674 sal_Bool ScDocument::GetPrintAreaHor( SCTAB nTab, SCROW nStartRow, SCROW nEndRow, in GetPrintAreaHor() argument
679 sal_Bool bAny = pTab[nTab]->GetPrintAreaHor( nStartRow, nEndRow, rEndCol, bNotes ); in GetPrintAreaHor()
682 ScRange aDrawRange(0,nStartRow,nTab, MAXCOL,nEndRow,nTab); in GetPrintAreaHor()
H A Dscdpoutputimpl.hxx67 …void OutputBlockFrame ( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, sal_Bool b…
H A Ddptablecache.cxx522 SCROW nStartRow = rRange.aStart.Row(); // start of data in InitFromDoc() local
550 pDoc->FillDPCache( this, nDocTab, nStartCol, nEndCol, nStartRow, nEndRow ); in InitFromDoc()
H A Ddocumen4.cxx459 SCROW nStartRow = aSingle.aStart.Row(); in GetSelectionFunction() local
466 nStartCol, nStartRow, nEndCol, nEndRow, rMark ); in GetSelectionFunction()
H A Ddrwlayer.cxx1161 sal_Bool ScDrawLayer::HasObjectsInRows( SCTAB nTab, SCROW nStartRow, SCROW nEndRow, bool bIncludeNo… in HasObjectsInRows() argument
1178 aTestRect.Top() += pDoc->GetRowHeight( 0, nStartRow-1, nTab); in HasObjectsInRows()
1185 aTestRect.Bottom() += pDoc->GetRowHeight( nStartRow, nEndRow, nTab); in HasObjectsInRows()
/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx548 void SwWriteTable::FillTableRowsCols( long nStartRPos, sal_uInt16 nStartRow, in FillTableRowsCols() argument
562 sal_uInt16 nRow = nStartRow; in FillTableRowsCols()
/trunk/main/sc/source/ui/view/
H A Dprevloc.cxx235 void ScPreviewLocationData::AddRowHeaders( const Rectangle& rRect, SCROW nStartRow, SCROW nEndRow, … in AddRowHeaders() argument
238 ScRange aRange( 0, nStartRow, nTab, 0, nEndRow, nTab ); in AddRowHeaders()
H A Dpreview.cxx214 aState.nStartRow = aState.nEndRow = 0; in TestLastPage()
/trunk/main/sc/source/filter/xml/
H A DXMLTrackedChangesContext.cxx710 sal_Int32 nStartRow(0); in ScXMLBigRangeContext() local
745 SvXMLUnitConverter::convertNumber(nStartRow, sValue); in ScXMLBigRangeContext()
757 nStartRow = nEndRow = nRow; in ScXMLBigRangeContext()
760 rBigRange.Set(nStartColumn, nStartRow, nStartTable, in ScXMLBigRangeContext()
H A Dxmlcelli.cxx1038 … SCROW nStartRow(aCellPos.Row < MAXROW ? static_cast<SCROW>(aCellPos.Row) : MAXROW); in EndElement() local
1041 ScRange aScRange( nStartCol, nStartRow, aCellPos.Sheet, in EndElement()
H A Dxmlsubti.hxx175 sal_Int32 nStartRow,
H A DXMLStylesExportHelper.hxx174 void AddRange(ScMyRowFormatRange& rFormatRange, const sal_Int32 nStartRow);
/trunk/main/sc/inc/
H A Ddpglobal.hxx197 …board, SCCOL nClipStartCol, SCROW nClipStartRow, SCCOL nStartCol, SCROW nStartRow, SCTAB nStartTab…
H A Ddetfunc.hxx100 sal_Bool InsertToOtherTab( SCCOL nStartCol, SCROW nStartRow,
H A Ddrwlayer.hxx174 …sal_Bool HasObjectsInRows( SCTAB nTab, SCROW nStartRow, SCROW nEndRow, bool bIncludeNot…
H A Ddbcolect.hxx49 SCROW nStartRow; member in ScDBData
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx2317 SCROW nStartRow = 0; in Rows() local
2340 nStartRow = tmpRange.aStart.Row(); in Rows()
2343 aRange.aStart.SetRow( aRange.aStart.Row() + nStartRow ); in Rows()
2344 aRange.aEnd.SetRow( aRange.aStart.Row() + ( nEndRow - nStartRow )); in Rows()
3932 sal_Int32 nStartRow = thisAddress.StartRow; in getRowHeight() local
3942 for ( sal_Int32 nRow = nStartRow ; nRow <= nEndRow; ++nRow ) in getRowHeight()
3946 if ( nRow == nStartRow ) in getRowHeight()
4436 SCROW nStartRow = autoFiltAddress.StartRow; in AutoFilter() local
4439 …pDocument->GetDataArea( autoFiltAddress.Sheet, nStartCol, nStartRow, nEndCol, nEndRow, sal_True, t… in AutoFilter()
4441 autoFiltAddress.StartRow = nStartRow; in AutoFilter()
/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx276 void FillTableRowsCols( long nStartRPos, sal_uInt16 nStartRow,
/trunk/main/sc/source/ui/docshell/
H A Ddocsh.cxx1738 SCROW nStartRow = 0; in AsciiSave() local
1758 SCROW nNextRow = nStartRow; in AsciiSave()
1763 ScHorizontalCellIterator aIter( &aDocument, nTab, nStartCol, nStartRow, in AsciiSave()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java588 int nSheet, int nStartCol, int nStartRow, int nEndCol, int nEndRow, in insertRange() argument
594 aAddress.StartRow = nStartRow; in insertRange()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs560 int nSheet, int nStartCol, int nStartRow, int nEndCol, int nEndRow, in insertRange() argument
567 aAddress.StartRow = nStartRow; in insertRange()

Completed in 1049 milliseconds

123456