Searched refs:ReadUSprm (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8par6.cxx | 156 static sal_uInt16 ReadUSprm( const WW8PLCFx_SEPX* pSep, sal_uInt16 nId, short nDefaultVal ) in ReadUSprm() function 934 aNewSection.maSep.dxaColumns = ReadUSprm( pSep, pIds[4], 708 ); in CreateSep() 1026 aNewSection.maSep.xaPage = ReadUSprm(pSep, pIds[1], lLetterWidth); in CreateSep() 1029 aNewSection.maSep.yaPage = ReadUSprm(pSep, pIds[2], lLetterHeight); in CreateSep() 1035 aNewSection.maSep.dxaLeft = ReadUSprm( pSep, pIds[3], nLef[nLIdx]); in CreateSep() 1036 aNewSection.maSep.dxaRight = ReadUSprm( pSep, pIds[4], nRig[nLIdx]); in CreateSep() 1046 aNewSection.maSep.dzaGutter = ReadUSprm( pSep, pIds[5], 0); in CreateSep() 1048 …aNewSection.maSep.fRTLGutter = static_cast< sal_uInt8 >(eVer >= ww::eWW8 ? ReadUSprm( pSep, 0x322A… in CreateSep() 1112 aNewSection.maSep.dyaHdrTop = ReadUSprm( pSep, pIds[2], 720 ); in CreateSep() 1113 aNewSection.maSep.dyaHdrBottom = ReadUSprm( pSep, pIds[3], 720 ); in CreateSep() [all …]
|