Home
last modified time | relevance | path

Searched refs:bCntnt (Results 1 – 3 of 3) sorted by relevance

/trunk/main/editeng/inc/editeng/
H A Dprotitem.hxx49 sal_Bool bCntnt :1; //Inhalt geschuetzt member in SvxProtectItem
72 sal_Bool IsCntntProtected() const { return bCntnt; } in IsCntntProtected()
75 void SetCntntProtect( sal_Bool bNew ) { bCntnt = bNew; } in SetCntntProtect()
86 bCntnt = bSize = bPos = sal_False; in SvxProtectItem()
91 bCntnt = rCpy.IsCntntProtected(); in operator =()
/trunk/main/sw/source/filter/inc/
H A Drtf.hxx82 sal_Bool bCntnt : 1; member
91 RTFProtect( sal_Bool bCntnt, sal_Bool bSize, sal_Bool bPos ) { in RTFProtect() argument
92 Value.Flags.bCntnt = bCntnt; in RTFProtect()
97 sal_Bool GetCntnt() const { return Value.Flags.bCntnt; } in GetCntnt()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx1166 return ( bCntnt == ( (SvxProtectItem&)rAttr ).bCntnt && in operator ==()
1180 case MID_PROTECT_CONTENT : bValue = bCntnt; break; in QueryValue()
1201 case MID_PROTECT_CONTENT : bCntnt = bVal; break; in PutValue()
1240 if ( bCntnt ) in GetPresentation()

Completed in 48 milliseconds