Searched refs:nRw (Results 1 – 4 of 4) sorted by relevance
/aoo41x/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()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 147 sal_uLong nMin, sal_uLong nMax, sal_uInt16 nRw, sal_uInt16 nColumn, sal_uInt16 nColSp ): in SwHTMLTableLayoutConstraints() argument 148 nRow( nRw ), nCol( nColumn ), nColSpan( nColSp ), in SwHTMLTableLayoutConstraints()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr5.cxx | 606 SCSIZE nCl, nRw; in CalculateMatrixValue() local 607 pMat->GetDimensions(nCl, nRw); in CalculateMatrixValue() 608 if (nC < nCl && nR < nRw) in CalculateMatrixValue()
|
/aoo41x/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 80 milliseconds