Searched refs:fFlagsGet (Results 1 – 2 of 2) sorted by relevance
52 sal_uInt16 fFlagsGet() { in fFlagsGet() function56 return 0 != ((fFlagsGet() >> 0) & 1); } in fDotGet()59 return 0 != ((fFlagsGet() >> 1) & 1); } in fGlsyGet()62 return 0 != ((fFlagsGet() >> 2) & 1); } in fComplexGet()65 return 0 != ((fFlagsGet() >> 3) & 1); } in fHasPicGet()381 sal_uInt16 fFlagsGet() { in fFlagsGet() function385 return 0 != ((fFlagsGet() >> 0) & 1); } in fFacingPagesGet()388 return 0 != ((fFlagsGet() >> 1) & 1); } in fWidowControlGet()590 sal_uInt16 fFlagsGet() { in fFlagsGet() function614 sal_uInt16 fFlagsGet() { in fFlagsGet() function[all …]
67 sal_uInt16 fFlagsGet() { return SVBT16ToShort(fFlags); } in IsReader() function69 sal_Bool fComplexGet() { return static_cast< sal_Bool >((fFlagsGet() >> 2) & 1); } in IsReader()
Completed in 209 milliseconds