Home
last modified time | relevance | path

Searched refs:nRefCol (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dftnfrm.cxx1205 const sal_uInt16 nRefCol = lcl_ColumnNum( this ); in FindFirstFtn() local
1220 if( nColNum == nRefCol ) in FindFirstFtn()
1222 else if( nColNum > nRefCol ) in FindFirstFtn()
1257 if( nColNum == nRefCol ) in FindFirstFtn()
1259 else if( nColNum > nRefCol ) in FindFirstFtn()
1555 sal_uInt16 nRefCol = lcl_ColumnNum( pBoss ); // Spaltennummer der neuen Fussnote in InsertFtn() local
1574 ( nTmpRef == nRefNum && lcl_ColumnNum( pBoss ) <= nRefCol )) in InsertFtn()
2213 const sal_uInt16 nRefCol = lcl_ColumnNum( this ); in _MoveFtns() local
2214 if( nRefNum < nMyNum || ( nRefNum == nMyNum && nRefCol <= nMyCol ) ) in _MoveFtns()
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx1551 SCCOL nRefCol = 1; in Sylk2Doc() local
1580 nRefCol = static_cast<SCCOL>(String( p ).ToInt32()) + nStartCol - 1; in Sylk2Doc()
1635 if ( nRefCol < nCol ) in Sylk2Doc()
1636 nRefCol = nCol; in Sylk2Doc()
1643 if( nRefCol > nEndCol ) in Sylk2Doc()
1644 nEndCol = nRefCol; in Sylk2Doc()
1663 pDoc->InsertMatrixFormula( nCol, nRow, nRefCol, in Sylk2Doc()

Completed in 34 milliseconds