Home
last modified time | relevance | path

Searched refs:nColorType (Results 1 – 3 of 3) sorted by path

/trunk/main/oox/inc/oox/dump/
H A Dbiffdumper.hxx437 void dumpExtColorValue( sal_uInt32 nColorType );
/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx3258 void WorkbookStreamObject::dumpExtColorValue( sal_uInt32 nColorType ) in dumpExtColorValue() argument
3260 switch( nColorType ) in dumpExtColorValue()
3468 sal_uInt16 nColorType = dumpExtColorType< sal_uInt16 >(); in dumpXfExtProp() local
3470 dumpExtColorValue( nColorType ); in dumpXfExtProp()
3481 sal_uInt16 nColorType = dumpExtColorType< sal_uInt16 >(); in dumpXfExtProp() local
3482 dumpExtColorValue( nColorType ); in dumpXfExtProp()
/trunk/main/vcl/source/gdi/
H A Dpngwrite.cxx321 sal_uInt8 nColorType = 2; // colortype: in ImplWriteHeader() local
324 nColorType |= 1; // bit 2 -> alpha channel is used in ImplWriteHeader()
329 nColorType |= 4; in ImplWriteHeader()
332 ImplWriteChunk( nColorType ); // colortype in ImplWriteHeader()

Completed in 45 milliseconds