/aoo4110/main/sc/source/core/data/ |
H A D | scdpoutputimpl.cxx | 45 mnRows.push_back( mnTabEndRow+1); //set last col bottom in OutputDataArea() 47 sal_Bool bAllRows = ( ( mnTabEndRow - mnDataStartRow + 2 ) == (SCROW) mnRows.size() ); in OutputDataArea() 50 std::sort( mnRows.begin(), mnRows.end(), lcl_compareRowfuc ); in OutputDataArea() 58 for ( SCROW i = nCol%2; i < (SCROW)mnRows.size()-2; i +=2 ) in OutputDataArea() 59 OutputBlockFrame( mnCols[nCol], mnRows[i], mnCols[nCol+1]-1, mnRows[i+1]-1 ); in OutputDataArea() 60 if ( mnRows.size()>=2 ) in OutputDataArea() 61 …OutputBlockFrame( mnCols[nCol], mnRows[mnRows.size()-2], mnCols[nCol+1]-1, mnRows[mnRows.size()-1… in OutputDataArea() 65 for ( SCROW i = 0 ; i < (SCROW)mnRows.size()-1; i++ ) in OutputDataArea() 66 OutputBlockFrame( mnCols[nCol], mnRows[i], mnCols[nCol+1]-1, mnRows[i+1]-1 ); in OutputDataArea() 70 OutputBlockFrame( mnCols[nCol], mnRows.front(), mnCols[nCol+1]-1, mnRows.back()-1, bAllRows ); in OutputDataArea() [all …]
|
H A D | scdpoutputimpl.hxx | 41 ::std::vector< SCROW > mnRows;
|
H A D | dociter.cxx | 693 mnRows = static_cast<SCROW>(nR); in DataAccessMatrix() 705 for ( ;mnCurRow < mnRows; ++mnCurRow) in getCurrent()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | htmlpars.hxx | 255 SCROW mnRows; member 257 inline explicit ScHTMLSize() : mnCols( 0 ), mnRows( 0 ) {} in ScHTMLSize() 259 mnCols( nCols ), mnRows( nRows ) {} in ScHTMLSize() 262 { return (eOrient == tdCol) ? mnCols : mnRows; } in Get() 264 { mnCols = nCols; mnRows = nRows; } in Set() 266 { mnCols = mnCols + nColDiff; mnRows = mnRows + nRowDiff; } in Expand() 271 return (rSize1.mnRows == rSize2.mnRows) && (rSize1.mnCols == rSize2.mnCols); in operator ==()
|
/aoo4110/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 2231 const SCROW nLastRow = maSize.mnRows - 1; in ApplyCellBorders() 2412 aNewRange.aEnd.Move( rSpanSize.mnCols - 1, rSpanSize.mnRows - 1, 0 ); in InsertNewCell() 2413 if( rSpanSize.mnRows > 1 ) in InsertNewCell() 2431 maSize.mnRows = ::std::max< SCROW >( maSize.mnRows, aNewRange.aEnd.Row() + 1 ); in InsertNewCell() 2583 for( ScAddress aAddr; aAddr.Row() < maSize.mnRows; aAddr.IncRow() ) in FillEmptyCells() 2655 aDocSize.mnRows += pTable ? pTable->GetDocSize( tdRow ) : 1; in RecalcDocSize() 2657 if( !aDocSize.mnRows ) in RecalcDocSize() 2658 aDocSize.mnRows = 1; in RecalcDocSize() 2663 CalcNeededDocSize( tdRow, rCellPos.mnRow, aCellSpan.mnRows, aDocSize.mnRows ); in RecalcDocSize() 2730 pEntry->nRowOverlap = aCellDocSize.mnRows; in RecalcDocPos() [all …]
|
/aoo4110/main/sw/source/core/view/ |
H A D | pagepreviewlayout.cxx | 79 mnCols = mnRows = 0; in _Clear() 164 mnPrevwLayoutHeight = mnRows * mnRowHeight + mnYFree; in _CalcPrevwLayoutSizes() 221 mnRows = _nRows; in Init() 603 (!mbDoesLayoutRowsFitIntoWindow || nConsideredRows < mnRows) && in _CalcPreviewPages() 905 nCurrRow > nTotalRows - mnRows ) in CalcStartValuesForSelectedPageMove() 909 nNewStartPage = (nTotalRows - mnRows) * mnCols + 1; in CalcStartValuesForSelectedPageMove()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | doubleref.cxx | 423 mnRows = static_cast<SCROW>(nR); in ScDBExternalRange() 437 return mnRows; in getRowSize() 452 if (nCol >= mnCols || nRow >= mnRows) in getString()
|
/aoo4110/main/vcl/inc/ |
H A D | printdlg.hxx | 83 int mnRows; member in vcl::PrintDialog::ShowNupOrderWindow 95 mnRows = i_nRows; in setValues()
|
/aoo4110/main/vcl/source/window/ |
H A D | printdlg.cxx | 393 , mnRows( 1 ) in ShowNupOrderWindow() 414 int nPages = mnRows * mnColumns; in Paint() 421 Size aSubSize( aOutSize.Width() / mnColumns, aOutSize.Height() / mnRows ); in Paint() 442 nX = (i / mnRows); nY = (i % mnRows); in Paint() 448 nX = mnColumns - 1 - (i / mnRows); nY = (i % mnRows); in Paint()
|
/aoo4110/main/sc/source/core/inc/ |
H A D | doubleref.hxx | 180 SCROW mnRows; member in ScDBExternalRange
|
/aoo4110/main/sw/inc/ |
H A D | pagepreviewlayout.hxx | 76 sal_uInt16 mnRows; member in SwPagePreviewLayout
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | chart2uno.cxx | 3074 mnCols(0), mnRows(0) {} in AccumulateRangeSize() 3077 mnCols(r.mnCols), mnRows(r.mnRows) {} in AccumulateRangeSize() 3086 mnRows += r.aEnd.Row() - r.aStart.Row() + 1; in operator ()() 3090 SCROW getRows() const { return mnRows; } in getRows() 3093 SCROW mnRows; member in __anon04f288840511::AccumulateRangeSize
|
/aoo4110/main/sc/inc/ |
H A D | dociter.hxx | 200 SCROW mnRows; member in ScDBQueryDataIterator::DataAccessMatrix
|