Searched refs:GetNearestListColor (Results 1 – 1 of 1) sorted by relevance
293 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 XclExpPaletteImpl698 sal_uInt32 XclExpPaletteImpl::GetNearestListColor( sal_uInt32 nIndex ) const in GetNearestListColor() function in XclExpPaletteImpl701 return pEntry ? GetNearestListColor( pEntry->GetColor(), nIndex ) : 0; in GetNearestListColor()
Completed in 25 milliseconds