Searched refs:nRw (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/filter/excel/ |
H A D | excform8.cxx | 706 sal_uInt16 nIxti, nRw, nGrbitCol; in Convert() local 709 aIn >> nIxti >> nRw >> nGrbitCol; in Convert() 723 ExcRelToScRel8( nRw, nGrbitCol, aSRD, bRangeName ); in Convert() 1127 sal_uInt16 nIxti, nRw, nGrbitCol; in Convert() local 1129 aIn >> nIxti >> nRw >> nGrbitCol; in Convert() 1138 ExcRelToScRel8( nRw, nGrbitCol, aSRD, bRangeName ); in Convert()
|
/trunk/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 150 sal_uLong nMin, sal_uLong nMax, sal_uInt16 nRw, sal_uInt16 nColumn, sal_uInt16 nColSp ): in SwHTMLTableLayoutConstraints() argument 151 nRow( nRw ), nCol( nColumn ), nColSpan( nColSp ), in SwHTMLTableLayoutConstraints()
|
/trunk/main/sc/source/core/tool/ |
H A D | interpr5.cxx | 605 SCSIZE nCl, nRw; in CalculateMatrixValue() local 606 pMat->GetDimensions(nCl, nRw); in CalculateMatrixValue() 607 if (nC < nCl && nR < nRw) in CalculateMatrixValue()
|
/trunk/main/sw/source/core/undo/ |
H A D | untbl.cxx | 243 SwUndoInsTbl::SwUndoInsTbl( const SwPosition& rPos, sal_uInt16 nCl, sal_uInt16 nRw, in SwUndoInsTbl() argument 250 nSttNode( rPos.nNode.GetIndex() ), nRows( nRw ), nCols( nCl ), nAdjust( nAdj ) in SwUndoInsTbl()
|
Completed in 108 milliseconds