/aoo42x/main/sc/source/core/data/ |
H A D | scdpoutputimpl.cxx | 44 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 D | scdpoutputimpl.hxx | 38 ::std::vector< SCCOL > mnCols;
|
H A D | dociter.cxx | 694 mnCols = static_cast<SCCOL>(nC); in DataAccessMatrix()
|
/aoo42x/main/svtools/source/control/ |
H A D | valueset.cxx | 66 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 …]
|
/aoo42x/main/sw/source/core/view/ |
H A D | pagepreviewlayout.cxx | 77 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 …]
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | htmlpars.hxx | 254 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 ==()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | doubleref.cxx | 422 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()
|
/aoo42x/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 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() 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 …]
|
/aoo42x/main/sw/source/filter/rtf/ |
H A D | swparrtf.hxx | 191 long mnCols; member 218 long NoCols() const { return maPageInfo.mnCols; } in NoCols()
|
H A D | swparrtf.cxx | 2309 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()
|
/aoo42x/main/sc/source/core/inc/ |
H A D | doubleref.hxx | 179 SCCOL mnCols; member in ScDBExternalRange
|
/aoo42x/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() 3085 mnCols += r.aEnd.Col() - r.aStart.Col() + 1; in operator ()() 3089 SCCOL getCols() const { return mnCols; } in getCols() 3092 SCCOL mnCols; member in __anon8a033c3c0511::AccumulateRangeSize
|
/aoo42x/main/sw/inc/ |
H A D | pagepreviewlayout.hxx | 75 sal_uInt16 mnCols; member in SwPagePreviewLayout
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | valueset.hxx | 257 sal_uInt16 mnCols; member in ValueSet
|
/aoo42x/main/sc/inc/ |
H A D | dociter.hxx | 201 SCCOL mnCols; member in ScDBQueryDataIterator::DataAccessMatrix
|