Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx1310 sal_uInt16 fProtEnabled : 1; // when 1, document is protected from edit operations member in WW8Dop
H A Dww8scan.cxx6049 fProtEnabled = 0 != ( a8Bit & 0x02 ); in WW8Dop()
6324 if( fProtEnabled ) a8Bit |= 0x02; in Write()
H A Ddump8a.cxx1059 *pOut << indent2 << "fProtEnabled : " << pD->fProtEnabled << endl1; in DumpDop()
/AOO42X/main/sw/source/filter/ww8/
H A Dww8scan.hxx1559 sal_uInt16 fProtEnabled : 1; // when 1, document is protected from edit operations member in WW8Dop
H A Dwrtww8.cxx381 rDop.fProtEnabled = 1; in SV_IMPL_PTRARR()
385 rDop.fProtEnabled = 0; in SV_IMPL_PTRARR()
H A Dww8par.cxx1799 rDoc.set(IDocumentSettingAccess::PROTECT_FORM, pWDop->fProtEnabled ); in ImportDop()
4037 if (bUseEnhFields && mrReader.pWDop->fProtEnabled && aIter->IsNotProtected()) in InsertSegments()
H A Dww8scan.cxx6760 fProtEnabled = 0 != ( a8Bit & 0x02 ); in WW8Dop()
7191 if( fProtEnabled ) a8Bit |= 0x02; in Write()