Home
last modified time | relevance | path

Searched refs:nRows (Results 1 – 25 of 166) sorted by last modified time

1234567

/trunk/main/sw/source/core/undo/
H A Duntbl.cxx250 nSttNode( rPos.nNode.GetIndex() ), nRows( nRw ), nCols( nCl ), nAdjust( nAdj ) in SwUndoInsTbl()
330 const SwTable* pTbl = rDoc.InsertTable( aInsTblOpts, aPos, nRows, nCols, in RedoImpl()
372 nRows, nCols, nAdjust, pAutoFmt, pColWidth ); in RepeatImpl()
/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx311 SCSIZE nCols, nRows; in GetNewMat() local
312 pMat->GetDimensions( nCols, nRows); in GetNewMat()
313 if ( nCols != nC || nRows != nR ) in GetNewMat()
3187 SCSIZE nCols, nRows; in ScMatRef() local
3188 pMat->GetDimensions( nCols, nRows ); in ScMatRef()
3191 if ((nCols <= nC && nCols != 1) || (nRows <= nR && nRows != 1)) in ScMatRef()
/trunk/main/svx/source/table/
H A Dtablemodel.cxx151 sal_Int32 nRows = nRowCount; in TableModel() local
152 while( nRows-- ) in TableModel()
153 (*maRows[nRows]) = (*xSourceTable->maRows[nRows]); in TableModel()
182 if( nRows < 20 ) in init()
188 if( nRows && nColumns ) in init()
191 maRows.resize( nRows ); in init()
193 while( nRows-- ) in init()
194 maRows[nRows].set( new TableRow( this, nRows, nColumns ) ); in init()
276 while( nRows-- ) in UndoInsertColumns()
741 while( nRows-- ) in insertColumns()
[all …]
H A Dsvdotable.cxx236 void init( SdrTableObj* pTable, sal_Int32 nColumns, sal_Int32 nRows );
280 void SdrTableObjImpl::init( SdrTableObj* pTable, sal_Int32 nColumns, sal_Int32 nRows ) in init() argument
284 mxTable->init( nColumns, nRows ); in init()
747 if( nRows <= 0 ) in SdrTableObj()
748 nRows = 1; in SdrTableObj()
750 init( nColumns, nRows ); in SdrTableObj()
755 void SdrTableObj::init( sal_Int32 nColumns, sal_Int32 nRows ) in init() argument
761 mpImpl->init( this, nColumns, nRows ); in init()
2709 const sal_Int32 nRows = rEnd.mnRow - rStart.mnRow + 1; in CloneRange() local
2725 for( sal_Int32 nRow = 0; nRow < nRows; ++nRow ) in CloneRange()
[all …]
/trunk/main/starmath/source/
H A Dmathtype.cxx2841 sal_uInt8 nH_just,nV_just,nRows,nCols; in HandleMatrix() local
2845 *pS >> nRows; in HandleMatrix()
2847 int nBytes = ((nRows+1)*2)/8; in HandleMatrix()
2848 if (((nRows+1)*2)%8) in HandleMatrix()
2856 int nRet = HandleRecords(nLevel+1,nSelector,nVariation,nRows,nCols); in HandleMatrix()
/trunk/main/writerfilter/inc/resourcemodel/
H A DTableManager.hxx58 unsigned int nRows,
977 const unsigned int nRows = pTableData->getRowCount(); in resolveCurrentTable() local
979 mpTableDataHandler->startTable(nRows, pTableData->getDepth(), getTableProps()); in resolveCurrentTable()
981 for (unsigned int nRow = 0; nRow < nRows; ++nRow) in resolveCurrentTable()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx7829 sal_uInt32 nRows = pTableArry[ 1 ]; in CreateTable() local
7830 if ( nRows && pGroup->ISA( SdrObjGroup ) ) in CreateTable()
/trunk/main/svtools/inc/svtools/
H A Dbrwbox.hxx536 long ScrollRows( long nRows );
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx3666 sal_Int32 nRows = thisAddress.EndRow - thisAddress.StartRow; in Delete() local
3667 if ( mbIsRows || bFullRow || ( nCols >= nRows ) ) in Delete()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx2414 SCROW nRows = aDestRange.aEnd.Row() - aDestRange.aStart.Row() + 1; in CopyMultiRangeFromClip() local
2415 UpdateRangeNamesInFormulas(aClipRangeNames, aRanges, rMark, nCols-1, nRows-1); in CopyMultiRangeFromClip()
H A Dcell.cxx1766 void ScFormulaCell::SetMatColsRows( SCCOL nCols, SCROW nRows ) in SetMatColsRows() argument
1770 pMat->SetMatColsRows( nCols, nRows); in SetMatColsRows()
1771 else if (nCols || nRows) in SetMatColsRows()
1772 aResult.SetToken( new ScMatrixFormulaCellToken( nCols, nRows)); in SetMatColsRows()
1776 void ScFormulaCell::GetMatColsRows( SCCOL & nCols, SCROW & nRows ) const in GetMatColsRows()
1780 pMat->GetMatColsRows( nCols, nRows); in GetMatColsRows()
1784 nRows = 0; in GetMatColsRows()
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx1966 nTPosY -= nThis * nRows; in SetPosY()
1975 nTPosY += nThis * nRows; in SetPosY()
3120 SCROW nRows = nHeightEndRow - nRow + 1; in AddPixelsWhile() local
3122 sal_Int64 nAdd = nPixel * nRows; in AddPixelsWhile()
3127 nAdd = nPixel * nRows; in AddPixelsWhile()
3131 ++nRows; in AddPixelsWhile()
3136 nRow += nRows; in AddPixelsWhile()
3163 sal_Int64 nAdd = nPixel * nRows; in AddPixelsWhileBackward()
3168 nAdd = nPixel * nRows; in AddPixelsWhileBackward()
3172 ++nRows; in AddPixelsWhileBackward()
[all …]
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx3756 SCCOLROW nRows[2] = { nStartRow, nEndRow }; in AutoFormat() local
3762 … SetWidthOrHeight( sal_False,1,nRows, nTab, SC_SIZE_VISOPT, 0, sal_False, sal_False); in AutoFormat()
/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx1064 void XclExpCachedMatrix::GetDimensions( SCSIZE & nCols, SCSIZE & nRows ) const in GetDimensions()
1066 mrMatrix.GetDimensions( nCols, nRows ); in GetDimensions()
1068 DBG_ASSERT( nCols && nRows, "XclExpCachedMatrix::GetDimensions - empty matrix" ); in GetDimensions()
1074 SCSIZE nCols, nRows; in GetSize() local
1076 GetDimensions( nCols, nRows ); in GetSize()
1081 return 3 + 9 * (nCols * nRows); in GetSize()
1086 SCSIZE nCols, nRows; in Save() local
1088 GetDimensions( nCols, nRows ); in Save()
1092 rStrm << static_cast< sal_uInt8 >( nCols ) << static_cast< sal_uInt16 >( nRows ); in Save()
1095 rStrm << static_cast< sal_uInt8 >( nCols - 1 ) << static_cast< sal_uInt16 >( nRows - 1 ); in Save()
[all …]
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx149 void DomainMapperTableHandler::startTable(unsigned int nRows, in startTable() argument
154 m_pTableSeq = TableSequencePointer_t(new TableSequence_t(nRows)); in startTable()
159 dmapper_logger->attribute("rows", nRows); in startTable()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx995 nRows = 0; in InitCtor()
1941 ASSERT( nRows>0 && nCols>0 && nCurRow==nRows, in InheritBorders()
2177 nRows = nRowsReq; in InsertCell()
2275 if( nRows<nRowsReq ) in OpenRow()
2279 nRows = nRowsReq; in OpenRow()
2350 if ( nRows > 0 ) in InsertCol()
2399 if( nRows>nCurRow ) in CloseTable()
2411 nRows = nCurRow; in CloseTable()
2425 if( 0==nRows ) in CloseTable()
2428 nRows = 1; in CloseTable()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleDataPilotSource.java817 int nRows = 1; in getResults() local
819 nRows *= nMemberCount; in getResults()
824 com.sun.star.sheet.DataResult[][] aResults = new com.sun.star.sheet.DataResult[nRows][]; in getResults()
825 for (int nRow=0; nRow<nRows; nRow++) in getResults()
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx114 short nRows; member
194 short nRows; member in WW8TabDesc
1852 nRows(0), in WW8TabDesc()
1959 if (nRows == 0) in WW8TabDesc()
2062 nRows++; in WW8TabDesc()
2063 pActBand->nRows++; in WW8TabDesc()
2147 if( pActBand->nRows > 1 ) in WW8TabDesc()
2153 pNewBand->nRows = 1; in WW8TabDesc()
2638 if ( nRowsToRepeat == static_cast<sal_uInt16>(nRows) ) in UseSwTable()
2668 for( short j = 0; j < pActBand->nRows; j++, nRow++ ) in MergeCells()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx751 sal_Int32 nRows = pTable->GetTabLines().Count(); in Impl_createDataSource() local
753 std::vector< std::vector< sal_Char > > aMap( nRows ); in Impl_createDataSource()
754 for (sal_Int32 i = 0; i < nRows; ++i) in Impl_createDataSource()
777 if( nStartRow < 0 || nEndRow >= nRows || in Impl_createDataSource()
794 sal_Int32 oiEnd = bDtaSrcIsColumns ? nCols : nRows; in Impl_createDataSource()
795 sal_Int32 iiEnd = bDtaSrcIsColumns ? nRows : nCols; in Impl_createDataSource()
/trunk/main/sc/source/ui/unoobj/
H A Dcursuno.cxx215 void SAL_CALL ScCellCursorObj::collapseToSize( sal_Int32 nColumns, sal_Int32 nRows ) in collapseToSize() argument
219 if ( nColumns <= 0 || nRows <= 0 ) in collapseToSize()
233 long nEndY = aNewRange.aStart.Row() + nRows - 1; in collapseToSize()
/trunk/main/svtools/source/filter/
H A Dfilter2.cxx1004 sal_uInt32 nRows; in ImpDetectPSD() local
1009 rStm >> nChannels >> nRows >> nColumns >> nDepth >> nMode; in ImpDetectPSD()
1021 aPixSize.Height() = nRows; in ImpDetectPSD()
/trunk/main/sw/source/core/layout/
H A Dlaycache.cxx767 sal_uInt16 nRows( 0 ); in CheckInsert() local
772 nRows = 0; in CheckInsert()
775 ++nRows; in CheckInsert()
778 nParagraphCnt += nRows; in CheckInsert()
786 if ( nRows > ( 3*nMaxParaPerPage ) ) in CheckInsert()
869 bSplit = nOfst < nRows && nRowCount + nRepeat < nOfst; in CheckInsert()
909 nRows = nRows + nRepeat; in CheckInsert()
/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx209 nRows( nRws ), nCols( nCls ), in SwHTMLTableLayout()
238 sal_uInt16 nCount = nRows*nCols; in ~SwHTMLTableLayout()
515 for( sal_uInt16 j=0; j<nRows; j++ ) in AutoLayoutPass1()
1667 for( sal_uInt16 i=0; i<nRows; i++ ) in SetWidths()
/trunk/main/xmloff/source/chart/
H A DSchXMLTableContext.hxx91 sal_Int32& nRows, sal_Int32& nColumns );
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorkbook.java436 int nRows = 0; in addColInfo() local
456 Row newRow = new Row(nRows++, size, cri.isUserDefined()); in addColInfo()
461 nRows += repeated; in addColInfo()

Completed in 361 milliseconds

1234567