Searched refs:nNextCol (Results 1 – 8 of 8) sorted by relevance
/trunk/main/sc/source/core/tool/ |
H A D | interpr5.cxx | 347 SCCOL nNextCol = nCol1; in CreateMatrixFromDoubleRef() local 358 if (nThisCol != nNextCol || nThisRow != nNextRow) in CreateMatrixFromDoubleRef() 361 for ( ; nNextCol <= nThisCol; ++nNextCol) in CreateMatrixFromDoubleRef() 363 SCSIZE nC = nNextCol - nCol1; in CreateMatrixFromDoubleRef() 364 SCSIZE nMatStopRow = ((nNextCol < nThisCol) ? in CreateMatrixFromDoubleRef() 376 nNextCol = nThisCol + 1; in CreateMatrixFromDoubleRef() 381 nNextCol = nThisCol; in CreateMatrixFromDoubleRef() 423 for ( ; nNextCol <= nCol2; ++nNextCol) in CreateMatrixFromDoubleRef() 425 SCSIZE nC = nNextCol - nCol1; in CreateMatrixFromDoubleRef()
|
/trunk/main/oox/source/xls/ |
H A D | worksheethelper.cxx | 1161 sal_Int32 nNextCol = 0; in convertColumns() local 1169 …ValueRange aColRange( ::std::max( aIt->first, nNextCol ), ::std::min( aIt->second.second, nMaxCol … in convertColumns() 1171 if( nNextCol < aColRange.mnFirst ) in convertColumns() 1172 … convertColumns( aColLevels, ValueRange( nNextCol, aColRange.mnFirst - 1 ), maDefColModel ); in convertColumns() 1176 nNextCol = aColRange.mnLast + 1; in convertColumns() 1180 convertColumns( aColLevels, ValueRange( nNextCol, nMaxCol ), maDefColModel ); in convertColumns()
|
/trunk/main/sw/source/core/text/ |
H A D | frmcrsr.cxx | 1377 MSHORT nNextCol = 0; in FillCrsrPos() local 1385 nNextCol = 0; in FillCrsrPos() 1388 ++nNextCol; // leere Spalten erfordern Spaltenumbrueche in FillCrsrPos() 1394 if( nNextCol ) in FillCrsrPos() 1408 rFill.Fill().nColumnCnt = nNextCol; in FillCrsrPos() 1416 if( nNextCol ) in FillCrsrPos()
|
/trunk/main/sc/source/ui/view/ |
H A D | gridwin4.cxx | 1381 SCCOL nNextCol = nCol + 1; in GetListValButtonRect() local 1384 nNextCol = nCol + pMerge->GetColMerge(); // next cell after the merged area in GetListValButtonRect() 1385 while ( nNextCol <= MAXCOL && pDoc->ColHidden(nNextCol, nTab) ) in GetListValButtonRect() 1386 ++nNextCol; in GetListValButtonRect() 1387 sal_Bool bNextCell = ( nNextCol <= MAXCOL ); in GetListValButtonRect() 1389 … nAvailable = ScViewData::ToPixel( pDoc->GetColWidth( nNextCol, nTab ), pViewData->GetPPTX() ); in GetListValButtonRect()
|
/trunk/main/sc/source/core/data/ |
H A D | dociter.cxx | 2105 nNextCol( nCol1 ), in ScUsedAreaIterator() 2120 if ( pCell && IsGreater( nNextCol, nNextRow, nCellCol, nCellRow ) ) in GetNext() 2126 if ( pPattern && IsGreater( nNextCol, nNextRow, nAttrCol2, nAttrRow ) ) in GetNext() 2129 if ( pPattern && nAttrRow == nNextRow && nAttrCol1 < nNextCol ) in GetNext() 2130 nAttrCol1 = nNextCol; in GetNext() 2185 nNextCol = nFoundEndCol + 1; in GetNext()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docsh.cxx | 1757 SCCOL nNextCol = nStartCol; in AsciiSave() local 1772 for ( nEmptyCol = nNextCol; nEmptyCol < nEndCol; nEmptyCol++ ) in AsciiSave() 1804 else if ( nNextCol < nCol ) in AsciiSave() 1806 for ( nEmptyCol = nNextCol; nEmptyCol < nCol; nEmptyCol++ ) in AsciiSave() 1818 nNextCol = nStartCol; in AsciiSave() 1822 nNextCol = nCol + 1; in AsciiSave() 2064 for ( nEmptyCol = nNextCol; nEmptyCol < nEndCol; nEmptyCol++ ) in AsciiSave()
|
/trunk/main/sc/inc/ |
H A D | dociter.hxx | 517 SCCOL nNextCol; member in ScUsedAreaIterator
|
/trunk/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 2703 SCCOL nNextCol = aEntryDocPos.mnCol + aCellDocSize.mnCols; in RecalcDocPos() local 2704 if( nStartCol < nNextCol ) in RecalcDocPos() 2708 pEntry->nColOverlap = nNextCol - nStartCol; in RecalcDocPos()
|
Completed in 147 milliseconds