Home
last modified time | relevance | path

Searched refs:mnCols (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dscdpoutputimpl.cxx44 mnCols.push_back( mnTabEndCol+1); //set last row bottom in OutputDataArea()
49 std::sort( mnCols.begin(), mnCols.end(), lcl_compareColfuc ); in OutputDataArea()
52 for( SCCOL nCol = 0; nCol < (SCCOL)mnCols.size()-1; nCol ++ ) in OutputDataArea()
56 if ( nCol < (SCCOL)mnCols.size()-2) in OutputDataArea()
59 OutputBlockFrame( mnCols[nCol], mnRows[i], mnCols[nCol+1]-1, mnRows[i+1]-1 ); in OutputDataArea()
61 …OutputBlockFrame( mnCols[nCol], mnRows[mnRows.size()-2], mnCols[nCol+1]-1, mnRows[mnRows.size()-1… 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()
126 mnCols.push_back( nCol ); in AddCol()
H A Dscdpoutputimpl.hxx38 ::std::vector< SCCOL > mnCols;
H A Ddociter.cxx694 mnCols = static_cast<SCCOL>(nC); in DataAccessMatrix()
/trunk/main/svtools/source/control/
H A Dvalueset.cxx66 mnCols = 0; in ImplInit()
439 if ( !mnCols ) in Format()
440 mnCols = 1; in Format()
443 mnCols = 1; in Format()
446 mnCols = mnUserCols; in Format()
478 long nColSpace = (mnCols-1)*nSpace; in Format()
609 nLastItem += mnCols; in Format()
634 if ( !((i+1) % mnCols) ) in Format()
1530 nItemPos = ((((nLastItem+1)/mnCols)-1)*mnCols)+(mnCurCol%mnCols); in KeyInput()
1542 mnCurCol = nCalcPos%mnCols; in KeyInput()
[all …]
/trunk/main/sw/source/core/view/
H A Dpagepreviewlayout.cxx77 mnCols = mnRows = 0; in _Clear()
161 mnPrevwLayoutWidth = mnCols * mnColWidth + mnXFree; in _CalcPrevwLayoutSizes()
218 mnCols = _nCols; in Init()
662 if ( nCurrCol > mnCols ) in _CalcPreviewPages()
858 sal_uInt16 nTmpCol = nTmpRelSelPageNum % mnCols; in CalcStartValuesForSelectedPageMove()
859 sal_uInt16 nCurrRow = nTmpRelSelPageNum / mnCols; in CalcStartValuesForSelectedPageMove()
907 nNewStartPage = (nTotalRows - mnRows) * mnCols + 1; in CalcStartValuesForSelectedPageMove()
1411 sal_uInt16 nRow = (_nPageNum) / mnCols; in GetRowOfPage()
1412 if ( ( (_nPageNum) % mnCols ) > 0 ) in GetRowOfPage()
1435 sal_uInt16 nCol = (_nPageNum) % mnCols; in GetColOfPage()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dhtmlpars.hxx254 SCCOL mnCols; 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/core/tool/
H A Ddoubleref.cxx422 mnCols = static_cast<SCCOL>(nC); in ScDBExternalRange()
432 return mnCols; in getColSize()
452 if (nCol >= mnCols || nRow >= mnRows) in getString()
469 if (nIndex > mnCols) in findFieldColumn()
471 return mnCols - 1; in findFieldColumn()
483 for (SCCOL i = 0; i < mnCols; ++i) in findFieldColumn()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx2230 const SCCOL nLastCol = maSize.mnCols - 1; in ApplyCellBorders()
2405 SCCOL nColEnd = maCurrCell.mnCol + rSpanSize.mnCols; in InsertNewCell()
2412 aNewRange.aEnd.Move( rSpanSize.mnCols - 1, rSpanSize.mnRows - 1, 0 ); in InsertNewCell()
2422 if( rSpanSize.mnCols > 1 ) in InsertNewCell()
2430 maSize.mnCols = ::std::max< SCCOL >( maSize.mnCols, aNewRange.aEnd.Col() + 1 ); in InsertNewCell()
2585 for( aAddr.SetCol( 0 ); aAddr.Col() < maSize.mnCols; aAddr.IncCol() ) in FillEmptyCells()
2652 …aDocSize.mnCols = ::std::max( aDocSize.mnCols, static_cast< SCCOL >( pTable->GetDocSize( tdCol ) )… in RecalcDocSize()
2661 CalcNeededDocSize( tdCol, rCellPos.mnCol, aCellSpan.mnCols, aDocSize.mnCols ); in RecalcDocSize()
2703 SCCOL nNextCol = aEntryDocPos.mnCol + aCellDocSize.mnCols; in RecalcDocPos()
2719 pEntry->nColOverlap = aCellDocSize.mnCols; in RecalcDocPos()
[all …]
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.hxx191 long mnCols; member
218 long NoCols() const { return maPageInfo.mnCols; } in NoCols()
H A Dswparrtf.cxx2309 mnFootery(720), mnPgnStarts(rDoc.mnPgnStart), mnCols(1), mnColsx(720), in SectPageInformation()
2324 mnPgnStarts(rSect.mnPgnStarts), mnCols(rSect.mnCols), in SectPageInformation()
3047 aNewSection.mnCols = nTokenValue; in ReadSectControls()
/trunk/main/sc/source/core/inc/
H A Ddoubleref.hxx179 SCCOL mnCols; member in ScDBExternalRange
/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()
3085 mnCols += r.aEnd.Col() - r.aStart.Col() + 1; in operator ()()
3089 SCCOL getCols() const { return mnCols; } in getCols()
3092 SCCOL mnCols; member in __anon5c0df8530511::AccumulateRangeSize
/trunk/main/sw/inc/
H A Dpagepreviewlayout.hxx75 sal_uInt16 mnCols; member in SwPagePreviewLayout
/trunk/main/svtools/inc/svtools/
H A Dvalueset.hxx257 sal_uInt16 mnCols; member in ValueSet
/trunk/main/sc/inc/
H A Ddociter.hxx201 SCCOL mnCols; member in ScDBQueryDataIterator::DataAccessMatrix

Completed in 100 milliseconds