Home
last modified time | relevance | path

Searched refs:fGlsy (Results 1 – 6 of 6) sorted by relevance

/AOO42X/main/sw/source/filter/ww8/
H A Dww8glsy.cxx251 return fGlsy; in IsGlossaryFib()
H A Dww8scan.hxx1039 sal_uInt16 fGlsy :1; member in WW8Fib
H A Dww8scan.cxx5660 fGlsy = ( aBits1 & 0x02 ) >> 1; in WW8Fib()
5834 if( fGlsy) nBits16 |= 0x0002; in WriteHeader()
/AOO42X/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx834 sal_uInt16 fGlsy :1; member in WW8Fib
H A Dww8scan.cxx5125 fGlsy = ( aBits1 & 0x02 ) >> 1; in WW8Fib()
5254 if( fGlsy) nBits16 |= 0x0002; in Write()
H A Ddump8a.cxx569 *pOut << "\tfGlsy: " << (fGlsy ? '1' : '0') << endl1; in Dump()