Searched refs:ccolM1 (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par6.cxx | 927 aNewSection.maSep.ccolM1 = ReadSprm(pSep, pIds[3], 0 ); in CreateSep() 928 if ( aNewSection.maSep.ccolM1 >= MAX_NO_OF_SEP_COLUMNS ) in CreateSep() 931 aNewSection.maSep.ccolM1 = 0; in CreateSep() 945 if ( aNewSection.maSep.ccolM1 > 0 && !aNewSection.maSep.fEvenlySpaced ) in CreateSep() 952 const sal_uInt8 nColumnCount = static_cast< sal_uInt8 >(aNewSection.maSep.ccolM1 + 1); in CreateSep()
|
H A D | ww8struc.hxx | 1032 … sal_Int16 ccolM1; // have to be less than MAX_NO_OF_SEP_COLUMNS according the WW8 specification member
|
H A D | ww8par.hxx | 743 sal_Int16 NoCols() const { return maSep.ccolM1 + 1; } in NoCols()
|
H A D | ww8par5.cxx | 2967 nIndexCols = maSegments.back().maSep.ccolM1 + 1; in CurrentSectionColCount()
|
H A D | ww8scan.cxx | 7528 dyaHdrTop(720), dyaHdrBottom(720), ccolM1(0), fEvenlySpaced(1), in SEPr()
|
/aoo42x/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.cxx | 6659 dyaHdrTop(720), dyaHdrBottom(720), ccolM1(0), fEvenlySpaced(1), in SEPr()
|
Completed in 119 milliseconds