Searched refs:nColNum (Results 1 – 3 of 3) sorted by relevance
240 void LotAttrCol::Apply( const SCCOL nColNum, const SCTAB nTabNum, const sal_Bool /*bClear*/ ) in Apply() argument247 pDoc->ApplyPatternAreaTab( nColNum, pAkt->nFirstRow, nColNum, pAkt->nLastRow, in Apply()
1206 sal_uInt16 nPgNum, nColNum; //Seitennummer, Spaltennummer in FindFirstFtn() local1219 nColNum = lcl_ColumnNum( pBoss ); in FindFirstFtn()1220 if( nColNum == nRefCol ) in FindFirstFtn()1222 else if( nColNum > nRefCol ) in FindFirstFtn()1256 nColNum = lcl_ColumnNum( pBoss ); in FindFirstFtn()1257 if( nColNum == nRefCol ) in FindFirstFtn()1259 else if( nColNum > nRefCol ) in FindFirstFtn()1285 const sal_uInt16 nColNum = lcl_ColumnNum( this ); //Spaltennummer in FindFirstFtn() local1305 nColNum != lcl_ColumnNum( pBoss ) ) in FindFirstFtn()
73 const int nColNum = pRange->aEnd.Col() - pRange->aStart.Col() + 1; in CalcScAddressFromRangeList() local74 const int nCurCol = nSelectedChildIndex % nColNum; in CalcScAddressFromRangeList()75 const int nCurRow = (nSelectedChildIndex - nCurCol)/nColNum; in CalcScAddressFromRangeList()
Completed in 55 milliseconds