Searched refs:nOldCol (Results 1 – 7 of 7) sorted by relevance
| /trunk/main/sw/source/filter/writer/ |
| H A D | wrtswtbl.cxx | 671 sal_uInt16 nOldCol = nCol; in FillTableRowsCols() local 690 sal_uInt16 nColSpan = nCol - nOldCol + 1; in FillTableRowsCols() 691 pRow->AddCell( pBox, nOldRow, nOldCol, in FillTableRowsCols() 699 sal_uInt16 nBorderMask = MergeBoxBorders(pBox, nOldRow, nOldCol, in FillTableRowsCols() 705 if (!(nBorderMask & 4) && nOldCol < aCols.Count()) in FillTableRowsCols() 707 SwWriteTableCol *pCol = aCols[nOldCol]; in FillTableRowsCols() 749 FillTableRowsCols( nOldRPos, nOldRow, nOldCPos, nOldCol, in FillTableRowsCols()
|
| /trunk/main/sw/source/filter/xml/ |
| H A D | xmltble.cxx | 690 sal_uInt16 nOldCol = nCol; in ExportTableLinesAutoStyles() local 702 if( rExpCells.AddCell( *pFrmFmt2, rNamePrefix, nOldCol, nLine, in ExportTableLinesAutoStyles() 738 lcl_xmltble_appendBoxPrefix( sBuffer, rNamePrefix, nOldCol, in ExportTableLinesAutoStyles() 979 const sal_uInt16 nOldCol = nCol; in ExportTableLine() local 991 if ( nCol < nOldCol ) in ExportTableLine() 1000 nCol = nOldCol; in ExportTableLine() 1005 sal_uInt16 nColSpan = nCol - nOldCol + 1U; in ExportTableLine() 1010 for( sal_uInt16 i=nOldCol; i<nCol; i++ ) in ExportTableLine()
|
| /trunk/main/sc/source/ui/view/ |
| H A D | spelldialog.cxx | 133 SCCOL nOldCol = rCursor.Col(); in Reset() local 139 nOldCol, nOldRow, nTab, mxUndoDoc.release(), in Reset()
|
| /trunk/main/basic/source/comp/ |
| H A D | token.cxx | 575 sal_uInt16 nOldCol = nCol; in Next() local 600 nCol = nOldCol; in Next()
|
| /trunk/main/sw/source/core/doc/ |
| H A D | docsort.cxx | 964 sal_uInt16 nOldCol = nCol; in FillFlat() local 1005 nCol = nOldCol; in FillFlat()
|
| /trunk/main/sw/source/ui/uiview/ |
| H A D | pview.cxx | 287 sal_uInt16 nOldCol = mnCol; in CalcWish() local 306 if( (1 == nOldCol) ^ (1 == mnCol) ) in CalcWish()
|
| /trunk/main/sc/source/core/data/ |
| H A D | document.cxx | 4624 SCCOL nOldCol = rStartCol; in ExtendOverlapped() local 4626 for (nCol=nOldCol; nCol<=nEndCol; nCol++) in ExtendOverlapped() 4633 ScAttrArray* pAttrArray = pTab[nTab]->aCol[nOldCol].pAttrArray; in ExtendOverlapped() 4647 SCCOL nTempCol = nOldCol; in ExtendOverlapped()
|