Home
last modified time | relevance | path

Searched refs:SvxLineColorItem (Results 1 – 2 of 2) sorted by relevance

/trunk/main/editeng/inc/editeng/
H A Dlcolitem.hxx36 class EDITENG_DLLPUBLIC SvxLineColorItem : public SvxColorItem class
41 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 =()
/trunk/main/editeng/source/items/
H A Dtextitem.cxx152 TYPEINIT1_FACTORY(SvxLineColorItem, SvxColorItem, new SvxLineColorItem(0));
2855 SvxLineColorItem::SvxLineColorItem( const sal_uInt16 nId ) : in SvxLineColorItem() function in SvxLineColorItem
2862 SvxLineColorItem::SvxLineColorItem( const Color& rCol, const sal_uInt16 nId ) : in SvxLineColorItem() function in SvxLineColorItem
2869 SvxLineColorItem::SvxLineColorItem( SvStream &rStrm, const sal_uInt16 nId ) : in SvxLineColorItem() function in SvxLineColorItem
2876 SvxLineColorItem::SvxLineColorItem( const SvxLineColorItem &rCopy ) : in SvxLineColorItem() function in SvxLineColorItem
2883 SvxLineColorItem::~SvxLineColorItem() in ~SvxLineColorItem()
2889 SfxItemPresentation SvxLineColorItem::GetPresentation in GetPresentation()

Completed in 31 milliseconds