Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx3059 m_aPalette = std::vector<SalColor>(m_nUsed); in SalColormap()
3085 m_aPalette = std::vector<SalColor>(m_nUsed); in SalColormap()
3087 m_aPalette[m_nBlackPixel] = SALCOLOR_BLACK; in SalColormap()
3088 m_aPalette[m_nWhitePixel] = SALCOLOR_WHITE; in SalColormap()
3219 m_aPalette = std::vector<SalColor>(m_nUsed); in GetPalette()
3287 if( m_aPalette.empty() in GetColor()
3299 return m_aPalette[nPixel]; in GetColor()
3351 if( m_aPalette.empty() in GetPixel()
3361 if( !m_aPalette.empty() ) in GetPixel()
3376 if( !m_aPalette.empty() && !m_aPalette[aColor.pixel] ) in GetPixel()
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbacharacters.cxx32 … ) : ScVbaCharacters_BASE( xParent, xContext ), m_xSimpleText(xRange), m_aPalette( dPalette), nLe… in ScVbaCharacters()
88 return uno::Reference< excel::XFont >( new ScVbaFont( this, mxContext, m_aPalette, xProps ) ); in getFont()
H A Dvbacharacters.hxx41 ScVbaPalette m_aPalette; member in ScVbaCharacters
/trunk/main/vcl/inc/unx/
H A Dsaldisp.hxx161 std::vector<SalColor> m_aPalette; // Pseudocolor member in SalColormap

Completed in 32 milliseconds