Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx3425 Color SvxMSDffManager::MSO_TEXT_CLR_ToColor( sal_uInt32 nColorCode ) const in MSO_TEXT_CLR_ToColor()
3428 if ( ( nColorCode & 0xfe000000 ) == 0xfe000000 ) in MSO_TEXT_CLR_ToColor()
3429 nColorCode &= 0x00ffffff; in MSO_TEXT_CLR_ToColor()
3433 if ( ( nColorCode & 0xf8000000 ) == 0 ) // this must be a colorscheme index in MSO_TEXT_CLR_ToColor()
3435 nColorCode >>= 24; in MSO_TEXT_CLR_ToColor()
3436 nColorCode |= 0x8000000; in MSO_TEXT_CLR_ToColor()
3439 return MSO_CLR_ToColor( nColorCode ); in MSO_TEXT_CLR_ToColor()
3442 Color SvxMSDffManager::MSO_CLR_ToColor( sal_uInt32 nColorCode, sal_uInt16 nContentProperty ) const in MSO_CLR_ToColor() argument
3447 …if ( ( nColorCode & 0xfe000000 ) == 0xfe000000 ) // sj: it needs to be checked if 0xfe is used … in MSO_CLR_ToColor()
3448nColorCode &= 0x00ffffff; // other cases than ppt text -> if not this code c… in MSO_CLR_ToColor()
[all …]
/AOO41X/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx514 Color MSO_TEXT_CLR_ToColor( sal_uInt32 nColorCode ) const;
515 …Color MSO_CLR_ToColor( sal_uInt32 nColorCode, sal_uInt16 nContextProperty = DFF_Prop_lineColor ) c…
H A Dmsocximex.hxx290 sal_uInt32 ImportColor(sal_uInt32 nColorCode) const;
291 sal_uInt32 ExportColor(sal_uInt32 nColorCode) const;
292 sal_uInt32 SwapColor(sal_uInt32 nColorCode) const;