Home
last modified time | relevance | path

Searched refs:nXclPattern (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbainterior.cxx228 …terior::GetPatternColor( const Color& rPattColor, const Color& rBackColor, sal_uInt32 nXclPattern ) in GetPatternColor() argument
238 return ( nXclPattern < STATIC_TABLE_SIZE( pnRatioTable ) ) ? in GetPatternColor()
239 GetMixedColor( rPattColor, rBackColor, pnRatioTable[ nXclPattern ] ) : rPattColor; in GetPatternColor()
H A Dvbainterior.hxx54 … Color GetPatternColor( const Color& rPattColor, const Color& rBackColor, sal_uInt32 nXclPattern );
/trunk/main/sc/source/filter/excel/
H A Dxltools.cxx346 …lTools::GetPatternColor( const Color& rPattColor, const Color& rBackColor, sal_uInt16 nXclPattern ) in GetPatternColor() argument
356 return (nXclPattern < STATIC_ARRAY_SIZE( pnRatioTable )) ? in GetPatternColor()
357 ScfTools::GetMixedColor( rPattColor, rBackColor, pnRatioTable[ nXclPattern ] ) : rPattColor; in GetPatternColor()
/trunk/main/sc/source/filter/inc/
H A Dxltools.hxx159 … GetPatternColor( const Color& rPattColor, const Color& rBackColor, sal_uInt16 nXclPattern );

Completed in 26 milliseconds