Home
last modified time | relevance | path

Searched refs:API_RGB_TRANSPARENT (Results 1 – 14 of 14) sorted by relevance

/trunk/main/oox/source/drawingml/
H A Dcolor.cxx56 maDmlColors( static_cast< size_t >( XML_TOKEN_COUNT ), API_RGB_TRANSPARENT ), in PresetColorsPool()
57 maVmlColors( static_cast< size_t >( XML_TOKEN_COUNT ), API_RGB_TRANSPARENT ) in PresetColorsPool()
231 …Helper::getVectorElement( StaticPresetColorsPool::get().maDmlColors, nToken, API_RGB_TRANSPARENT ); in getDmlPresetColor()
240 …Helper::getVectorElement( StaticPresetColorsPool::get().maVmlColors, nToken, API_RGB_TRANSPARENT ); in getVmlPresetColor()
280 sal_Int32 nRgbValue = getDmlPresetColor( nToken, API_RGB_TRANSPARENT ); in setPrstClr()
361 case COLOR_UNUSED: mnC1 = API_RGB_TRANSPARENT; break; in getColor()
502 mnC1 = API_RGB_TRANSPARENT; in getColor()
/trunk/main/oox/source/vml/
H A Dvmlformatting.cxx220 sal_Int32 nRgbValue = Color::getVmlPresetColor( nColorToken, API_RGB_TRANSPARENT ); in decodeColor()
221 if( nRgbValue == API_RGB_TRANSPARENT ) in decodeColor()
222 nRgbValue = rGraphicHelper.getSystemColor( nColorToken, API_RGB_TRANSPARENT ); in decodeColor()
223 if( nRgbValue != API_RGB_TRANSPARENT ) in decodeColor()
237 if( (nPrimaryRgb != API_RGB_TRANSPARENT) && (nColorToken == XML_fill) ) in decodeColor()
/trunk/main/oox/inc/oox/drawingml/
H A Dfillproperties.hxx126 sal_Int32 nPhClr = API_RGB_TRANSPARENT ) const;
142 sal_Int32 nPhClr = API_RGB_TRANSPARENT ) const;
H A Dlineproperties.hxx68 sal_Int32 nPhClr = API_RGB_TRANSPARENT ) const;
H A Dcolor.hxx89 … getColor( const GraphicHelper& rGraphicHelper, sal_Int32 nPhClr = API_RGB_TRANSPARENT ) const;
/trunk/main/oox/source/xls/
H A Ddrawingfragment.cxx675 sal_Int32 nRgbValue = Color::getVmlPresetColor( nColorToken, API_RGB_TRANSPARENT ); in convertControlTextColor()
676 if( nRgbValue == API_RGB_TRANSPARENT ) in convertControlTextColor()
677 nRgbValue = rGraphicHelper.getSystemColor( nColorToken, API_RGB_TRANSPARENT ); in convertControlTextColor()
678 if( nRgbValue != API_RGB_TRANSPARENT ) in convertControlTextColor()
H A Dthemebuffer.cxx113 return getClrScheme().getColor( nToken, nColor ) ? nColor : API_RGB_TRANSPARENT; in getColorByToken()
H A Dstylesbuffer.cxx353 …setRgb( rAttribs.getIntegerHex( XML_rgb, API_RGB_TRANSPARENT ), rAttribs.getDouble( XML_tint, 0.0 … in importColor()
552 sal_Int32 nColor = API_RGB_TRANSPARENT; in getColor()
569 …case OOX_COLOR_FONTAUTO: nColor = API_RGB_TRANSPARENT; … in getColor()
702 mnColor( API_RGB_TRANSPARENT ), in ApiFontData()
1888 mnColor( API_RGB_TRANSPARENT ), in ApiSolidFillData()
2122 maApiData.mnColor = API_RGB_TRANSPARENT; in finalizeImport()
H A Dviewsettings.cxx198 … return mbDefGridColor ? API_RGB_TRANSPARENT : maGridColor.getColor( rFilter.getGraphicHelper() ); in getGridColor()
/trunk/main/oox/source/helper/
H A Dgraphichelper.cxx154 return API_RGB_TRANSPARENT; in getSchemeColor()
160 return API_RGB_TRANSPARENT; in getPaletteColor()
/trunk/main/oox/inc/oox/vml/
H A Dvmlformatting.hxx138 sal_Int32 nPrimaryRgb = API_RGB_TRANSPARENT );
/trunk/main/oox/inc/oox/helper/
H A Dgraphichelper.hxx74 …32 getSystemColor( sal_Int32 nToken, sal_Int32 nDefaultRgb = API_RGB_TRANSPARENT ) const;
H A Dhelper.hxx92 const sal_Int32 API_RGB_TRANSPARENT = -1; /// Transparent color for API calls. variable
/trunk/main/oox/source/ppt/
H A Dslidepersist.cxx170 maBackgroundColor.getColor( rFilterBase.getGraphicHelper() ) : API_RGB_TRANSPARENT; in createBackground()

Completed in 78 milliseconds