Home
last modified time | relevance | path

Searched refs:nColNum (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/filter/lotus/
H A Dlotattr.cxx240 void LotAttrCol::Apply( const SCCOL nColNum, const SCTAB nTabNum, const sal_Bool /*bClear*/ ) in Apply() argument
247 pDoc->ApplyPatternAreaTab( nColNum, pAkt->nFirstRow, nColNum, pAkt->nLastRow, in Apply()
/trunk/main/sw/source/core/layout/
H A Dftnfrm.cxx1206 sal_uInt16 nPgNum, nColNum; //Seitennummer, Spaltennummer in FindFirstFtn() local
1219 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() local
1305 nColNum != lcl_ColumnNum( pBoss ) ) in FindFirstFtn()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx73 const int nColNum = pRange->aEnd.Col() - pRange->aStart.Col() + 1; in CalcScAddressFromRangeList() local
74 const int nCurCol = nSelectedChildIndex % nColNum; in CalcScAddressFromRangeList()
75 const int nCurRow = (nSelectedChildIndex - nCurCol)/nColNum; in CalcScAddressFromRangeList()

Completed in 30 milliseconds