/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | salbmp.cxx | 285 static ImplPixelFormat* GetFormat( sal_uInt16 nBits, const BitmapPalette& rPalette ); 373 ImplPixelFormat8( const BitmapPalette& rPalette ) in ImplPixelFormat8() argument 374 : mrPalette( rPalette ) in ImplPixelFormat8() 400 ImplPixelFormat4( const BitmapPalette& rPalette ) in ImplPixelFormat4() argument 401 : mrPalette( rPalette ) in ImplPixelFormat4() 440 ImplPixelFormat1( const BitmapPalette& rPalette ) in ImplPixelFormat1() argument 441 : mrPalette( rPalette ) in ImplPixelFormat1() 470 ImplPixelFormat* ImplPixelFormat::GetFormat( sal_uInt16 nBits, const BitmapPalette& rPalette ) in GetFormat() argument 474 case 1: return new ImplPixelFormat1( rPalette ); in GetFormat() 475 case 4: return new ImplPixelFormat4( rPalette ); in GetFormat() [all …]
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xestyle.cxx | 1534 const SvxBorderLine* pLine, XclExpPalette& rPalette, XclBiff eBiff ) in lclGetBorderLine() argument 1558 rPalette.InsertColor( pLine->GetColor(), EXC_COLOR_CELLBORDER ) : in lclGetBorderLine() 1633 void XclExpCellBorder::SetFinalColors( const XclExpPalette& rPalette ) in SetFinalColors() argument 1635 mnLeftColor = rPalette.GetColorIndex( mnLeftColorId ); in SetFinalColors() 1636 mnRightColor = rPalette.GetColorIndex( mnRightColorId ); in SetFinalColors() 1637 mnTopColor = rPalette.GetColorIndex( mnTopColorId ); in SetFinalColors() 1638 mnBottomColor = rPalette.GetColorIndex( mnBottomColorId ); in SetFinalColors() 1639 mnDiagColor = rPalette.GetColorIndex( mnDiagColorId ); in SetFinalColors() 1743 XclExpPalette& rPalette = rStrm.GetRoot().GetPalette(); in SaveXml() local 1785 void XclExpCellArea::SetFinalColors( const XclExpPalette& rPalette ) in SetFinalColors() argument [all …]
|
H A D | xistyle.cxx | 832 bool lclConvertBorderLine( SvxBorderLine& rLine, const XclImpPalette& rPalette, sal_uInt8 nXclLine,… in lclConvertBorderLine() argument 858 rLine.SetColor( rPalette.GetColor( nXclColor ) ); in lclConvertBorderLine() 867 void XclImpCellBorder::FillToItemSet( SfxItemSet& rItemSet, const XclImpPalette& rPalette, bool bSk… in FillToItemSet() argument 873 if( mbLeftUsed && lclConvertBorderLine( aLine, rPalette, mnLeftLine, mnLeftColor ) ) in FillToItemSet() 875 if( mbRightUsed && lclConvertBorderLine( aLine, rPalette, mnRightLine, mnRightColor ) ) in FillToItemSet() 877 if( mbTopUsed && lclConvertBorderLine( aLine, rPalette, mnTopLine, mnTopColor ) ) in FillToItemSet() 879 if( mbBottomUsed && lclConvertBorderLine( aLine, rPalette, mnBottomLine, mnBottomColor ) ) in FillToItemSet() 888 if( lclConvertBorderLine( aLine, rPalette, mnDiagLine, mnDiagColor ) ) in FillToItemSet() 965 void XclImpCellArea::FillToItemSet( SfxItemSet& rItemSet, const XclImpPalette& rPalette, bool bSkip… in FillToItemSet() argument 978 Color aFore( rPalette.GetColor( mbForeUsed ? mnForeColor : EXC_COLOR_WINDOWTEXT ) ); in FillToItemSet() [all …]
|
H A D | xicontent.cxx | 570 const XclImpPalette& rPalette = GetPalette(); in ReadCF() local 592 aBorder.FillToItemSet( rStyleItemSet, rPalette ); in ReadCF() 604 aArea.FillToItemSet( rStyleItemSet, rPalette ); in ReadCF()
|
/aoo42x/main/sw/source/ui/vba/ |
H A D | vbaborders.cxx | 162 …rPalette) : SwVbaBorder_Base( uno::Reference< XHelperInterface >( xProps, uno::UNO_QUERY ), xConte… in SwVbaBorder() argument 261 …nentContext > & xContext, VbaPalette& rPalette ) : m_xRange( xRange ), m_xContext( xContext ), m_P… in RangeBorders() argument 291 …Range >& xRange, const uno::Reference< uno::XComponentContext > & xContext, VbaPalette& rPalette ) in rangeToBorderIndexAccess() argument 293 return new RangeBorders( xRange, xContext, rPalette ); in rangeToBorderIndexAccess() 316 … >& xRange, VbaPalette& rPalette ): SwVbaBorders_BASE( xParent, xContext, rangeToBorderIndexAcce… in SwVbaBorders() argument
|
H A D | vbaborders.hxx | 41 … > & xContext, const css::uno::Reference< css::table::XCellRange >& xRange, VbaPalette& rPalette );
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbaborders.cxx | 166 …rPalette) : ScVbaBorder_Base( uno::Reference< XHelperInterface >( xProps, uno::UNO_QUERY ), xConte… in ScVbaBorder() argument 325 …ntContext > & xContext, ScVbaPalette& rPalette ) : m_xRange( xRange ), m_xContext( xContext ), m_P… in RangeBorders() argument 355 …nge >& xRange, const uno::Reference< uno::XComponentContext > & xContext, ScVbaPalette& rPalette ) in rangeToBorderIndexAccess() argument 357 return new RangeBorders( xRange, xContext, rPalette ); in rangeToBorderIndexAccess() 379 …& xRange, ScVbaPalette& rPalette ): ScVbaBorders_BASE( xParent, xContext, rangeToBorderIndexAcce… in ScVbaBorders() argument
|
H A D | vbasheetobject.cxx | 51 const ScVbaPalette& rPalette, in ScVbaButtonCharacters() argument 55 maPalette( rPalette ), in ScVbaButtonCharacters()
|
H A D | vbaborders.hxx | 45 … & xContext, const css::uno::Reference< css::table::XCellRange >& xRange, ScVbaPalette& rPalette );
|
H A D | vbasheetobject.hxx | 51 const ScVbaPalette& rPalette,
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xestyle.hxx | 391 XclExpPalette& rPalette, XclBiff eBiff, bool bStyle = false ); 393 void SetFinalColors( const XclExpPalette& rPalette ); 426 const SfxItemSet& rItemSet, XclExpPalette& rPalette, 429 void SetFinalColors( const XclExpPalette& rPalette );
|
H A D | xistyle.hxx | 326 const XclImpPalette& rPalette, 361 const XclImpPalette& rPalette,
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svpbmp.cxx | 43 const BitmapPalette& rPalette ) in Create() argument 72 unsigned int nColors = rPalette.GetEntryCount(); in Create() 75 const BitmapColor& rCol = rPalette[i]; in Create()
|
/aoo42x/main/vcl/unx/generic/app/ |
H A D | saldisp.cxx | 3051 SalColormap::SalColormap( const BitmapPalette &rPalette ) in SalColormap() argument 3056 m_nUsed( rPalette.GetEntryCount() ), in SalColormap() 3063 const BitmapColor &rColor = rPalette[i]; in SalColormap() 3187 void SalColormap::SetPalette( const BitmapPalette &rPalette ) in SetPalette() argument 3195 if( rPalette.GetEntryCount() > m_nUsed ) in SetPalette() 3199 m_nUsed = rPalette.GetEntryCount(); in SetPalette() 3203 for( int i = 0; i < rPalette.GetEntryCount(); i++ ) in SetPalette() 3205 const BitmapColor &rColor = rPalette[i]; in SetPalette() 3242 static sal_uInt16 sal_Lookup( const std::vector<SalColor>& rPalette, in sal_Lookup() argument 3247 int nBest = ColorDiff( rPalette[0], r, g, b ); in sal_Lookup() [all …]
|
/aoo42x/main/basebmp/inc/basebmp/ |
H A D | bitmapdevice.hxx | 546 const PaletteMemorySharedVector& rPalette ); 658 const PaletteMemorySharedVector& rPalette ); 670 const PaletteMemorySharedVector& rPalette );
|
/aoo42x/main/basebmp/source/ |
H A D | bitmapdevice.cxx | 296 const PaletteMemorySharedVector& rPalette ) : in BitmapRenderer() argument 298 nScanlineStride, pFirstScanline, rMem, rPalette ), in BitmapRenderer() 1035 const PaletteMemorySharedVector& rPalette ) : in BitmapDevice() argument 1039 mpImpl->mpPalette = rPalette; in BitmapDevice() 1979 const PaletteMemorySharedVector& rPalette ) in createBitmapDevice() argument 1985 rPalette, in createBitmapDevice() 1993 const PaletteMemorySharedVector& rPalette ) in createBitmapDevice() argument 1999 rPalette, in createBitmapDevice()
|
/aoo42x/main/svx/source/xoutdev/ |
H A D | xattrbmp.cxx | 131 const BitmapPalette& rPalette = pRead->GetPalette(); in isHistorical8x8() local 135 o_rFront = rPalette[1]; in isHistorical8x8() 136 o_rBack = rPalette[0]; in isHistorical8x8()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | bmpacc.hxx | 203 inline void SetPalette( const BitmapPalette& rPalette ); 522 inline void BitmapWriteAccess::SetPalette( const BitmapPalette& rPalette ) in SetPalette() argument 525 mpBuffer->maPalette = rPalette; in SetPalette()
|
/aoo42x/main/oox/inc/oox/xls/ |
H A D | stylesbuffer.hxx | 146 void importPalette( const ::com::sun::star::uno::Any& rPalette ); 1019 void importPalette( const ::com::sun::star::uno::Any& rPalette );
|
/aoo42x/main/vcl/inc/unx/ |
H A D | saldisp.hxx | 201 void SetPalette( const BitmapPalette &rPalette );
|
/aoo42x/main/oox/source/xls/ |
H A D | stylesbuffer.cxx | 538 void ColorPalette::importPalette( const Any& rPalette ) in importPalette() argument 541 if( (rPalette >>= rColorSeq) && rColorSeq.hasElements() ) in importPalette() 3294 void StylesBuffer::importPalette( const Any& rPalette ) in importPalette() argument 3296 maPalette.importPalette( rPalette ); in importPalette()
|