Home
last modified time | relevance | path

Searched refs:nAktCol (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx212 short nAktCol; member in WW8TabDesc
264 short GetAktCol() const { return nAktCol; } in GetAktCol()
1867 nAktCol(0), in WW8TabDesc()
2631 nAktRow = nAktCol = nAktBandRow = 0; in UseSwTable()
2650 SetPamInCell(nAktCol, true); in UseSwTable()
3368 EndMiserableHackForUnsupportedDirection(nAktCol); in TableCellEnd()
3383 nAktCol = 0; in TableCellEnd()
3410 nAktCol++; in TableCellEnd()
3412 SetPamInCell(nAktCol, true); in TableCellEnd()
3416 pIo->StopAllAnl(IsValidCell(nAktCol)); in TableCellEnd()
[all …]
/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx563 sal_uInt16 nCols = USHRT_MAX, nColSpace = USHRT_MAX, nAktCol = 0; in ReadFly() local
736 nAktCol = sal_uInt16( nTokenValue ); in ReadFly()
745 if( --nAktCol == ( aColumns.Count() / 2 ) ) in ReadFly()
854 nAktCol = sal_uInt16( nTokenValue ); in ReadFly()
863 if( --nAktCol == ( aColumns.Count() / 2 ) ) in ReadFly()
H A Dswparrtf.cxx3055 unsigned long nAktCol = nValue; in ReadSectControls() local
3080 if (--nAktCol == (aNewSection.maColumns.size() / 2)) in ReadSectControls()
3247 sal_uInt16 nCols = USHRT_MAX, nColSpace = USHRT_MAX, nAktCol = 0; in ReadPageDescTbl() local
3313 nCols = USHRT_MAX; nColSpace = USHRT_MAX; nAktCol = 0; in ReadPageDescTbl()
3362 nCols = USHRT_MAX; nColSpace = USHRT_MAX; nAktCol = 0; in ReadPageDescTbl()
3422 nAktCol = (sal_uInt16)nTokenValue; in ReadPageDescTbl()
3431 if( --nAktCol == ( aColumns.Count() / 2 ) ) in ReadPageDescTbl()
/trunk/main/sc/source/filter/inc/
H A Dexcdoc.hxx61 sal_uInt16 nAktCol; member in ExcTable

Completed in 53 milliseconds