Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Dww8par6.cxx157 static sal_uInt16 ReadUSprm( const WW8PLCFx_SEPX* pSep, sal_uInt16 nId, short nDefaultVal ) in ReadUSprm() function
935 aNewSection.maSep.dxaColumns = ReadUSprm( pSep, pIds[4], 708 ); in CreateSep()
1027 aNewSection.maSep.xaPage = ReadUSprm(pSep, pIds[1], lLetterWidth); in CreateSep()
1030 aNewSection.maSep.yaPage = ReadUSprm(pSep, pIds[2], lLetterHeight); in CreateSep()
1036 aNewSection.maSep.dxaLeft = ReadUSprm( pSep, pIds[3], nLef[nLIdx]); in CreateSep()
1037 aNewSection.maSep.dxaRight = ReadUSprm( pSep, pIds[4], nRig[nLIdx]); in CreateSep()
1047 aNewSection.maSep.dzaGutter = ReadUSprm( pSep, pIds[5], 0); in CreateSep()
1049 …aNewSection.maSep.fRTLGutter = static_cast< sal_uInt8 >(eVer >= ww::eWW8 ? ReadUSprm( pSep, 0x322A… in CreateSep()
1113 aNewSection.maSep.dyaHdrTop = ReadUSprm( pSep, pIds[2], 720 ); in CreateSep()
1114 aNewSection.maSep.dyaHdrBottom = ReadUSprm( pSep, pIds[3], 720 ); in CreateSep()
[all …]