Lines Matching refs:pIds

897 … const sal_uInt16* pIds = eVer <= ww::eWW2 ? aVer2Ids0 : eVer <= ww::eWW7 ? aVer67Ids0 : aVer8Ids0;  in CreateSep()  local
907 if (const sal_uInt8* pSprmBkc = pSep->HasSprm(pIds[0])) in CreateSep()
913 (0 != ReadBSprm( pSep, pIds[1], 0 )); in CreateSep()
916 aNewSection.maSep.nfcPgn = ReadBSprm( pSep, pIds[2], 0 ); in CreateSep()
927 aNewSection.maSep.ccolM1 = ReadSprm(pSep, pIds[3], 0 ); in CreateSep()
935 aNewSection.maSep.dxaColumns = ReadUSprm( pSep, pIds[4], 708 ); in CreateSep()
938 aNewSection.maSep.fLBetween = ReadBSprm(pSep, pIds[5], 0 ); in CreateSep()
1021 pIds = eVer <= ww::eWW2 ? aVer2Ids1 : eVer <= ww::eWW7 ? aVer67Ids1 : aVer8Ids1; in CreateSep()
1024 aNewSection.maSep.dmOrientPage = ReadBSprm(pSep, pIds[0], 0); 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()
1052 aNewSection.maSep.fPgnRestart = ReadBSprm(pSep, pIds[6], 0); in CreateSep()
1054 aNewSection.maSep.pgnStart = ReadBSprm( pSep, pIds[7], 0 ); in CreateSep()
1065 if(const sal_uInt8* pSprmSDmBinFirst = pSep->HasSprm( pIds[8] )) in CreateSep()
1068 if (const sal_uInt8* pSprmSDmBinOther = pSep->HasSprm( pIds[9] )) in CreateSep()
1109 pIds = eVer <= ww::eWW2 ? aVer2Ids2 : eVer <= ww::eWW7 ? aVer67Ids2 : aVer8Ids2; in CreateSep()
1111 aNewSection.maSep.dyaTop = ReadSprm( pSep, pIds[0], nTop[nLIdx] ); in CreateSep()
1112 aNewSection.maSep.dyaBottom = ReadSprm( pSep, pIds[1], nBot[nLIdx] ); in CreateSep()
1113 aNewSection.maSep.dyaHdrTop = ReadUSprm( pSep, pIds[2], 720 ); in CreateSep()
1114 aNewSection.maSep.dyaHdrBottom = ReadUSprm( pSep, pIds[3], 720 ); in CreateSep()
1135 if (const sal_uInt8* pSprmSNLnnMod = pSep->HasSprm( pIds[4] )) in CreateSep()
1138 if (const sal_uInt8* pSprmSLnc = pSep->HasSprm( pIds[5] )) in CreateSep()
1141 if (const sal_uInt8* pSprmSDxaLnn = pSep->HasSprm( pIds[6] )) in CreateSep()
1144 if (const sal_uInt8* pSprmSLnnMin = pSep->HasSprm( pIds[7] )) in CreateSep()
1289 const sal_uInt16* pIds = bVer67 ? aVer67Ids : aVer8Ids; in lcl_ReadBorders() local
1293 for( int i = 0; i < 5; ++i, ++pIds ) in lcl_ReadBorders()
1294 nBorder |= (_SetWW8_BRC( bVer67, brc[ i ], pPap->HasSprm( *pIds )))<<i; in lcl_ReadBorders()
1298 for( int i = 0; i < 5; ++i, ++pIds ) in lcl_ReadBorders()
1299 nBorder |= (_SetWW8_BRC( bVer67, brc[ i ], pSty->HasParaSprm( *pIds )))<<i; in lcl_ReadBorders()