Searched refs:nAktCol (Results 1 – 4 of 4) sorted by relevance
211 short nAktCol; member in WW8TabDesc263 short GetAktCol() const { return nAktCol; } in GetAktCol()1866 nAktCol(0), in WW8TabDesc()2630 nAktRow = nAktCol = nAktBandRow = 0; in UseSwTable()2649 SetPamInCell(nAktCol, true); in UseSwTable()3367 EndMiserableHackForUnsupportedDirection(nAktCol); in TableCellEnd()3382 nAktCol = 0; in TableCellEnd()3409 nAktCol++; in TableCellEnd()3411 SetPamInCell(nAktCol, true); in TableCellEnd()3415 pIo->StopAllAnl(IsValidCell(nAktCol)); in TableCellEnd()[all …]
562 sal_uInt16 nCols = USHRT_MAX, nColSpace = USHRT_MAX, nAktCol = 0; in ReadFly() local735 nAktCol = sal_uInt16( nTokenValue ); in ReadFly()744 if( --nAktCol == ( aColumns.Count() / 2 ) ) in ReadFly()853 nAktCol = sal_uInt16( nTokenValue ); in ReadFly()862 if( --nAktCol == ( aColumns.Count() / 2 ) ) in ReadFly()
3054 unsigned long nAktCol = nValue; in ReadSectControls() local3079 if (--nAktCol == (aNewSection.maColumns.size() / 2)) in ReadSectControls()3246 sal_uInt16 nCols = USHRT_MAX, nColSpace = USHRT_MAX, nAktCol = 0; in ReadPageDescTbl() local3312 nCols = USHRT_MAX; nColSpace = USHRT_MAX; nAktCol = 0; in ReadPageDescTbl()3361 nCols = USHRT_MAX; nColSpace = USHRT_MAX; nAktCol = 0; in ReadPageDescTbl()3421 nAktCol = (sal_uInt16)nTokenValue; in ReadPageDescTbl()3430 if( --nAktCol == ( aColumns.Count() / 2 ) ) in ReadPageDescTbl()
61 sal_uInt16 nAktCol; member in ExcTable