/aoo42x/main/filter/source/graphicfilter/ipsd/ |
H A D | ipsd.cxx | 49 sal_uInt32 nRows; member 354 while ( nY < mpFileHeader->nRows ) in ImplReadBody() 377 if ( nY == mpFileHeader->nRows ) in ImplReadBody() 398 if ( nY == mpFileHeader->nRows ) in ImplReadBody() 409 while ( nY < mpFileHeader->nRows ) in ImplReadBody() 458 while ( nY < mpFileHeader->nRows ) in ImplReadBody() 499 while ( nY < mpFileHeader->nRows ) in ImplReadBody() 541 while ( nY < mpFileHeader->nRows ) in ImplReadBody() 587 while ( nY < mpFileHeader->nRows ) in ImplReadBody() 673 while ( nY < mpFileHeader->nRows ) in ImplReadBody() [all …]
|
/aoo42x/main/svx/source/table/ |
H A D | tablemodel.cxx | 151 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 D | cellcursor.cxx | 406 void CellCursor::split_row( sal_Int32 nRow, sal_Int32 nRows, std::vector< sal_Int32 >& rLeftOvers ) in split_row() argument 417 nNewRows = std::max( nNewRows, nRows - xCell->getRowSpan() + 1 - rLeftOvers[nCol] ); in split_row() 469 sal_Int32 nSplitSpan = (nCellsAvailable / (nRows + 1)) - 1; in split_row() 472 sal_Int32 nSplits = nRows + 1; in split_row() 477 nSplitSpan = nCellsAvailable - ((nSplitSpan+1) * nRows) - 1; in split_row() 510 void CellCursor::split_vertical( sal_Int32 nRows ) in split_vertical() argument 517 split_row( nRow, nRows, aLeftOvers ); in split_vertical() 524 if( (nColumns < 0) || (nRows < 0) ) in split() 540 if( nRows > 0 ) in split() 541 split_vertical( nRows ); in split() [all …]
|
/aoo42x/main/sc/source/core/inc/ |
H A D | jumpmatrix.hxx | 66 SCSIZE nRows; member in ScJumpMatrix 83 , nRows( nRowsP ) in ScJumpMatrix() 95 nRows-1); in ScJumpMatrix() 115 rRows = nRows; in GetDimensions() 121 pJump[ (sal_uLong)nCol * nRows + nRow ]. in SetJump() 128 if (nCols == 1 && nRows == 1) in GetJump() 133 else if (nCols == 1 && nRow < nRows) in GetJump() 135 else if (nRows == 1 && nCol < nCols) in GetJump() 137 else if (nCols <= nCol || nRows <= nRow) in GetJump() 150 sal_uLong n = (sal_uLong)nCols * nRows; in SetAllJumps() [all …]
|
/aoo42x/main/svtools/source/contnr/ |
H A D | imivctl2.cxx | 37 nRows = 0; in IcnCursor_Impl() 81 pRows = new SvPtrarr[ nRows ]; in ImplCreate() 93 if( nY >= nRows ) in ImplCreate() 336 if( nRowMax < (nRows-1)) in GoLeftRight() 438 nLastRow = nRows; in GoUpDown() 470 nRows++; in SetDeltas() 471 if( !nRows ) in SetDeltas() 472 nRows = 1; in SetDeltas() 806 sal_uInt16 nCols, nRows; in OutputSizeChanged() local 807 GetMinMapSize( nCols, nRows ); in OutputSizeChanged() [all …]
|
/aoo42x/main/vcl/aqua/source/a11y/ |
H A D | aqua11ytablewrapper.mm | 46 sal_Int32 nRows = accessibleTable->getAccessibleRowCount(); 49 if( nRows * nCols < MAXIMUM_ACCESSIBLE_TABLE_CELLS ) 52 for ( sal_Int32 rowCount = 0; rowCount < nRows; rowCount++ ) 118 sal_Int32 nRows = accessibleTable->getAccessibleRowCount(); 122 if( nRows*nCols < MAXIMUM_ACCESSIBLE_TABLE_CELLS ) 137 sal_Int32 nRows = accessibleTable->getAccessibleRowCount(); 139 if( nRows * nCols < MAXIMUM_ACCESSIBLE_TABLE_CELLS ) 145 sal_Int32 nRows = accessibleTable->getAccessibleRowCount(); 146 for( sal_Int32 n = 0; n < nRows; n++ ) 177 sal_Int32 nRows = accessibleTable->getAccessibleRowCount(); [all …]
|
/aoo42x/main/sc/source/core/tool/ |
H A D | doubleref.cxx | 69 SCROW nRows = pDBRef->getRowSize(); in lcl_createStarQuery() local 70 SCSIZE nNewEntries = static_cast<SCSIZE>(nRows); in lcl_createStarQuery() 148 while (bValid && (nRow < nRows) /* && (nIndex < MAXQUERY) */ ); in lcl_createStarQuery() 157 SCROW nRows = pQueryRef->getRowSize(); in lcl_createExcelQuery() local 192 while (nRow < nRows) in lcl_createExcelQuery() 317 SCROW nRows = getRowSize(); in getVisibleDataCellCount() local 318 if (nRows <= 1) in getVisibleDataCellCount() 321 return (nRows-1)*nCols; in getVisibleDataCellCount() 443 SCROW nRows = getRowSize(); in getVisibleDataCellCount() local 444 if (nRows <= 1) in getVisibleDataCellCount() [all …]
|
H A D | ddelink.cxx | 155 SCSIZE nRows = 1; in DataChanged() local 158 nRows = static_cast<SCSIZE>(aLinkStr.GetTokenCount( '\n' )); in DataChanged() 164 if (!nRows || !nCols) // keine Daten in DataChanged() 171 pResult = new ScMatrix( nCols, nRows ); in DataChanged() 190 for (SCSIZE nR=0; nR<nRows; nR++) in DataChanged()
|
H A D | interpr1.cxx | 114 SCSIZE nCols, nRows; in ScIfJump() local 116 if ( nCols == 0 || nRows == 0 ) in ScIfJump() 247 SCSIZE nCols, nRows; in ScChoseJump() local 249 if ( nCols == 0 || nRows == 0 ) in ScChoseJump() 535 SCSIZE nCols, nRows; in JumpMatrix() local 538 (nRows <= nR && nRows != 1)) in JumpMatrix() 1929 SCSIZE nCols, nRows, nC, nR; in ScIsEmpty() local 1991 SCSIZE nCols, nRows, nC, nR; in IsString() local 2443 SCSIZE nCols, nRows, nC, nR; in ScIsValue() local 4062 SCROW nRows; in ScColumn() local [all …]
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | mailmergehelper.cxx | 211 sal_uInt16 nRows; member 217 nRows(1), in SwAddressPreview_Impl() 291 if( (nSelectRow < nStartRow) || (nSelectRow >= (nStartRow + pImpl->nRows) )) in SelectAddress() 325 void SwAddressPreview::SetLayout(sal_uInt16 nRows, sal_uInt16 nColumns) in SetLayout() argument 327 pImpl->nRows = nRows; in SetLayout() 345 aVScrollBar.SetVisibleSize(pImpl->nRows); in UpdateScrollBar() 376 Size aPartSize( aSize.Width()/pImpl->nColumns, aSize.Height()/pImpl->nRows ); in Paint() 382 for(sal_uInt16 nRow = 0; nRow < pImpl->nRows ; ++nRow) in Paint() 391 if((pImpl->nColumns * pImpl->nRows) == 1) in Paint() 407 if(rMEvt.IsLeft() && ( pImpl->nRows || pImpl->nColumns)) in MouseButtonDown() [all …]
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | XMLDDELinksContext.cxx | 95 nRows(0), in ScXMLDDELinkContext() 157 if (nPosition > -1 && nColumns && nRows && GetScImport().GetDocument()) in EndElement() 159 bool bSizeMatch = (static_cast<size_t>(nColumns * nRows) == aDDELinkTable.size()); in EndElement() 168 nColumns = aDDELinkTable.size() / nRows; in EndElement() 169 DBG_ASSERT( static_cast<size_t>(nColumns * nRows) == aDDELinkTable.size(), in EndElement() 172 … ScMatrixRef pMatrix = new ScMatrix( static_cast<SCSIZE>(nColumns), static_cast<SCSIZE>(nRows) ); in EndElement() 360 nRows(1) in ScXMLDDERowContext() 375 GetScImport().GetMM100UnitConverter().convertNumber(nRows, sValue); in ScXMLDDERowContext() 377 pDDELink->AddRows(nRows); in ScXMLDDERowContext() 403 pDDELink->AddRowsToTable(nRows); in EndElement()
|
H A D | xmlexprt.cxx | 1396 sal_Int32 nRows(1); in ExportFormatRanges() local 1398 while (nRows < nTotalRows) in ExportFormatRanges() 1406 OpenRow(nSheet, nStartRow + nRows, nTotalRows - nRows); in ExportFormatRanges() 1407 nRows += nTotalRows - nRows; in ExportFormatRanges() 1412 nRows += nMaxRows; in ExportFormatRanges() 1417 CloseRow(nStartRow + nRows - 1); in ExportFormatRanges() 1428 sal_Int32 nRows(0); in ExportFormatRanges() local 1430 while (nRows < nTotalRows) in ExportFormatRanges() 1436 OpenRow(nSheet, nStartRow + nRows, nTotalRows - nRows); in ExportFormatRanges() 1437 nRows += nTotalRows - nRows; in ExportFormatRanges() [all …]
|
/aoo42x/main/sc/source/ui/Accessibility/ |
H A D | AccessiblePreviewTable.cxx | 249 sal_Int32 nRows = 1; in getAccessibleRowExtentAt() local 266 nRows = pItem->GetRowMerge(); in getAccessibleRowExtentAt() 272 return nRows; in getAccessibleRowExtentAt() 503 SCROW nRows = mpTableInfo->GetRows(); in getAccessibleAtPoint() local 513 …if ( nCols > 0 && nRows > 0 && aMovedPoint.X >= pColInfo[0].nPixelStart && aMovedPoint.Y >= pRowIn… in getAccessibleAtPoint() 519 while ( nRowIndex < nRows && aMovedPoint.Y > pRowInfo[nRowIndex].nPixelEnd ) in getAccessibleAtPoint() 521 if ( nColIndex < nCols && nRowIndex < nRows ) in getAccessibleAtPoint() 729 SCROW nRows = mpTableInfo->GetRows(); in GetBoundingBox() local 730 if ( nColumns > 0 && nRows > 0 ) in GetBoundingBox() 738 pRowInfo[nRows-1].nPixelEnd ); in GetBoundingBox()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 995 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 …]
|
/aoo42x/main/sw/source/ui/envelp/ |
H A D | labfmt.cxx | 136 if (aItem.nRows == 1) in Paint() 168 if (aItem.nRows == 1) in Paint() 174 for (sal_uInt16 nRow = 0; nRow < Min((sal_uInt16) 2, (sal_uInt16) aItem.nRows); nRow++) in Paint() 221 if (aItem.nRows > 1) in Paint() 543 rItem.nRows = rRec.nRows = (sal_uInt16) aRowsField.GetValue(); in FillItem() 584 aRowsField.SetMax(aItem.nRows); in Reset() 587 aRowsField .SetValue(aItem.nRows); in Reset() 606 aRec.nRows = (sal_uInt16) aRowsField.GetValue(); in IMPL_LINK() 718 rItem.nRows = rLabRec.nRows; in GetLabel()
|
H A D | labimg.cxx | 54 nRows (1), in SwLabItem() 97 nRows = rItem.nRows; in operator =() 159 nRows == rLab.nRows && in operator ==() 317 case 4: pValues[nProp] >>= aItem.nRows; break;// "Format/Row", in SwLabCfgItem() 442 case 4: pValues[nProp] <<= aItem.nRows; break;// "Format/Row", in Commit()
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbafont.cxx | 86 sal_Int32 nRows = xColumnRowRange->getRows()->getCount(); in setSuperscript() local 89 for ( sal_Int32 row = 0; row < nRows; ++row ) in setSuperscript() 125 sal_Int32 nRows = xColumnRowRange->getRows()->getCount(); in getSuperscript() local 129 for ( sal_Int32 row = 0; row < nRows; ++row ) in getSuperscript() 158 sal_Int32 nRows = xColumnRowRange->getRows()->getCount(); in setSubscript() local 161 for ( sal_Int32 row = 0; row < nRows; ++row ) in setSubscript() 199 sal_Int32 nRows = xColumnRowRange->getRows()->getCount(); in getSubscript() local 203 for ( sal_Int32 row = 0; row < nRows; ++row ) in getSubscript()
|
/aoo42x/main/sc/inc/ |
H A D | token.hxx | 357 SCROW nRows; member in ScMatrixFormulaCellToken 362 nRows( nR ), nCols( nC ) {} in ScMatrixFormulaCellToken() 365 nRows( r.nRows ), nCols( r.nCols ) in ScMatrixFormulaCellToken() 376 nRows = nR; in SetMatColsRows() 381 nR = nRows; in GetMatColsRows() 385 SCROW GetMatRows() const { return nRows; } in GetMatRows()
|
/aoo42x/main/oox/source/xls/ |
H A D | externallinkbuffer.cxx | 165 sal_Int32 nRows, nCols; in importDdeItemValues() local 166 rStrm >> nRows >> nCols; in importDdeItemValues() 167 setResultSize( nCols, nRows ); in importDdeItemValues() 263 sal_Int32 nRows = rStrm.readuInt16(); in importExternalName() local 264 if( bBiff8 ) { ++nCols; ++nRows; } else if( nCols == 0 ) nCols = 256; in importExternalName() 265 setResultSize( nCols, nRows ); in importExternalName() 432 void ExternalName::setResultSize( sal_Int32 nColumns, sal_Int32 nRows ) in setResultSize() argument 436 … OSL_ENSURE( (nRows > 0) && (nColumns > 0), "ExternalName::setResultSize - invalid matrix size" ); in setResultSize() 438 …if( (0 < nRows) && (nRows <= rMaxPos.Row + 1) && (0 < nColumns) && (nColumns <= rMaxPos.Column + 1… in setResultSize() 439 …maResults.resize( static_cast< size_t >( nColumns ), static_cast< size_t >( nRows ), Any( BiffHelp… in setResultSize()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xehelper.cxx | 1064 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 …]
|
/aoo42x/main/sd/source/ui/table/ |
H A D | tablefunction.cxx | 120 sal_Int32 nRows = 0; in FuTable() local 131 nRows = pRows->GetValue(); in FuTable() 136 if( (nColumns == 0) || (nRows == 0) ) in FuTable() 145 nRows = pDlg->getRows(); in FuTable() 169 …::sdr::table::SdrTableObj* pObj = new ::sdr::table::SdrTableObj( GetDoc(), aRect, nColumns, nRows … in FuTable()
|
/aoo42x/main/qadevOOo/runner/util/ |
H A D | TableDsc.java | 45 public TableDsc( int nRows, int nColumns ) { in TableDsc() argument 46 rows = nRows; in TableDsc() 51 public TableDsc( String TableName, int nRows, int nColumns ) { in TableDsc() argument 53 rows = nRows; in TableDsc()
|
/aoo42x/main/sccomp/source/solver/ |
H A D | solver.cxx | 409 size_t nRows = maConstraints.getLength(); in solve() local 410 size_t nCompSize = nVariables * nRows; in solve() 415 double* pRHS = new double[nRows]; in solve() 416 char* pRowType = new char[nRows]; in solve() 417 for (size_t i=0; i<nRows; i++) in solve() 484 for (size_t nRow=0; nRow<nRows; nRow++) in solve() 545 int nResult = CoinLoadProblem( hProb, nVariables, nRows, nMatrixPos, 0, in solve()
|
/aoo42x/main/svtools/source/control/ |
H A D | taskmisc.cxx | 112 sal_uInt16 nRows; in ImplTile() local 132 nRows = nCols -1; in ImplTile() 136 nRows = nCols; in ImplTile() 147 nActRows = nRows - 1; in ImplTile() 149 nActRows = nRows; in ImplTile()
|
/aoo42x/main/vcl/source/window/ |
H A D | printdlg.cxx | 1988 nRows = nCols = 1; in updateNupFromPages() 1999 nRows = 1, nCols = 2; in updateNupFromPages() 2001 nRows = 2, nCols = 1; in updateNupFromPages() 2004 nRows = nCols = 2; in updateNupFromPages() 2008 nRows = 2, nCols = 3; in updateNupFromPages() 2010 nRows = 3, nCols = 2; in updateNupFromPages() 2013 nRows = nCols = 3; in updateNupFromPages() 2015 nRows = nCols = 4; in updateNupFromPages() 2044 if( nRows > 1 ) in updateNupFromPages() 2045 nHorzMax /= (nRows-1); in updateNupFromPages() [all …]
|