Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/excel/
H A Dxestyle.cxx293 sal_uInt32 GetNearestListColor( const Color& rColor, sal_uInt32 nIgnore ) const;
295 sal_uInt32 GetNearestListColor( sal_uInt32 nIndex ) const;
633 sal_uInt32 nKeep = GetNearestListColor( nRemove ); in ReduceLeastUsedColor()
675 sal_uInt32 XclExpPaletteImpl::GetNearestListColor( const Color& rColor, sal_uInt32 nIgnore ) const in GetNearestListColor() function in XclExpPaletteImpl
698 sal_uInt32 XclExpPaletteImpl::GetNearestListColor( sal_uInt32 nIndex ) const in GetNearestListColor() function in XclExpPaletteImpl
701 return pEntry ? GetNearestListColor( pEntry->GetColor(), nIndex ) : 0; in GetNearestListColor()

Completed in 25 milliseconds