Searched refs:XColorItem (Results 1 – 12 of 12) sorted by relevance
/trunk/main/svx/inc/svx/ |
H A D | xcolit.hxx | 39 class SVX_DLLPUBLIC XColorItem : public NameOrIndex class 45 XColorItem() {} in XColorItem() function in XColorItem 46 XColorItem(sal_uInt16 nWhich, sal_Int32 nIndex, const Color& rTheColor); 51 XColorItem(sal_uInt16 nWhich, const String& rName, const Color& rTheColor); 52 XColorItem(sal_uInt16 nWhich, SvStream& rIn); 53 XColorItem(const XColorItem& rItem);
|
H A D | sdshcitm.hxx | 32 class SdrShadowColorItem: public XColorItem { 35 …SdrShadowColorItem(long nIndex, const Color& rTheColor): XColorItem(SDRATTR_SHADOWCOLOR,n… in SdrShadowColorItem() 37 …SdrShadowColorItem(const String& rName, const Color& rTheColor): XColorItem(SDRATTR_SHADOWCOLOR,r… in SdrShadowColorItem()
|
H A D | xftshcit.hxx | 36 class SVX_DLLPUBLIC XFormTextShadowColorItem : public XColorItem
|
H A D | xsflclit.hxx | 32 class SVX_DLLPUBLIC XSecondaryFillColorItem : public XColorItem
|
H A D | xflclit.hxx | 37 class SVX_DLLPUBLIC XFillColorItem : public XColorItem
|
H A D | xlnclit.hxx | 33 class SVX_DLLPUBLIC XLineColorItem : public XColorItem
|
/trunk/main/svx/source/xoutdev/ |
H A D | xattr.cxx | 375 XColorItem::XColorItem(sal_uInt16 _nWhich, sal_Int32 nIndex, const Color& rTheColor) : in XColorItem() function in XColorItem 387 XColorItem::XColorItem(sal_uInt16 _nWhich, const XubString& rName, const Color& rTheColor) : in XColorItem() function in XColorItem 399 XColorItem::XColorItem(const XColorItem& rItem) : in XColorItem() function in XColorItem 411 XColorItem::XColorItem(sal_uInt16 _nWhich, SvStream& rIn) : in XColorItem() function in XColorItem 428 return new XColorItem(*this); in Clone() 451 return new XColorItem(Which(), rIn); in Create() 478 const Color& XColorItem::GetColorValue() const in GetColorValue() 1556 XColorItem(XATTR_LINECOLOR, rIn) in XLineColorItem() 3306 XColorItem(XATTR_FILLCOLOR, rIn) in XFillColorItem() 3401 XColorItem(XATTR_SECONDARYFILLCOLOR, rIn) in XSecondaryFillColorItem() [all …]
|
/trunk/main/sd/source/ui/dlg/ |
H A D | copydlg.cxx | 196 Color aColor = ( ( const XColorItem* ) pPoolItem )->GetColorValue(); in IMPL_LINK() 259 XColorItem aXColorItem( ATTR_COPY_START_COLOR, maLbStartColor.GetSelectEntry(), in GetAttr() 265 XColorItem aXColorItem( ATTR_COPY_END_COLOR, maLbEndColor.GetSelectEntry(), in GetAttr() 306 Color aColor = ( ( const XColorItem* ) pPoolItem )->GetColorValue(); in IMPL_LINK() 334 Color aColor = ( ( const XColorItem* ) pPoolItem )->GetColorValue(); in IMPL_LINK()
|
/trunk/main/sd/source/ui/func/ |
H A D | fucopy.cxx | 107 XColorItem aXColorItem( ATTR_COPY_START_COLOR, pItem->GetName(), in DoExecute() 170 aStartColor = ( ( const XColorItem* ) pPoolItem )->GetColorValue(); in DoExecute() 175 aEndColor = ( ( const XColorItem* ) pPoolItem )->GetColorValue(); in DoExecute()
|
/trunk/main/svx/sdi/ |
H A D | xoitems.sdi | 33 item INT32 XFillColorItem; // XColorItem 178 item INT32 XFormTextShadowColorItem; // XColorItem
|
/trunk/main/svx/source/svdraw/ |
H A D | svdibrow.cxx | 1003 else if (HAS_BASE(XColorItem ,&rItem)) aEntry.eItemType=ITEM_XCOLOR; in SetAttributes()
|
/trunk/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 5977 aDefColor = ((XColorItem*)pFillColorItem)->GetColorValue(); in ApplyTo()
|
Completed in 72 milliseconds