Home
last modified time | relevance | path

Searched refs:nColorName (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/tools/source/generic/
H A Dcolor.cxx347 sal_uInt16 nColorName; in operator >>() local
352 rIStream >> nColorName; in operator >>()
354 if ( nColorName & COL_NAME_USER ) in operator >>()
365 if ( nColorName & COL_RED_2B ) in operator >>()
367 else if ( nColorName & COL_RED_1B ) in operator >>()
369 if ( nColorName & COL_GREEN_2B ) in operator >>()
371 else if ( nColorName & COL_GREEN_1B ) in operator >>()
373 if ( nColorName & COL_BLUE_2B ) in operator >>()
375 else if ( nColorName & COL_BLUE_1B ) in operator >>()
381 if ( nColorName & COL_RED_2B ) in operator >>()
[all …]
/AOO41X/main/svx/source/xoutdev/
H A Dxtable.cxx36 Color RGB_Color( ColorData nColorName ) in RGB_Color() argument
38 Color aColor( nColorName ); in RGB_Color()
/AOO41X/main/svx/inc/svx/
H A Dxtable.hxx39 SVX_DLLPUBLIC Color RGB_Color( ColorData nColorName );