Home
last modified time | relevance | path

Searched refs:nStartRow (Results 1 – 25 of 126) sorted by path

123456

/trunk/main/connectivity/source/drivers/calc/
H A DCTable.cxx241 sal_Int32 nDocColumn, sal_Int32 nStartRow, sal_Bool bHasHeaders, in lcl_GetColumnInfo() argument
251 Reference<XText> xHeaderText( xSheet->getCellByPosition( nDocColumn, nStartRow ), UNO_QUERY ); in lcl_GetColumnInfo()
258 sal_Int32 nDataRow = nStartRow; in lcl_GetColumnInfo()
329 sal_Int32 nStartCol, sal_Int32 nStartRow, sal_Bool bHasHeaders, in lcl_SetValue() argument
335 sal_Int32 nDocRow = nStartRow + nDBRow - 1; in lcl_SetValue()
/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()
/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/oox/source/xls/
H A Dformulaparser.cxx1524 sal_Int32 nStartRow = 0; in importTableToken() local
1573 nStartRow = nStartDataRow; in importTableToken()
1580 nStartRow = nEndDataRow + 1; in importTableToken()
1586 nStartRow = nEndRow = maBaseAddr.Row - xTable->getRange().StartRow; in importTableToken()
1592 nStartRow = nStartDataRow; in importTableToken()
1597 bValidRef = (0 <= nStartRow) && (nStartRow <= nEndRow) && (nEndRow < nHeight); in importTableToken()
1611 pushValueOperandToken< double >( nStartRow ) : in importTableToken()
1614 pushValueOperandToken< double >( nHeight - nStartRow ) && in importTableToken()
1618 pushValueOperandToken< double >( nEndRow - nStartRow + 1 ) : in importTableToken()
1621 (((nStartRow == 0) && (nEndRow + 1 == nHeight)) || in importTableToken()
[all …]
/trunk/main/sc/inc/
H A Dattarray.hxx98 SCROW nStartRow, SCROW nEndRow,
126 void ApplyLineStyleArea( SCROW nStartRow, SCROW nEndRow,
152 sal_Bool RemoveAreaMerge( SCROW nStartRow, SCROW nEndRow );
157 void DeleteAreaSafe(SCROW nStartRow, SCROW nEndRow);
158 void SetPatternAreaSafe( SCROW nStartRow, SCROW nEndRow,
175 SCROW nStartRow, SCROW nEndRow ) const;
178 sal_Bool TestInsertCol( SCROW nStartRow, SCROW nEndRow) const;
180 void InsertRow( SCROW nStartRow, SCSIZE nSize );
181 void DeleteRow( SCROW nStartRow, SCSIZE nSize );
183 void DeleteArea( SCROW nStartRow, SCROW nEndRow );
[all …]
H A Dchartpos.hxx118 SCROW nStartRow; member in ScChartPositioner
148 void SetStartRow(SCROW nNew) { nStartRow = nNew; } in SetStartRow()
H A Dcolumn.hxx167 SCSIZE VisibleCount( SCROW nStartRow, SCROW nEndRow ) const;
183 sal_Bool TestInsertCol( SCROW nStartRow, SCROW nEndRow) const;
185 void InsertRow( SCROW nStartRow, SCSIZE nSize );
186 void DeleteRow( SCROW nStartRow, SCSIZE nSize );
195 void RemoveEditAttribs( SCROW nStartRow, SCROW nEndRow );
217 SCROW nStartRow, SCROW nEndRow );
233 void MoveTo(SCROW nStartRow, SCROW nEndRow, ScColumn& rCol);
259 sal_Bool HasStringCells( SCROW nStartRow, SCROW nEndRow ) const;
280 void ResetChanged( SCROW nStartRow, SCROW nEndRow );
319 void SetPatternArea( SCROW nStartRow, SCROW nEndRow,
[all …]
H A Ddbcolect.hxx49 SCROW nStartRow; member in ScDBData
H A Ddetfunc.hxx100 sal_Bool InsertToOtherTab( SCCOL nStartCol, SCROW nStartRow,
H A Ddociter.hxx87 SCROW nStartRow; member in ScValueIterator
222 SCROW nStartRow; member in ScCellIterator
381 SCROW nStartRow; member in ScDocAttrIterator
400 SCROW nStartRow; member in ScAttrRectIterator
422 SCROW nStartRow; member in ScHorizontalCellIterator
488 SCROW nStartRow; member in ScHorizontalAttrIterator
H A Ddocument.hxx779 void DoAutoOutline( SCCOL nStartCol, SCROW nStartRow,
863 sal_Bool ExtendMerge( SCCOL nStartCol, SCROW nStartRow,
872 sal_Bool RefreshAutoFilter( SCCOL nStartCol, SCROW nStartRow,
882 sal_Bool IsBlockEmpty( SCTAB nTab, SCCOL nStartCol, SCROW nStartRow,
992 SCCOL nStartCol, SCROW nStartRow,
1016 SCROW nStartRow, SCSIZE nSize,
1021 sal_Bool InsertCol( SCROW nStartRow, SCTAB nStartTab,
1026 void DeleteCol( SCROW nStartRow, SCTAB nStartTab,
1264 void ApplyStyleArea( SCCOL nStartCol, SCROW nStartRow,
1288 sal_Bool RemoveFlagsTab( SCCOL nStartCol, SCROW nStartRow,
[all …]
H A Ddocuno.hxx588 SCROW nStartRow; member in ScTableRowsObj
H A Ddpglobal.hxx197 …board, SCCOL nClipStartCol, SCROW nClipStartRow, SCCOL nStartCol, SCROW nStartRow, SCTAB nStartTab…
H A Ddrwlayer.hxx174 …sal_Bool HasObjectsInRows( SCTAB nTab, SCROW nStartRow, SCROW nEndRow, bool bIncludeNot…
H A Dmarkarr.hxx52 void SetMarkArea( SCROW nStartRow, SCROW nEndRow, sal_Bool bMarked );
53 sal_Bool IsAllMarked( SCROW nStartRow, SCROW nEndRow ) const;
H A Dolinetab.hxx147 void InsertRow( SCROW nStartRow, SCSIZE nSize );
148 sal_Bool DeleteRow( SCROW nStartRow, SCSIZE nSize );
H A Dtable.hxx419 sal_Bool GetPrintAreaHor( SCROW nStartRow, SCROW nEndRow,
439 SCSIZE GetEmptyLinesInBlock( SCCOL nStartCol, SCROW nStartRow,
452 sal_Bool HasStringCells( SCCOL nStartCol, SCROW nStartRow,
507 SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow,
527 sal_Bool ExtendMerge( SCCOL nStartCol, SCROW nStartRow,
547 SCCOL nStartCol, SCROW nStartRow,
551 SCCOL nStartCol, SCROW nStartRow,
653 sal_uLong GetRowHeight( SCROW nStartRow, SCROW nEndRow ) const;
729 void RemoveRowPageBreaks(SCROW nStartRow, SCROW nEndRow);
739 bool HasHiddenRows(SCROW nStartRow, SCROW nEndRow) const;
[all …]
/trunk/main/sc/source/core/data/
H A Dattarray.cxx231 long nStartRow = 0; in Search() local
243 nStartRow = -1; in Search()
534 if (nY1 < nStartRow) nY1=nStartRow; in ApplyStyleArea()
692 if (nY1 < nStartRow) nY1=nStartRow; in ApplyLineStyleArea()
761 if (nY1 < nStartRow) nY1=nStartRow; in ApplyCacheArea()
1512 if (nThisRow < nStartRow) nThisRow = nStartRow; in SetPatternAreaSafe()
1562 if (nThisRow < nStartRow) nThisRow = nStartRow; in ApplyFlags()
1599 if (nThisRow < nStartRow) nThisRow = nStartRow; in RemoveFlags()
1634 if (nThisRow < nStartRow) nThisRow = nStartRow; in ClearItems()
1661 if (nThisStart < nStartRow) nThisStart = nStartRow; in ChangeIndent()
[all …]
H A Dbcaslot.cxx76 SCROW nStartRow; // first row of this segment member
81 …ScSlotData( SCROW r1, SCROW r2, SCSIZE s, SCSIZE c ) : nStartRow(r1), nStopRow(r2), nSlice(s), nCu… in ScSlotData()
542 (static_cast<SCSIZE>(nRow - rSD.nStartRow)) / rSD.nSlice + in ComputeSlotOffset()
H A Dcolumn.cxx339 ScAttrIterator aAttrIter( pAttrArray, nStartRow, nEndRow ); in GetMostUsedPattern()
453 pAttrArray->ApplyCacheArea( nStartRow, nEndRow, &aCache ); in ApplyPatternArea()
616 return pAttrArray->ApplyFlags( nStartRow, nEndRow, nFlags ); in ApplyFlags()
628 pAttrArray->ClearItems( nStartRow, nEndRow, pWhich ); in ClearItems()
1079 bTest = pAttrArray->TestInsertCol(nStartRow, nEndRow); in TestInsertCol()
1118 void ScColumn::InsertRow( SCROW nStartRow, SCSIZE nSize ) in InsertRow() argument
1120 pAttrArray->InsertRow( nStartRow, nSize ); in InsertRow()
1128 Search( nStartRow, i ); in InsertRow()
1529 pAttrArray->MoveTo(nStartRow, nEndRow, *rCol.pAttrArray); in MoveTo()
2092 Search(nStartRow,nIndex); in ResetChanged()
[all …]
H A Dcolumn2.cxx860 pHeight[nRow-nStartRow] = nDefHeight; in GetOptimalHeight()
918 pHeight[nRow-nStartRow] = nHeight; in GetOptimalHeight()
1039 Search( nStartRow, i ); in RemoveEditAttribs()
1257 Search( nStartRow, nIndex ); in VisibleCount()
1260 if ( pItems[nIndex].nRow >= nStartRow && in VisibleCount()
1340 Search( nStartRow, nIndex ); in IsEmptyBlock()
1363 if ( pItems[i].nRow < nStartRow ) in GetEmptyLinesInBlock()
1592 Search( nStartRow, nIndex ); in FindUsed()
1595 pUsed[nRow-nStartRow] = sal_True; in FindUsed()
1829 SCROW nStartRow, SCROW nEndRow ) in UpdateAreaFunction() argument
[all …]
H A Dcolumn3.cxx268 pAttrArray->DeleteRow( nStartRow, nSize ); in DeleteRow()
274 Search( nStartRow, nFirstIndex ); in DeleteRow()
282 SCROW nEndRow = nStartRow + nSize - 1; in DeleteRow()
309 Search( nStartRow, i ); in DeleteRow()
566 if (nStartRow==0 && nEndRow==MAXROW) in DeleteArea()
687 SCROW nEndRow = nStartRow; in CopyFromClip()
1497 Search( nStartRow, nIndex ); in GetFilterEntries()
1739 SCROW nCurRow = nStartRow; in FillDPCacheT()
1781 if( nCurRow == nStartRow ) in FillDPCacheT()
1789 if( nCurRow == nStartRow ) in FillDPCacheT()
[all …]
H A Dconditio.cxx1299 SCROW nStartRow = rRange.aStart.Row(); in lcl_Extend() local
1303 sal_Bool bEx = pDoc->ExtendMerge( nStartCol, nStartRow, nEndCol, nEndRow, nTab ); in lcl_Extend()
1308 if (nStartRow > 0) --nStartRow; in lcl_Extend()
1315 rRange.aStart.Set( nStartCol, nStartRow, nTab ); in lcl_Extend()
H A Ddociter.cxx296 if (!ValidRow(nStartRow)) nStartRow = MAXROW; in ScValueIterator()
302 nRow = nStartRow; in ScValueIterator()
319 nRow = nStartRow; in GetThis()
471 nRow = nStartRow; in GetFirst()
982 if (!ValidRow(nStartRow)) nStartRow = MAXROW; in ScCellIterator()
993 nRow = nStartRow; in ScCellIterator()
1024 if (!ValidRow(nStartRow)) nStartRow = MAXROW; in ScCellIterator()
1035 nRow = nStartRow; in ScCellIterator()
1100 nRow = nStartRow; in GetFirst()
1705 nRow = nStartRow; in SetTab()
[all …]
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()

Completed in 195 milliseconds

123456