Home
last modified time | relevance | path

Searched refs:fEncrypted (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx838 sal_uInt16 fEncrypted :1; //0100 1 if file is encrypted, 0 if not member in WW8Fib
H A Dww8scan.cxx5130 fEncrypted = aBits2 & 0x01 ; in WW8Fib()
5259 if( fEncrypted ) nBits16 |= 0x0100; in Write()
H A Ddump8a.cxx573 *pOut << "\tfEncrypted: " << (fEncrypted ? '1' : '0') << endl1; in Dump()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.hxx1044 sal_uInt16 fEncrypted :1; //0100 1 if file is encrypted, 0 if not member in WW8Fib
H A Dww8scan.cxx5665 fEncrypted = aBits2 & 0x01 ; in WW8Fib()
5839 if( fEncrypted ) nBits16 |= 0x0100; in WriteHeader()
H A Dwrtww8.cxx3356 pFib->fEncrypted = 1; // fEncrypted indicates the document is encrypted. in ExportDocument_Impl()
H A Dww8par.cxx5032 if (pWwFib->fEncrypted && !nErrRet) in LoadThroughDecryption()

Completed in 159 milliseconds