Searched refs:n_Col (Results 1 – 1 of 1) sorted by relevance
1016 const _FndBox* FlatFndBox::GetBox(sal_uInt16 n_Col, sal_uInt16 n_Row) const in GetBox() argument1018 sal_uInt16 nOff = n_Row * nCols + n_Col; in GetBox()1021 ASSERT(n_Col < nCols && n_Row < nRows && pTmp, "unzulaessiger Array-Zugriff"); in GetBox()1025 const SfxItemSet* FlatFndBox::GetItemSet(sal_uInt16 n_Col, sal_uInt16 n_Row) const in GetItemSet() argument1027 ASSERT( !ppItemSets || ( n_Col < nCols && n_Row < nRows), "unzulaessiger Array-Zugriff"); in GetItemSet()1029 return ppItemSets ? *(ppItemSets + (n_Row * nCols + n_Col )) : 0; in GetItemSet()
Completed in 19 milliseconds