Searched refs:pgbProp (Results 1 – 1 of 1) sorted by relevance
1124 sal_uInt16 pgbProp = ReadSprm( pSep, 0x522F, 0 ); in CreateSep() local1125 aNewSection.maSep.pgbApplyTo = pgbProp & 0x0007; in CreateSep()1126 aNewSection.maSep.pgbPageDepth = (pgbProp & 0x0018) >> 3; in CreateSep()1127 aNewSection.maSep.pgbOffsetFrom = (pgbProp & 0x00E0) >> 5; in CreateSep()