Searched refs:nColorToken (Results 1 – 10 of 10) sorted by relevance
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/ |
H A D | clrschemecontext.cxx | 60 …lorContext( ContextHandler2Helper const & rParent, ClrScheme& rClrScheme, sal_Int32 nColorToken ) : in clrSchemeColorContext() argument 63 mnColorToken( nColorToken ) in clrSchemeColorContext()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/ |
H A D | clrschemecontext.cxx | 60 …lorContext( ContextHandler2Helper const & rParent, ClrScheme& rClrScheme, sal_Int32 nColorToken ) : in clrSchemeColorContext() argument 63 mnColorToken( nColorToken ) in clrSchemeColorContext()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/inc/drawingml/ |
H A D | clrschemecontext.hxx | 40 …::oox::core::ContextHandler2Helper const & rParent, ClrScheme& rClrScheme, sal_Int32 nColorToken );
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/inc/drawingml/ |
H A D | clrschemecontext.hxx | 40 …::oox::core::ContextHandler2Helper const & rParent, ClrScheme& rClrScheme, sal_Int32 nColorToken );
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/vml/ |
H A D | vmlformatting.cxx | 255 sal_Int32 nColorToken = AttributeConversion::decodeToken( aColorName ); in decodeColor() local 256 ::Color nRgbValue = Color::getVmlPresetColor( nColorToken, API_RGB_TRANSPARENT ); in decodeColor() 258 nRgbValue = rGraphicHelper.getSystemColor( nColorToken ); in decodeColor() 273 if( (nPrimaryRgb != API_RGB_TRANSPARENT) && (nColorToken == XML_fill) ) in decodeColor()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/vml/ |
H A D | vmlformatting.cxx | 254 sal_Int32 nColorToken = AttributeConversion::decodeToken( aColorName ); in decodeColor() local 255 ::Color nRgbValue = Color::getVmlPresetColor( nColorToken, API_RGB_TRANSPARENT ); in decodeColor() 257 nRgbValue = rGraphicHelper.getSystemColor( nColorToken ); in decodeColor() 272 if( (nPrimaryRgb != API_RGB_TRANSPARENT) && (nColorToken == XML_fill) ) in decodeColor()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/ |
H A D | drawingfragment.cxx | 732 sal_Int32 nColorToken = AttributeConversion::decodeToken( rTextColor ); in convertControlTextColor() local 733 ::Color nRgbValue = Color::getVmlPresetColor( nColorToken, API_RGB_TRANSPARENT ); in convertControlTextColor() 735 nRgbValue = rGraphicHelper.getSystemColor( nColorToken ); in convertControlTextColor()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/ |
H A D | drawingfragment.cxx | 698 sal_Int32 nColorToken = AttributeConversion::decodeToken( rTextColor ); in convertControlTextColor() local 699 ::Color nRgbValue = Color::getVmlPresetColor( nColorToken, API_RGB_TRANSPARENT ); in convertControlTextColor() 701 nRgbValue = rGraphicHelper.getSystemColor( nColorToken ); in convertControlTextColor()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/chart/ |
H A D | objectformatter.cxx | 591 …::Color getSchemeColor( sal_Int32 nColorToken, sal_Int32 nModToken, sal_Int32 nModValue ) … 809 ::Color DetailFormatterBase::getSchemeColor( sal_Int32 nColorToken, sal_Int32 nModToken, sal_Int32 … in getSchemeColor() argument 812 aColor.setSchemeClr( nColorToken ); in getSchemeColor()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/chart/ |
H A D | objectformatter.cxx | 589 …::Color getSchemeColor( sal_Int32 nColorToken, sal_Int32 nModToken, sal_Int32 nModValue ) … 805 ::Color DetailFormatterBase::getSchemeColor( sal_Int32 nColorToken, sal_Int32 nModToken, sal_Int32 … in getSchemeColor() argument 808 aColor.setSchemeClr( nColorToken ); in getSchemeColor()
|