Home
last modified time | relevance | path

Searched refs:rTheColor (Results 1 – 8 of 8) sorted by relevance

/AOO42X/main/svx/inc/svx/
H A Dsdshcitm.hxx35 …ShadowColorItem(long nIndex, const Color& rTheColor): XColorItem(SDRATTR_SHADOWCOLOR,nInd… in SdrShadowColorItem() argument
37 …dowColorItem(const String& rName, const Color& rTheColor): XColorItem(SDRATTR_SHADOWCOLOR,rName,r… in SdrShadowColorItem() argument
H A Dxftshcit.hxx41 XFormTextShadowColorItem(sal_Int32 nIndex, const Color& rTheColor);
42 XFormTextShadowColorItem(const String& rName, const Color& rTheColor);
H A Dxsflclit.hxx37 SVX_DLLPRIVATE XSecondaryFillColorItem(sal_Int32 nIndex, const Color& rTheColor);
38 XSecondaryFillColorItem(const String& rName, const Color& rTheColor);
H A Dxlnclit.hxx38 XLineColorItem(sal_Int32 nIndex, const Color& rTheColor);
39 XLineColorItem(const String& rName, const Color& rTheColor);
H A Dxflclit.hxx42 XFillColorItem(sal_Int32 nIndex, const Color& rTheColor);
43 XFillColorItem(const String& rName, const Color& rTheColor);
H A Dxcolit.hxx46 XColorItem(sal_uInt16 nWhich, sal_Int32 nIndex, const Color& rTheColor);
51 XColorItem(sal_uInt16 nWhich, const String& rName, const Color& rTheColor);
/AOO42X/main/svx/source/xoutdev/
H A Dxattr.cxx375 XColorItem::XColorItem(sal_uInt16 _nWhich, sal_Int32 nIndex, const Color& rTheColor) : in XColorItem() argument
377 aColor(rTheColor) in XColorItem()
387 XColorItem::XColorItem(sal_uInt16 _nWhich, const XubString& rName, const Color& rTheColor) : in XColorItem() argument
389 aColor(rTheColor) in XColorItem()
1525 XLineColorItem::XLineColorItem(sal_Int32 nIndex, const Color& rTheColor) : in XLineColorItem() argument
1526 XColorItem(XATTR_LINECOLOR, nIndex, rTheColor) in XLineColorItem()
1540 XLineColorItem::XLineColorItem(const XubString& rName, const Color& rTheColor) : in XLineColorItem() argument
1541 XColorItem(XATTR_LINECOLOR, rName, rTheColor) in XLineColorItem()
3275 XFillColorItem::XFillColorItem(sal_Int32 nIndex, const Color& rTheColor) : in XFillColorItem() argument
3276 XColorItem(XATTR_FILLCOLOR, nIndex, rTheColor) in XFillColorItem()
[all …]
/AOO42X/main/svl/inc/svl/
H A Dsfontitm.hxx126 inline void setColor(const Color & rTheColor);
194 inline void SfxFontItem::setColor(const Color & rTheColor) in setColor() argument
196 m_aColor = rTheColor; in setColor()