Home
last modified time | relevance | path

Searched refs:mnRows (Results 1 – 13 of 13) sorted by last modified time

/trunk/main/sw/source/core/view/
H A Dpagepreviewlayout.cxx77 mnCols = mnRows = 0; in _Clear()
162 mnPrevwLayoutHeight = mnRows * mnRowHeight + mnYFree; in _CalcPrevwLayoutSizes()
219 mnRows = _nRows; in Init()
601 (!mbDoesLayoutRowsFitIntoWindow || nConsideredRows < mnRows) && in _CalcPreviewPages()
903 nCurrRow > nTotalRows - mnRows ) in CalcStartValuesForSelectedPageMove()
907 nNewStartPage = (nTotalRows - mnRows) * mnCols + 1; in CalcStartValuesForSelectedPageMove()
/trunk/main/sc/inc/
H A Ddociter.hxx200 SCROW mnRows; member in ScDBQueryDataIterator::DataAccessMatrix
/trunk/main/sw/inc/
H A Dpagepreviewlayout.hxx76 sal_uInt16 mnRows; member in SwPagePreviewLayout
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx393 , 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()
/trunk/main/vcl/inc/
H A Dprintdlg.hxx83 int mnRows; member in vcl::PrintDialog::ShowNupOrderWindow
95 mnRows = i_nRows; in setValues()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx3074 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 __anon5c0df8530511::AccumulateRangeSize
/trunk/main/sc/source/filter/inc/
H A Dhtmlpars.hxx255 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 ==()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx2231 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 …]
/trunk/main/sc/source/core/tool/
H A Ddoubleref.cxx423 mnRows = static_cast<SCROW>(nR); in ScDBExternalRange()
437 return mnRows; in getRowSize()
452 if (nCol >= mnCols || nRow >= mnRows) in getString()
/trunk/main/sc/source/core/inc/
H A Ddoubleref.hxx180 SCROW mnRows; member in ScDBExternalRange
/trunk/main/sc/source/core/data/
H A Dscdpoutputimpl.cxx45 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 Dscdpoutputimpl.hxx41 ::std::vector< SCROW > mnRows;
H A Ddociter.cxx693 mnRows = static_cast<SCROW>(nR); in DataAccessMatrix()
705 for ( ;mnCurRow < mnRows; ++mnCurRow) in getCurrent()

Completed in 117 milliseconds