Searched refs:fEncrypted (Results 1 – 7 of 7) sorted by relevance
838 sal_uInt16 fEncrypted :1; //0100 1 if file is encrypted, 0 if not member in WW8Fib
5129 fEncrypted = aBits2 & 0x01 ; in WW8Fib()5258 if( fEncrypted ) nBits16 |= 0x0100; in Write()
573 *pOut << "\tfEncrypted: " << (fEncrypted ? '1' : '0') << endl1; in Dump()
1043 sal_uInt16 fEncrypted :1; //0100 1 if file is encrypted, 0 if not member in WW8Fib
5664 fEncrypted = aBits2 & 0x01 ; in WW8Fib()5838 if( fEncrypted ) nBits16 |= 0x0100; in WriteHeader()
3355 pFib->fEncrypted = 1; // fEncrypted indicates the document is encrypted. in ExportDocument_Impl()
5031 if (pWwFib->fEncrypted && !nErrRet) in LoadThroughDecryption()