Searched refs:bCntnt (Results 1 – 3 of 3) sorted by relevance
49 sal_Bool bCntnt :1; //Inhalt geschuetzt member in SvxProtectItem72 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 =()
82 sal_Bool bCntnt : 1; member91 RTFProtect( sal_Bool bCntnt, sal_Bool bSize, sal_Bool bPos ) { in RTFProtect() argument92 Value.Flags.bCntnt = bCntnt; in RTFProtect()97 sal_Bool GetCntnt() const { return Value.Flags.bCntnt; } in GetCntnt()
1166 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 33 milliseconds