Lines Matching refs:nColCnt
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()
1196 sal_Int32 nZwi(nColCnt); in ImpWriteAutoLayoutInfos()
1197 nColCnt = nRowCnt; in ImpWriteAutoLayoutInfos()
1201 aPartSize.Width() = (aPartSize.Width() - ((nColCnt - 1) * nGapX)) / nColCnt; in ImpWriteAutoLayoutInfos()
1210 for (sal_Int32 b = 0; b < nColCnt; b++) in ImpWriteAutoLayoutInfos()