Home
last modified time | relevance | path

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

/aoo41x/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.cxx6050 fProtEnabled = 0 != ( a8Bit & 0x02 ); in WW8Dop()
6325 if( fProtEnabled ) a8Bit |= 0x02; in Write()
H A Ddump8a.cxx1059 *pOut << indent2 << "fProtEnabled : " << pD->fProtEnabled << endl1; in DumpDop()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8scan.hxx1560 sal_uInt16 fProtEnabled : 1; // when 1, document is protected from edit operations member in WW8Dop
H A Dwrtww8.cxx396 rDop.fProtEnabled = 1; in SV_IMPL_PTRARR()
400 rDop.fProtEnabled = 0; in SV_IMPL_PTRARR()
H A Dww8par.cxx1800 rDoc.set(IDocumentSettingAccess::PROTECT_FORM, pWDop->fProtEnabled ); in ImportDop()
4037 if (bUseEnhFields && mrReader.pWDop->fProtEnabled && aIter->IsNotProtected()) in InsertSegments()
H A Dww8scan.cxx6762 fProtEnabled = 0 != ( a8Bit & 0x02 ); in WW8Dop()
7193 if( fProtEnabled ) a8Bit |= 0x02; in Write()

Completed in 155 milliseconds