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
5130 fEncrypted = aBits2 & 0x01 ; in WW8Fib()5259 if( fEncrypted ) nBits16 |= 0x0100; in Write()
573 *pOut << "\tfEncrypted: " << (fEncrypted ? '1' : '0') << endl1; in Dump()
1044 sal_uInt16 fEncrypted :1; //0100 1 if file is encrypted, 0 if not member in WW8Fib
5665 fEncrypted = aBits2 & 0x01 ; in WW8Fib()5839 if( fEncrypted ) nBits16 |= 0x0100; in WriteHeader()
3370 pFib->fEncrypted = 1; // fEncrypted indicates the document is encrypted. in ExportDocument_Impl()
5031 if (pWwFib->fEncrypted && !nErrRet) in LoadThroughDecryption()
Completed in 147 milliseconds