Home
last modified time | relevance | path

Searched refs:ccolM1 (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx926 aNewSection.maSep.ccolM1 = ReadSprm(pSep, pIds[3], 0 ); in CreateSep()
927 if ( aNewSection.maSep.ccolM1 >= MAX_NO_OF_SEP_COLUMNS ) in CreateSep()
930 aNewSection.maSep.ccolM1 = 0; in CreateSep()
944 if ( aNewSection.maSep.ccolM1 > 0 && !aNewSection.maSep.fEvenlySpaced ) in CreateSep()
951 const sal_uInt8 nColumnCount = static_cast< sal_uInt8 >(aNewSection.maSep.ccolM1 + 1); in CreateSep()
H A Dww8struc.hxx1031 … sal_Int16 ccolM1; // have to be less than MAX_NO_OF_SEP_COLUMNS according the WW8 specification member
H A Dww8par.hxx742 sal_Int16 NoCols() const { return maSep.ccolM1 + 1; } in NoCols()
H A Dww8par5.cxx2966 nIndexCols = maSegments.back().maSep.ccolM1 + 1; in CurrentSectionColCount()
H A Dww8scan.cxx7527 dyaHdrTop(720), dyaHdrBottom(720), ccolM1(0), fEvenlySpaced(1), in SEPr()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx6658 dyaHdrTop(720), dyaHdrBottom(720), ccolM1(0), fEvenlySpaced(1), in SEPr()