Searched refs:nRefCol (Results 1 – 2 of 2) sorted by relevance
1205 const sal_uInt16 nRefCol = lcl_ColumnNum( this ); in FindFirstFtn() local1220 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() local1574 ( nTmpRef == nRefNum && lcl_ColumnNum( pBoss ) <= nRefCol )) in InsertFtn()2213 const sal_uInt16 nRefCol = lcl_ColumnNum( this ); in _MoveFtns() local2214 if( nRefNum < nMyNum || ( nRefNum == nMyNum && nRefCol <= nMyCol ) ) in _MoveFtns()
1551 SCCOL nRefCol = 1; in Sylk2Doc() local1580 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 44 milliseconds