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()
438mnCols = (sal_uInt16)((aWinSize.Width()-nScrBarWidth+nSpace) / (mnUserItemWidth+nSpace)); in Format()
439 if ( !mnCols ) in Format()
440 mnCols = 1; in Format()
443 mnCols = 1; in Format()
446 mnCols = mnUserCols; in Format()
450 mnLines = (long)mpImpl->mpItemList->Count() / mnCols; in Format()
451 if ( mpImpl->mpItemList->Count() % mnCols ) in Format()
478 long nColSpace = (mnCols-1)*nSpace; in Format()
489 nItemWidth = (aWinSize.Width()-nScrBarWidth-nColSpace) / mnCols; in Format()
[all …]
/trunk/main/sw/source/core/view/
H A Dpagepreviewlayout.cxx77 mnCols = mnRows = 0; in _Clear()
161 mnPrevwLayoutWidth = mnCols * mnColWidth + mnXFree; in _CalcPrevwLayoutSizes()
217 mnCols = _nCols; in Init()
419 mnPaintPhyStartPageNum = (nRowOfProposed-1) * mnCols + nColOfProposed; in Prepare()
631 if ( mbBookPreview && pPage->GetPhyPageNum() == 1 && mnCols != 1 && nCurrCol == 1 ) in _CalcPreviewPages()
660 if ( nCurrCol > mnCols ) in _CalcPreviewPages()
856 sal_uInt16 nTmpCol = nTmpRelSelPageNum % mnCols; in CalcStartValuesForSelectedPageMove()
857 sal_uInt16 nCurrRow = nTmpRelSelPageNum / mnCols; in CalcStartValuesForSelectedPageMove()
874 if ( (nNewRelSelectedPageNum + (_nVertMove * mnCols)) < 1 ) in CalcStartValuesForSelectedPageMove()
876 else if ( (nNewRelSelectedPageNum + (_nVertMove * mnCols)) > mnPages ) in CalcStartValuesForSelectedPageMove()
[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.cxx2102 …aSpanSize.mnCols = static_cast< SCCOL >( getLimitedValue< sal_Int32 >( aIter->GetString().ToInt32(… in DataOn()
2203 … static_cast< SCCOL >( GetDocSize( tdCol, rCellPos.mnCol, rCellPos.mnCol + aCellSpan.mnCols ) ), in GetDocSize()
2230 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()
2595 while( (aRange.aEnd.Col() < maSize.mnCols) && !maUsedCells.Find( aRange.aEnd ) ); in FillEmptyCells()
2640 bool bProcessColWidth = ((nPass == PASS_SINGLE) == (aCellSpan.mnCols == 1)); in RecalcDocSize()
[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.cxx2308 mnFootery(720), mnPgnStarts(rDoc.mnPgnStart), mnCols(1), mnColsx(720), in SectPageInformation()
2323 mnPgnStarts(rSect.mnPgnStarts), mnCols(rSect.mnCols), in SectPageInformation()
3046 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 __anon760b7f1b0511::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