Home
last modified time | relevance | path

Searched refs:SvxForbiddenRuleItem (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/editeng/inc/editeng/
H A Dforbiddenruleitem.hxx38 class EDITENG_DLLPUBLIC SvxForbiddenRuleItem : public SfxBoolItem class
43 SvxForbiddenRuleItem( sal_Bool bOn /*= sal_False*/,
56 inline SvxForbiddenRuleItem& operator=( in operator =()
57 const SvxForbiddenRuleItem& rItem ) in operator =()
/aoo4110/main/editeng/source/items/
H A Dparaitem.cxx96 TYPEINIT1_FACTORY(SvxForbiddenRuleItem, SfxBoolItem, new SvxForbiddenRuleItem(sal_False, 0));
1553 SvxForbiddenRuleItem::SvxForbiddenRuleItem( in SvxForbiddenRuleItem() function in SvxForbiddenRuleItem
1561 SfxPoolItem* SvxForbiddenRuleItem::Clone( SfxItemPool * ) const in Clone()
1563 return new SvxForbiddenRuleItem( GetValue(), Which() ); in Clone()
1568 SfxPoolItem* SvxForbiddenRuleItem::Create(SvStream & rStrm, sal_uInt16) const in Create()
1572 return new SvxForbiddenRuleItem( nValue, Which() ); in Create()
1577 sal_uInt16 SvxForbiddenRuleItem::GetVersion( sal_uInt16 nFFVer ) const in GetVersion()
1589 SfxItemPresentation SvxForbiddenRuleItem::GetPresentation( in GetPresentation()
/aoo4110/main/sw/inc/
H A Dparatr.hxx232 inline const SvxForbiddenRuleItem &SwAttrSet::GetForbiddenRule(sal_Bool bInP) const in GetForbiddenRule()
233 { return (const SvxForbiddenRuleItem&)Get(RES_PARATR_FORBIDDEN_RULES, bInP); } in GetForbiddenRule()
269 inline const SvxForbiddenRuleItem &SwFmt::GetForbiddenRule(sal_Bool bInP) const in GetForbiddenRule()
270 { return (const SvxForbiddenRuleItem&)aSet.Get(RES_PARATR_FORBIDDEN_RULES, bInP); } in GetForbiddenRule()
H A Dswatrset.hxx131 class SvxForbiddenRuleItem;
332 inline const SvxForbiddenRuleItem &GetForbiddenRule(sal_Bool = sal_True) const;
H A Dformat.hxx291 inline const SvxForbiddenRuleItem &GetForbiddenRule(sal_Bool = sal_True) const;
/aoo4110/main/sc/source/core/data/
H A Dpatattr.cxx600 bForbidden = ((const SvxForbiddenRuleItem*)pItem)->GetValue(); in FillToEditItemSet()
661 bForbidden = ((const SvxForbiddenRuleItem&) in FillToEditItemSet()
H A Ddocpool.cxx258 …ppPoolDefaults[ ATTR_FORBIDDEN_RULES - ATTR_STARTINDEX ] = new SvxForbiddenRuleItem( sal_False, AT… in ScDocumentPool()
/aoo4110/main/sw/source/core/bastyp/
H A Dinit.cxx564 …aAttrTab[ RES_PARATR_FORBIDDEN_RULES - POOLATTR_BEGIN ] = new SvxForbiddenRuleItem( sal_True… in _InitCore()
/aoo4110/main/editeng/source/rtf/
H A Drtfitem.cxx540 pSet->Put( SvxForbiddenRuleItem( sal_False, in ReadAttr()

Completed in 47 milliseconds