Searched refs:SvxLineColorItem (Results 1 – 2 of 2) sorted by relevance
36 class EDITENG_DLLPUBLIC SvxLineColorItem : public SvxColorItem class41 SvxLineColorItem( const sal_uInt16 nId );42 SvxLineColorItem( const Color& aColor, const sal_uInt16 nId );43 SvxLineColorItem( SvStream& rStrm, const sal_uInt16 nId );44 SvxLineColorItem( const SvxLineColorItem& rCopy );45 ~SvxLineColorItem();54 inline SvxLineColorItem& operator=(const SvxLineColorItem& rColor) in operator =()55 { return (SvxLineColorItem&)SvxColorItem:: in operator =()
152 TYPEINIT1_FACTORY(SvxLineColorItem, SvxColorItem, new SvxLineColorItem(0));2855 SvxLineColorItem::SvxLineColorItem( const sal_uInt16 nId ) : in SvxLineColorItem() function in SvxLineColorItem2862 SvxLineColorItem::SvxLineColorItem( const Color& rCol, const sal_uInt16 nId ) : in SvxLineColorItem() function in SvxLineColorItem2869 SvxLineColorItem::SvxLineColorItem( SvStream &rStrm, const sal_uInt16 nId ) : in SvxLineColorItem() function in SvxLineColorItem2876 SvxLineColorItem::SvxLineColorItem( const SvxLineColorItem &rCopy ) : in SvxLineColorItem() function in SvxLineColorItem2883 SvxLineColorItem::~SvxLineColorItem() in ~SvxLineColorItem()2889 SfxItemPresentation SvxLineColorItem::GetPresentation in GetPresentation()
Completed in 38 milliseconds