Home
last modified time | relevance | path

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

/trunk/main/tools/source/generic/
H A Dcolor.cxx347 sal_uInt16 nColorName; in operator >>() local
352 rIStream >> nColorName; in operator >>()
365 if ( nColorName & COL_RED_2B ) in operator >>()
500 nColorName |= COL_RED_2B; in operator <<()
508 nColorName |= COL_RED_1B; in operator <<()
514 nColorName |= COL_GREEN_2B; in operator <<()
522 nColorName |= COL_GREEN_1B; in operator <<()
528 nColorName |= COL_BLUE_2B; in operator <<()
536 nColorName |= COL_BLUE_1B; in operator <<()
541 rOStream << nColorName; in operator <<()
[all …]
/trunk/main/svx/source/xoutdev/
H A Dxtable.cxx36 Color RGB_Color( ColorData nColorName ) in RGB_Color() argument
38 Color aColor( nColorName ); in RGB_Color()
/trunk/main/svx/inc/svx/
H A Dxtable.hxx39 SVX_DLLPUBLIC Color RGB_Color( ColorData nColorName );

Completed in 23 milliseconds