Searched refs:nOldCol (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sw/source/filter/writer/ |
H A D | wrtswtbl.cxx | 673 sal_uInt16 nOldCol = nCol; in FillTableRowsCols() local 692 sal_uInt16 nColSpan = nCol - nOldCol + 1; in FillTableRowsCols() 693 pRow->AddCell( pBox, nOldRow, nOldCol, in FillTableRowsCols() 701 sal_uInt16 nBorderMask = MergeBoxBorders(pBox, nOldRow, nOldCol, in FillTableRowsCols() 707 if (!(nBorderMask & 4) && nOldCol < aCols.Count()) in FillTableRowsCols() 709 SwWriteTableCol *pCol = aCols[nOldCol]; in FillTableRowsCols() 751 FillTableRowsCols( nOldRPos, nOldRow, nOldCPos, nOldCol, in FillTableRowsCols()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/main/basic/source/comp/ |
H A D | token.cxx | 575 sal_uInt16 nOldCol = nCol; in Next() local 600 nCol = nOldCol; in Next()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docsort.cxx | 964 sal_uInt16 nOldCol = nCol; in FillFlat() local 1005 nCol = nOldCol; in FillFlat()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | pview.cxx | 289 sal_uInt16 nOldCol = mnCol; in CalcWish() local 308 if( (1 == nOldCol) ^ (1 == mnCol) ) in CalcWish()
|
/aoo41x/main/sc/source/core/data/ |
H A D | document.cxx | 4635 SCCOL nOldCol = rStartCol; in ExtendOverlapped() local 4637 for (nCol=nOldCol; nCol<=nEndCol; nCol++) in ExtendOverlapped() 4644 ScAttrArray* pAttrArray = pTab[nTab]->aCol[nOldCol].pAttrArray; in ExtendOverlapped() 4658 SCCOL nTempCol = nOldCol; in ExtendOverlapped()
|
Completed in 131 milliseconds