Home
last modified time | relevance | path

Searched refs:nOldCol (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx673 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()
/trunk/main/sw/source/filter/xml/
H A Dxmltble.cxx690 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 Dspelldialog.cxx133 SCCOL nOldCol = rCursor.Col(); in Reset() local
139 nOldCol, nOldRow, nTab, mxUndoDoc.release(), in Reset()
/trunk/main/basic/source/comp/
H A Dtoken.cxx575 sal_uInt16 nOldCol = nCol; in Next() local
600 nCol = nOldCol; in Next()
/trunk/main/sw/source/core/doc/
H A Ddocsort.cxx964 sal_uInt16 nOldCol = nCol; in FillFlat() local
1005 nCol = nOldCol; in FillFlat()
/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx289 sal_uInt16 nOldCol = mnCol; in CalcWish() local
308 if( (1 == nOldCol) ^ (1 == mnCol) ) in CalcWish()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx4635 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 74 milliseconds