Lines Matching refs:nId

104 SvxLineSpacingItem::SvxLineSpacingItem( sal_uInt16 nHeight, const sal_uInt16 nId )  in SV_IMPL_VARARR_SORT()
105 : SfxEnumItemInterface( nId ) in SV_IMPL_VARARR_SORT()
366 SvxAdjustItem::SvxAdjustItem(const SvxAdjust eAdjst, const sal_uInt16 nId ) in SvxAdjustItem() argument
367 : SfxEnumItemInterface( nId ), in SvxAdjustItem()
554 SvxWidowsItem::SvxWidowsItem(const sal_uInt8 nL, const sal_uInt16 nId ) : in SvxWidowsItem() argument
555 SfxByteItem( nId, nL ) in SvxWidowsItem()
626 SvxOrphansItem::SvxOrphansItem(const sal_uInt8 nL, const sal_uInt16 nId ) : in SvxOrphansItem() argument
627 SfxByteItem( nId, nL ) in SvxOrphansItem()
698 SvxHyphenZoneItem::SvxHyphenZoneItem( const sal_Bool bHyph, const sal_uInt16 nId ) : in SvxHyphenZoneItem() argument
699 SfxPoolItem( nId ) in SvxHyphenZoneItem()
795 sal_uInt16 nId = RID_SVXITEMS_HYPHEN_FALSE; in GetPresentation() local
798 nId = RID_SVXITEMS_HYPHEN_TRUE; in GetPresentation()
799 rText = EE_RESSTR(nId); in GetPresentation()
801 nId = RID_SVXITEMS_PAGE_END_FALSE; in GetPresentation()
804 nId = RID_SVXITEMS_PAGE_END_TRUE; in GetPresentation()
805 rText += EE_RESSTR(nId); in GetPresentation()
816 sal_uInt16 nId = RID_SVXITEMS_HYPHEN_FALSE; in GetPresentation() local
819 nId = RID_SVXITEMS_HYPHEN_TRUE; in GetPresentation()
820 rText = EE_RESSTR(nId); in GetPresentation()
822 nId = RID_SVXITEMS_PAGE_END_FALSE; in GetPresentation()
825 nId = RID_SVXITEMS_PAGE_END_TRUE; in GetPresentation()
826 rText += EE_RESSTR(nId); in GetPresentation()
1361 sal_uInt16 nId = RID_SVXITEMS_FMTSPLIT_FALSE; in GetPresentation() local
1364 nId = RID_SVXITEMS_FMTSPLIT_TRUE; in GetPresentation()
1365 rText = EE_RESSTR(nId); in GetPresentation()
1448 SvxScriptSpaceItem::SvxScriptSpaceItem( sal_Bool bOn, const sal_uInt16 nId ) in SvxScriptSpaceItem() argument
1449 : SfxBoolItem( nId, bOn ) in SvxScriptSpaceItem()
1501 sal_Bool bOn, const sal_uInt16 nId ) in SvxHangingPunctuationItem() argument
1502 : SfxBoolItem( nId, bOn ) in SvxHangingPunctuationItem()
1554 sal_Bool bOn, const sal_uInt16 nId ) in SvxForbiddenRuleItem() argument
1555 : SfxBoolItem( nId, bOn ) in SvxForbiddenRuleItem()
1704 SvxParaGridItem::SvxParaGridItem( sal_Bool bOn, const sal_uInt16 nId ) in SvxParaGridItem() argument
1705 : SfxBoolItem( nId, bOn ) in SvxParaGridItem()