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