Searched refs:rTheColor (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/svx/inc/svx/ |
H A D | sdshcitm.hxx | 35 …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 D | xftshcit.hxx | 41 XFormTextShadowColorItem(sal_Int32 nIndex, const Color& rTheColor); 42 XFormTextShadowColorItem(const String& rName, const Color& rTheColor);
|
H A D | xsflclit.hxx | 37 SVX_DLLPRIVATE XSecondaryFillColorItem(sal_Int32 nIndex, const Color& rTheColor); 38 XSecondaryFillColorItem(const String& rName, const Color& rTheColor);
|
H A D | xflclit.hxx | 42 XFillColorItem(sal_Int32 nIndex, const Color& rTheColor); 43 XFillColorItem(const String& rName, const Color& rTheColor);
|
H A D | xlnclit.hxx | 38 XLineColorItem(sal_Int32 nIndex, const Color& rTheColor); 39 XLineColorItem(const String& rName, const Color& rTheColor);
|
H A D | xcolit.hxx | 46 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 D | xattr.cxx | 377 aColor(rTheColor) in XColorItem() 389 aColor(rTheColor) in XColorItem() 1526 XColorItem(XATTR_LINECOLOR, nIndex, rTheColor) in XLineColorItem() 1541 XColorItem(XATTR_LINECOLOR, rName, rTheColor) in XLineColorItem() 3276 XColorItem(XATTR_FILLCOLOR, nIndex, rTheColor) in XFillColorItem() 3291 XColorItem(XATTR_FILLCOLOR, rName, rTheColor) in XFillColorItem() 3396 XColorItem(XATTR_SECONDARYFILLCOLOR, rName, rTheColor) in XSecondaryFillColorItem() 5277 const Color& rTheColor) : in XFormTextShadowColorItem() argument 5278 XColorItem(XATTR_FORMTXTSHDWCOLOR, nIndex, rTheColor) in XFormTextShadowColorItem() 5293 const Color& rTheColor) : in XFormTextShadowColorItem() argument [all …]
|
/aoo42x/main/svl/inc/svl/ |
H A D | sfontitm.hxx | 126 inline void setColor(const Color & rTheColor); 194 inline void SfxFontItem::setColor(const Color & rTheColor) in setColor() argument 196 m_aColor = rTheColor; in setColor()
|
Completed in 64 milliseconds