Searched refs:m_aPalette (Results 1 – 4 of 4) sorted by relevance
3051 m_aPalette = std::vector<SalColor>(m_nUsed); in SalColormap()3056 m_aPalette[i] = MAKE_SALCOLOR( rColor.GetRed(), in SalColormap()3059 if( (m_nBlackPixel == SALCOLOR_NONE) && (SALCOLOR_BLACK == m_aPalette[i]) ) in SalColormap()3061 else if( (m_nWhitePixel == SALCOLOR_NONE) && (SALCOLOR_WHITE == m_aPalette[i]) ) in SalColormap()3077 m_aPalette = std::vector<SalColor>(m_nUsed); in SalColormap()3079 m_aPalette[m_nBlackPixel] = SALCOLOR_BLACK; in SalColormap()3080 m_aPalette[m_nWhitePixel] = SALCOLOR_WHITE; in SalColormap()3192 m_aPalette = std::vector<SalColor>(m_nUsed); in SetPalette()3198 m_aPalette[i] = MAKE_SALCOLOR( rColor.GetRed(), in SetPalette()3201 if( (m_nBlackPixel == SALCOLOR_NONE) && (SALCOLOR_BLACK == m_aPalette[i]) ) in SetPalette()[all …]
32 … ) : 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()
41 ScVbaPalette m_aPalette; member in ScVbaCharacters
161 std::vector<SalColor> m_aPalette; // Pseudocolor member in SalColormap