/aoo42x/main/vcl/unx/generic/dtrans/ |
H A D | bmp.cxx | 472 XColor aPalette[256]; in setBitmapDataPalette() local 486 XAllocColor( m_pDisplay, m_aColormap, aPalette+i ); in setBitmapDataPalette() 531 XPutPixel( pImage, x, y, aPalette[nCol].pixel ); in setBitmapDataPalette() 538 XColor aPalette[216]; in setBitmapDataTCDither() local 549 aPalette[i].red = r == 5 ? 0xffff : r*10922; in setBitmapDataTCDither() 550 aPalette[i].green = g == 5 ? 0xffff : g*10922; in setBitmapDataTCDither() 551 aPalette[i].blue = b == 5 ? 0xffff : b*10922; in setBitmapDataTCDither() 552 aPalette[i].pixel = 0; in setBitmapDataTCDither() 573 if( aPalette[nIndex].pixel == 0 ) in setBitmapDataTCDither() 574 aPalette[nIndex] = aRealPalette[i]; in setBitmapDataTCDither() [all …]
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svpbmp.cxx | 227 basebmp::PaletteMemorySharedVector aPalette = m_aBitmap->getPalette(); in AcquireBuffer() local 228 if( aPalette.get() ) in AcquireBuffer() 230 unsigned int nColors = aPalette->size(); in AcquireBuffer() 236 const basebmp::Color& rCol = (*aPalette)[i]; in AcquireBuffer()
|
/aoo42x/main/svx/source/xoutdev/ |
H A D | xattrbmp.cxx | 82 BitmapPalette aPalette(2); in createHistorical8x8FromArray() local 84 aPalette[0] = BitmapColor(aColorBack); in createHistorical8x8FromArray() 85 aPalette[1] = BitmapColor(aColorPix); in createHistorical8x8FromArray() 87 Bitmap aBitmap(Size(8, 8), 1, &aPalette); in createHistorical8x8FromArray()
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbatextframe.cxx | 41 ScVbaPalette aPalette( SfxObjectShell::Current() ); in Characters() local 44 …erence< ov::excel::XCharacters >( new ScVbaCharacters( this, mxContext, aPalette, xSimpleText, aSt… in Characters()
|
H A D | vbatextboxshape.cxx | 60 ScVbaPalette aPalette( pDoc->GetDocumentShell() ); in characters() local 61 return new ScVbaCharacters( this, mxContext, aPalette, xSimple, Start, Length, sal_True ); in characters()
|
H A D | vbaformat.cxx | 342 ScVbaPalette aPalette( excel::getDocShell( mxModel ) ); in Borders() local 343 …:mxContext, uno::Reference< table::XCellRange >( mxPropertySet, uno::UNO_QUERY_THROW ), aPalette ); in Borders() 356 ScVbaPalette aPalette( excel::getDocShell( mxModel ) ); in Font() local 357 return new ScVbaFont( thisHelperIface(), ScVbaFormat_BASE::mxContext, aPalette, mxPropertySet ); in Font()
|
H A D | vbainterior.cxx | 152 ScVbaPalette aPalette( pShell ); in getPalette() local 153 return aPalette.getPalette(); in getPalette()
|
H A D | vbarange.cxx | 1407 ScVbaPalette aPalette( pDoc->GetDocumentShell() ); in lcl_setupBorders() local 1408 uno::Reference< XCollection > borders( new ScVbaBorders( xParent, xContext, xRange, aPalette ) ); in lcl_setupBorders() 2109 ScVbaPalette aPalette( pDoc->GetDocumentShell() ); in Font() local 2118 return new ScVbaFont( this, mxContext, aPalette, xProps, pRangeObj ); in Font() 3626 ScVbaPalette aPalette( pDoc->GetDocumentShell() ); in characters() local 3627 return new ScVbaCharacters( this, mxContext, aPalette, xSimple, Start, Length ); in characters()
|
/aoo42x/main/vcl/source/helper/ |
H A D | canvastools.cxx | 367 BitmapPalette aPalette; in bitmapExFromXBitmap() local 388 aPalette.SetEntryCount(nPaletteEntries); in bitmapExFromXBitmap() 404 aPalette[j] = BitmapColor(toByteColor(rColor.Red), in bitmapExFromXBitmap() 422 aLayout.Palette.is() ? &aPalette : NULL ); in bitmapExFromXBitmap()
|
/aoo42x/main/sw/source/ui/vba/ |
H A D | vbatable.cxx | 92 VbaPalette aPalette; in Borders() local 93 uno::Reference< XCollection > xCol( new SwVbaBorders( this, mxContext, aCellRange, aPalette ) ); in Borders()
|
/aoo42x/main/oox/source/xls/ |
H A D | excelfilter.cxx | 301 Any aPalette = getArgument( CREATE_OUSTRING( "ColorPalette" ) ); in importDocument() local 302 WorkbookHelper( *xBookGlob ).getStyles().importPalette( aPalette ); in importDocument()
|
/aoo42x/main/filter/source/graphicfilter/idxf/ |
H A D | dxf2mtf.cxx | 64 pDXF->aPalette.GetRed( nColor ), in ConvertColor() 65 pDXF->aPalette.GetGreen( nColor ), in ConvertColor() 66 pDXF->aPalette.GetBlue( nColor ) ); in ConvertColor()
|
H A D | dxfreprd.hxx | 81 DXFPalette aPalette; member in DXFRepresentation
|