Lines Matching refs:nRowCnt
1176 sal_Int32 nColCnt, nRowCnt; in ImpWriteAutoLayoutInfos() local
1182 case 22 : nColCnt = 1; nRowCnt = 1; break; in ImpWriteAutoLayoutInfos()
1183 case 23 : nColCnt = 1; nRowCnt = 2; break; in ImpWriteAutoLayoutInfos()
1184 case 24 : nColCnt = 1; nRowCnt = 3; break; in ImpWriteAutoLayoutInfos()
1185 case 25 : nColCnt = 2; nRowCnt = 2; break; in ImpWriteAutoLayoutInfos()
1186 case 26 : nColCnt = 3; nRowCnt = 2; break; in ImpWriteAutoLayoutInfos()
1187 case 31 : nColCnt = 3; nRowCnt = 3; break; in ImpWriteAutoLayoutInfos()
1188 default: nColCnt = 0; nRowCnt = 0; break; // FIXME - What is correct values? in ImpWriteAutoLayoutInfos()
1197 nColCnt = nRowCnt; in ImpWriteAutoLayoutInfos()
1198 nRowCnt = nZwi; in ImpWriteAutoLayoutInfos()
1202 aPartSize.Height() = (aPartSize.Height() - ((nRowCnt - 1) * nGapY)) / nRowCnt; in ImpWriteAutoLayoutInfos()
1206 for (sal_Int32 a = 0; a < nRowCnt; a++) in ImpWriteAutoLayoutInfos()