Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww1/
H A Dw1struct.hxx52 sal_uInt16 fFlagsGet() { in fFlagsGet() function
56 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() function
385 return 0 != ((fFlagsGet() >> 0) & 1); } in fFacingPagesGet()
388 return 0 != ((fFlagsGet() >> 1) & 1); } in fWidowControlGet()
590 sal_uInt16 fFlagsGet() { in fFlagsGet() function
614 sal_uInt16 fFlagsGet() { in fFlagsGet() function
[all …]
/trunk/main/sw/source/filter/basflt/
H A Diodetect.cxx67 sal_uInt16 fFlagsGet() { return SVBT16ToShort(fFlags); } in IsReader() function
69 sal_Bool fComplexGet() { return static_cast< sal_Bool >((fFlagsGet() >> 2) & 1); } in IsReader()

Completed in 34 milliseconds